Code

  • node_memcached

    The beginnings of a native extension for nodejs providing memcached integration using the binary memcached protocol.

  • “Compiler” in Scala

    A simple compiler front-end written using Scala’s parser combinators. The code behind my Scala/BCEL compiler tutorials.Updated for Scala 2.7.

  • bloom.c

    A crappy bloom filter implementation I wrote for this post. Merely to demonstrate bloom filters conceptually — please fix the hash function if you’re going to use this in production code!

  • form_collections

    A plugin for Ruby on Rails 2.1 that makes complex forms more manageable.