Full text search for "idea"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • idea . . . . 3 matches
         #keywords idea, intellij, plugin, ide
         [idea Qclass duplicated]
         [idea plugins]
  • IdeaPlugins . . . . 2 matches
         #keywords idea, intellij, plugin, vim, easymotion
         IdeaVim
         KJump (easymotion for ideavim)
  • (번역)PleaseStopCallingDatabasesCPOrAP . . . . 1 match
         The formal definition is not entirely straightforward, but the key idea, stated informally, is this:
  • CvsCommand . . . . 1 match
          A conflict was detected while trying to merge your changes to file with changes from the source repository. file (the copy in your working directory) is now the result of attempting to merge the two revisions; an unmodified copy of your file is also in your working directory, with the name .#file.revision where revision is the revision that your modified file started from. Resolve the conflict as described in the section called “Conflicts example ”. (Note that some systems automatically purge files that begin with .# if they have not been accessed for a few days. If you intend to keep a copy of your original file, it is a very good idea to rename it.) Under vms, the file name starts with __ rather than .#.
  • JUnit . . . . 1 match
          * [The ideal way to use JUnit]
  • LocalKeywords . . . . 1 match
         moniwikiideas todo
  • OurSoftwareDependencyProblem . . . . 1 match
         Does the code have dependencies of its own? Flaws in indirect dependencies are just as bad for your program as flaws in direct dependencies. Dependency managers can list all the transitive dependencies of a given package, and each of them should ideally be inspected as described in this section. A package with many dependencies incurs additional inspection work, because those same dependencies incur additional risk that needs to be evaluated.
         If the package will be used from many places in your project’s source code, migrating to a new dependency would require making changes to all those different source locations. Worse, if the package will be exposed in your own project’s API, migrating to a new dependency would require making changes in all the code calling your API, which you might not control. To avoid these costs, it makes sense to define an interface of your own, along with a thin wrapper implementing that interface using the dependency. Note that the wrapper should include only what your project needs from the dependency, not everything the dependency offers. Ideally, that allows you to substitute a different, equally appropriate dependency later, by changing only the wrapper. Migrating your per-project tests to use the new interface tests the interface and wrapper implementation and also makes it easy to test any potential replacements for the dependency.
  • WikiNature . . . . 1 match
         Writing on Wiki is like regular writing, except I get to write so much more than I write, and I get to think thoughts I never thought (like being on a really good Free Software project, where you wake up the next morning to find your bugs fixed and ideas improved).
  • WikiSandBox . . . . 1 match
          1. Check out, http://www.halfbakery.com, for instance http://www.halfbakery.com/idea/Jehovah_27s_20Witness_20Delivery#979686222-5-1
  • WikiWikiWeb . . . . 1 match
         Wiki:WardCunnigham created the site and the WikiWikiWeb machinery that operates it. He chose wiki-wiki as an alliterative substitute for quick and thereby avoided naming this stuff quick-web. An early page, Wiki:WikiWikiHyperCard, traces wiki ideas back to a Wiki:HyperCard stack he wrote in the late 80's.
  • json . . . . 1 match
         JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
Found 11 matching pages out of 1802 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2020-05-20 23:22:57
Processing time 0.1949 sec