Code
I store little bits of code here, all of it Erlang code at the moment. Some of the old Wide Finder code is stored there, for example, but the interesting bits are:
- Boyer-Moore string search (Erlang) (link)
- SHA-224, SHA-256, SHA-384, SHA-512 implementation (Erlang) (link)