Code
Here are some of the projects I “actively” work on. I use git as my SCM (thanks to Steve) unless otherwise noted. If you would like to check any of these projects out, the following command should suffice
git clone <repository url>
- Project Euler – [repository] – A site with a bunch of problems for the figuring out. A lot of them seem really tough.
- Mudfish – [repository] – Mudfish is a framework for apache/modpython I wrote for work. We ended up using Django so it’s never seen production use, but it works. It’s a simple version of Django’s url dispatcher with some weird database stuff in it that I never did sort out exactly.
- Phonese3 – [browse repository] – My most successful project to date. Phonese is a photo blog site where you can send your pictures from your phone. Current version is 2, I’ve been working on and scrapping version 3 for a couple of years.
- Pypyrus – [repository] – This is a Python (and others?) source code editor Steve and I work on. It is written in Python/wxPython.
- Warmachine – [repository] – Steve and I started a Python IRC bot, but Redhat politics kind of killed it. I’m sure one day this project will start up again.
- Junk – [repository] – These are random snippets and config files (ie: vim) that are too small for their own repository.