[law] [zay] - Code & projects.
I'm always on some project or another - some of which someone may find useful. Currently, I'm making no effort to sort these projects below by type or personal value. In my non-spare time, I work at WiebeTech.
Argon - the MUD mapper
Argon lets you create, save, load and edit maps. I expect these maps will be mostly useful in online MUDs, which is why I wrote it. Some RPG tabletop gamers might use it as an aid to make dungeons.
Who Dere?
Who Dere? is an OS X app that will tell you who is listening to your iTunes, and what listeners are listening to (but due to how I had to do this, if there's more than one connected user you won't necessarily know who is listening to what.). Written in xcode/applescript.
Mercury
A coworker needed to burn mac/windows .iso disks every once in a while, given a source directory full of files. Mercury is a simple OS X solution for that. I'm considering expanding on it. xcode/applescript.
Sudoku Solver
Enter a puzzle and it'll solve it with algorithms a smart human could use, given time. It will never guess, and it will never mark a spot without it being correct. I wrote this to satiate my need to do Sudoku puzzles. PHP.
Dungeon Generator
A buddy of mine began working on a dungeon generator - in my group of friends, we can't help but to take up something like this (read "steal ideas") when we hear about it. Here's his, mine, and another buddies (he took our code, and got real fancy with it). PHP.
Pic to ASCII art
Upload a picture, tell it a phrase to use, and it'll turn it into ascii art, coloring the phrase. A friend wrote one in TCL, and I had the urge to do one in PHP.