Programming Projects
Here are some programs I've written.
Feel free to contact me for details!
Kernel : C
Thread Library : C
Genealogy Webapp : Java
Web proxy : C
Implementation of "malloc" : C
A simple shell with job processing : C
Bit-by-bit image encryption : C
Get images from Flickr : Perl
Recreate "ls" function : C
Given an initial image, create a tessellation : ML
Navigate a maze : ML
Solve several problems with Dynamic Programming : Java
Chess-playing program (team project) : Java
Huffman tree compression : Java