
C++ Libraries
Some C++ libraries that I've written while working on various projects.
- WebGraph++ is a C++ translation of the Webgraph Java library. [more]
- DB_Util provides typesafe access and iterators for Berkeley databases. [more]
- DirOps provides a C++ iterator similar in functionality to the Unix
findcommand. Iterate over files and directories matching a pattern. [more] - Dot_Gov provides a (very simple) iterator over the files in the TREC .GOV dataset. [more]
- WordChipper is a collection of classes and functions for indexing and searching a corpus of text. [more]
- XMLCXX is an iterator for XML elements, based on Expat. [more]