Adobe Flash

calc.fla

This is the source for a calculator application written in ActionScript for Flash. Will solve complex expressions as entered.

calc.swf

This is the .swf version of the Flash calculator application that can solve complex expressions.
C and C++

bobpache.cpp

This is a simple web server written in C++. It does not support CGI but definitely worth taking a look at if you are working on one for a class or project.

darkstar.zip

This is a graphical role playing game I wrote in 1999. In includes the source code. It was created in Borland C++. The game can be defeated!

hash table.zip

This is some simple example of a hash table. A hash table is a data structure that is useful for quickly accessing data.

linked list.zip

This is some sample linked list code. Useful for someone starting out programming. A linked list is a data structure that provides sequential access to information.

Linux Kernel Modules.zip

Here is a collection of files I created while taking a class on writing Linux Device Drivers. It includes various projects including the basis of a driver based keystroke recorder.

mail.cc

A simple program to send email on the command line.

portscan.cc

A simple port scanning utility for use on the command line.

proxy.cpp

A simple HTTP proxy server. Does not support CGI. This could be used to bounce your HTTP through multiple hosts (think the movie Sneakers).
Objective C - Mac OS X

base converter.zip

Here is a simple example application that takes a number in base 10 and converts it to the desired number base.

finitestatemachine.zip

Probably my finest work in Objective C, this program simulates deterministic and non-deterministic finite state machines. You can even use it to perform the reduce algorithm on a DFA. It can evaluate from a certain content. Definitely not finished, but could serve as a basis for a state machine simulator, if someone were so inclined to create one.

menu test.zip

This is a simple program created to test creating a menu.
Python

grapher.py

A simple python program that graphs a mathematical function.