Summary

I've written a good bit of software: things for school such as compilers, network protocols, games, applications, etc; things for fun like PHP/HTML/CSS/JS for web sites that talk to mysql and generate dynamic content. Then there is all the bash scripts and configuration files that make my servers run, communicating with mysql to dynamically configure postfix and apache and pay attention to logs among other things. There is way too much code to ever put in one place, or ever really even find for that matter, but I'll try to put up some of the neat things here. Everything is provided under the GPL unless otherwise specified. Please let me know if you find something here useful or make any changes! A small subset of things that may be useful to others are over at my github account.

IMStat

IMStat is a statistics package for Instant Messenger log files. Currently it supports Adium2 and Gaim log formats and it generates statistics in a text file or as a png image. The requirements to run IMStat are simply having perl, and if you want the png output you will need the GD::Graph module installed.
Example that was generated in 2007:

imstat.pl is available as is. Please let me know if you use it or find it useful. Any changes or suggestions are welcome, but I likely won't be implementing requested features. To learn some python, I started over and wrote imusage.

pam_password_limit

Written as a project for work, this is a module for pam to perform complexity checks on a password before allowing the user to change it. This module is highly configurable and customizable: all limits are specified in one of the /etc/pam.d/* files and instructions provided for adding new capabilities are included and very straightforward. Code is proprietary.

adreset

Written as a project for work, this is a Windows Server 2003 daemon to manage password resets from other applications. It uses .NET Remoting to allow trusted applications to reset passwords on a Domain Controller without having administrative access to the domain. Code is proprietary.

Useful Shell Scripts

Games