Source Code

This is a list of any source code I have written or contributed to. I really hope to extend this list.

OPML Creator
My new project is an OPML Outliner written in C# creatively called OPML Creator. (Name definitely subject to change :P ) It is still in very early design phases, not even pre-alpha yet. However, it is hosted on Sourceforge so you can browse over there and join the mailing lists. I am really excited about this project and being able to use Sourceforge to manage the project makes it even better! :)

Shorewall and MRTG
The original scripts for generating MRTG graphs from Shorewall accounting data had a few bugs with accounting rules that generated small amounts of traffic. This script fixes these bugs and all graphs are generated properly. More information can be found here.

Navigation Library
I wrote a system in my studies that relied heavily on navigation functions to accomplish some complex calculations. I originally wrote these functions in Visual Basic 6 but as a fun little project I converted all of the functions into C#. All the functions are declared static and easily usable. They can be downloaded here.