Projects
Current Projects
-
WTForms - An
open-source library to facilitate processing/validating form input
and rendering HTML forms along with python web/templating
frameworks.
-
BlizzPub - A gaming news site/discussion board that
I develop with Thomas Johannsen.
Currently written in Python using the
Django framework, we are in the process of
moving this to use Werkzeug and
SQLAlchemy.
-
PyMUD - A collaborative project to build
a massively multiplayer text-based role-playing environment (MUD)
written in Python with Twisted, SQLAlchemy, and pyparsing.
Also check out the PyMUD Blog for updates on our progress.
-
BpBot - A multiprotocol chat bot, originally written for battle.net,
also works on IRC as well as AOL Instant messenger protocols, and a
few others. Can bridge messages between channels/networks.
Past Projects
-
MP3 Car - A project to build a MP3 player system for a car stereo. Was
a fun project writing software to allow a user to control a mp3 player
and navigate a large mp3 database without taking her eyes off the
road.
-
SPG mods - Modifications and utilities for the multiplayer game
Rainbow Six®, published under the SimpleCodes Programming Group (SPG)
brand..
-
SimpleCodes - A lightweight PHP content management framework for
making websites. included a discussion board, news posting, content
page management, file uploads with download tracker, and more.
-
MooBB - A PHP based full-featured forums written from scratch, based
off an extensible content framework, designed for speed and security,
with built-in database result caching, as well as extensive input and
database query checking.
-
Webinteradmin - When working on War3Pub/MooBB, I realized the need was
great for creating multitudes of admin panels, and that many admin
panels were based on the idea of adding/deleting/editing records, so I
designed a system where you could simply specify the types of fields
to make, and the panels are made for you. great for administering any
type of data in a SQL database.