Slashdot Mirror


Searchable C/C++ DB surpasses 275 million lines

Sembiance writes "I've been working on a C/C++ source code search database for the past year. It has recently surpassed 275 million lines of searchable open source C/C++ code. The search engine is C/C++ syntax aware so you can search for specific elements such as functions, macros, classes, comments, etc. The site is built upon many open source products including: MySQL and Lucene for the database, CodeWorker to parse the code, PHP and Apache for the website and GeSHi for syntax highlighting. I'm currently looking for suggestions on what sort of 'interesting statistics' I could create from 275+ million lines of open source C/C++ code."

2 of 328 comments (clear)

  1. the obvious answer by BushCheney08 · · Score: 0, Flamebait

    The most obvious statistic is "how many of these lines were stolen from SCO?"

    --
    Be a real patriot: Question authority. Think for yourself. Formulate your own conclusions.
  2. Re:useful statistic by Anonymous Coward · · Score: -1, Flamebait

    yeah, even perl would been better.

    While your at it. get that piece of shit MySQL database out of there and use a real DB like Postgres.