Slashdot Mirror


Search Engine For Coders to Launch

karvind writes "According to Wired, 'Krugle' is set to next month. The search engine indexes programming code and documentation from open-source repositories like SourceForge, and includes corporate sites for programmers like the Sun Developer Network. The index will contain between 3 and 5 terabytes of code by the time the engine launches in March. According to article, Krugle also contains intelligence to help it parse code and to differentiate programming languages, so a PHP developer could search for a website-registration system written in PHP simply by typing 'PHP registration system.'" Update: 02/17 21:04 GMT by Z : Summary edited for accuracy.

7 of 149 comments (clear)

  1. Works well already. by grub · · Score: 5, Funny

    Results <b>1 - 10</b> of about 893,795,000 for "/* I hate working at EA */"

    --
    Trolling is a art,
  2. koders by andy314159pi · · Score: 5, Informative

    There is already a pretty big repository that is easily searchable:
    http://www.koders.com/

    1. Re:koders by cosmo99 · · Score: 5, Informative

      http://www.codefetch.com/ searches a very useful collection of code: the source code from programming books.

      Neither koders nor krugle cover that, plus codefetch searches the api of several languages, java, ruby, php, for example.

  3. Community? by binaryDigit · · Score: 4, Interesting

    Some other interesting features above and beyond simple searching could be:

    - merge with semantic web work to be able to search on higher level concepts (e.g. if I type "bubble sort" it returns all bubble sorting code even if it doesn't explicitly say "bubble sort" anywhere).

    - "community" features that allow developers to leave comments on code (no, not comments _in_ code, but on code, similar to epinions et al).

    - if this index is available via api like the main google index, then people could do things like have automated lint type tools.

    - code chain. If I search for some code, then it'd be nice to be able to then peruse that codes hierarchy within the search engine (vs having to download it or cvs over to it).

  4. Re:Where does it say that Google is launching it? by Otter · · Score: 4, Insightful

    More accurately -- "the company about to get sued by Google". In fact, Zonk may have just given Google's lawyers Exhibit A on proving "confusingly similar".

  5. Filtering out buggy code by ewg · · Score: 4, Funny

    I hope you can add -buggy to your query to filter out all the buggy code.

    --
    org.slashdot.post.SignatureNotFoundException: ewg
  6. DWIM() by EatHam · · Score: 4, Funny

    Now I'll finally be able to find that Do What I Mean function I've been searching for.