Projects

RESTful Python Web Service using WSGI

Chat Server

I have never officially released this code as open source, however, if I get enough encouragement I may. I was basically a medium for testing out a few thoughts, but is a very functional Chat Server. The only client written works on the command line, but shows what would need to be done for any client. It would need some sort of client agent or maybe Ajax. The backend is an XML-RPC server.

CVS Repository

AjaxStub

This API provides a way to auto generate JavaScript stubs in your client code for a Python web service. It is essentially an RPC style service.

API Home Page

CVS Repository

Doubly Linked List API

This is one of my first open source projects and is still seeing quite a few downloads. It's an API for a link list written in C.

API Home Page

CVS Repository