This page briefly summarizes my coding endeavors. Most of my code is hosted on github, but I also contribute to the code base of the Bro network security monitor.

libBf
libBf is a header-only C++11 library of a garden variety of Bloom filters. Its policy-based design makes it very flexible to customize and allows for creating new combinations of storage, hashing, and partition properties. The implementation features the following Bloom filter types: basic, bitwise, spectral (MI and RM), A2, and stable.
Brogments
A Pygments lexer for Bro scripts.
www
The source code of this web presence. Built on top of the static web site generator nanoc, I use Haml for structuring HTML, LESS for CSS styling, and Kramdown for creating content. The rest is Ruby glue.
ML-driver
A Linux kernel driver for the DreamCheeky USB missile launcher.
dotfiles
The very heart of an efficient working environment. Included are configuration
files for vim, zsh, screen, and some other applications.