`






This site would not be possible without all the amazing open source projects that were utilized in its creation and are part of its every day operation.

First and foremost, thanks to Cédric Lemaire for writing the amazing code parsing tool CodeWorker.
CodeWorker is what gave this site the ability to understand C/C++ language constructs and parse the parts out that we was interested in.

Cédric provided INVALUABLE help via email during the creation of the site, and without his help and his tool it would never have been created.

All syntax highlighting on the site is handled by GeSHi an amazing tool written by Nigel McNie.
We would like to thank him as well for coding and making available such a great tool (which has some AWESOME documentation).

The database is a cross between MySQL and Lucene. Big thanks to both of the teams responsible for creating those. Initially the entire thing was MySQL, but MySQL's FULLTEXT searching capabilities slow down to a crawl with 20+ million row tables, so we had to add Lucene to handle the searching.

Gentoo also played a critical role in this site. The Portage package management system provides all the information needed to get source code for the almost 10,000 packages that Portage tracks. Along with categories, descriptions and website links for packages, without Gentoo it would have taken an insane amount of more time and work to populate this site, and it would not have been nearly as complete.

We also utilized Freshmeat.net's database for additional code as well.