A list of code projects/snippets that I feel are worthy of being shown to the world:
-
2011-07-12:
GSoC Project: Darcs Bridge
My Summer 2011 Google Summer of Code project working on the Darcs VCS -
2011-01-28:
JavaScript Game of Life
Conway's Game of Life Cellular Automaton, created using JavaScript -
2010-12-24:
Scala Patience Diff
An implementation of the patience diff algorithm, as found in several modern VCS programs -
2010-12-22:
C# Pushdown Automaton
A C# implementation of a pushdown automaton -
2010-11-29:
Scala implementation of Patience sort
A simple Scala implementation of the patience sort algorithm -
2010-11-29:
C#/LINQ to find Thompson/Speedtouch router's default SSID/Access keys
A C#/LINQ implementation of the Thompson/Speedtouch default SSID/password generator. -
2010-10-19:
Haskell "Weasel Program" Genetic Algorithm
A Haskell implementation of the "Weasel Program" genetic algorithm. -
2010-10-01:
Of0ck the language
A modification of the BF programming language, which is even worse to look at! -
2010-10-01:
Linux Kernel Greynet implementation
A dynamic greynet implementation for the Linux kernel 2.6.31, mentioned in RFC6018. -
2009-10-21:
AES using ECB Demo using Python
A comparison between ECB and CBC in the AES algorithm using Python.
A short list of OSS contributions I've made:
-
Darcs Patches
A list of my patches to the Darcs VCS. -
Implement IPv6 packet header handling
Add support for IPv6 packet headers to the dpkt Python library.