- LibContainer
- This is a very limited but somewhat useful implementation of a linked list, stack, and queue.
- Objc-Cont
- This is an Objective C version of libcontainer.
- Checkers for BeOS
- An old Checkers game written by satchmoz and myself for a Final in AP Computer Science.
- SDLCheckers
- The same checkers game rewritten for SDL.
- Fortres Grand Control hack
- It cracks the backdoor password for FGC101 when given the key (ctrl+shift+f).
- Build Counter
- Manages the build counts sequentially for a project. Add it to the makefile and have your programs #include the file and use the number it provides.
- DiskFree
- Prints a graph of the total/used/available disk space on a given file system.
- getpass.c
- Demonstrates the use of getpass(3) to read in a string without echoing text to the terminal.
- Grades
- Prints a report card for a student in a class.
- RPN Calculator
- An RPN calculator written for APCS.
- Trivial Transfer Program
- A simple client/server program to transfer anything over the network.
- Userlist
- Makes a list of users on a UNIX system. (tested on fbsd and linux)
- yay!!
- Just a bunch of random stuff...I got playing with rand() and found a problem with the BSD implementation. So I started playing with rand() and random().
- yay!! part two
- More random stuff. A bunch of experiments. I'm not in Statistics so I played with rand[om]() a little less.
- syslog spoofer
- Spoofs an *.notice entry in syslog (not that hard)
- GSCalendar
- Calendar program written in ObjectiveC.
- More ObjectiveC stuff.