Programming
Open Source
- RedHTTPD
- A web server written for my third year project. It is written in C and uses
glib 1.2 and libxml2. The source is available for on my downloads page. It is in
an alpha stage currently and may undergo major change before it can be regarded
as stable enough for other people to write modules for it.
Algorithms
- Route reduction algorithm
- This was an algorithm I developed to reduce the number of points in GPS
track logs to make them suitable for use as routes in limited memory GPS
devices. Apologies to anyone who has created this algorithm before me. But I
developed this algorithm purely from my own work and it was not based on any
other algorithms.
Java Applets
- Mandelbrot Set
- A Mandelbrot set Java applet. Allows the user to zoom in on parts of the
Mandelbrot set at set detail levels.
- Julia Set
- A Julia set Java applet. Allows the user to zoom in on parts of the Julia
set at set detail levels.