Technology
.NET
AudioMon 0.2 C# source binary
An EXTREMELY beta program for monitoring network traffic via audio. This version is a proof-of concept. It allows you to play .WAV files when certain packets are sent / recieved. The next version will provide support for rule-based filtering of packets, and for audio generation (not dependent on .WAV files). This project uses the excellent SharpPCap library.
Robocopy Job Builder C# source binary
Generates command lines for the popular Windows utility robocopy.exe. This utility allows you to harness the power of robocopy without remembering the command line options necessary to do complex copies.
Screen Capture C# source binary
Takes a screen shot and places in a directory. This is about as simple as it gets :).
ASP and VBScript
Active Directory Inventory-Gathering Script source
Queries an Active Directory DNS repository for a list of computers, then uses WMI to populate a database with information about each computer.
Profile Backup Scripts ProfileBackup Source ProfileBackup2 Source
This is a pair of scripts that were written to simplify the transfer of user resources from computer to computer. They moves the profile folders to a specified backup location (filtering out temporary / useless folders)
Visual Basic 6.0
Web-Based Job Board VB6 and ASP Source
A simple job board written for the college of Family and Consumer Sciences. The job board is no longer used by ISU. The interface to post jobs is written in VB6.
Java
Sudoku Solver Java Source
A Brute-force Sudoku Solver written in Java. Written for a course in Algorithms. Not pretty, but it works. :)