So, here’s my contribution to humanity, with the following pieces of code that I thought would be usable for other people.
- My sudoku solver (circa 2008) can solve all the sudoku problems I ever encountered (including extremely-uber-hard ones), within a second.
- Number riddle solver (circa 2004) is a little CPP program that shows you how to reach X using A, B, C, D and the four arithmetic operations.
- XPhpTrack (circa 2004) is something i wrote for my laboratory class. Apparently somebody wrote something about it later in testdriven.com. You can get my copy here.
- Dosanity (circa 2002) is a batch of DOS-batch files, that imitate unix-like behavior in Windows, so that you can type in
mv[dest]rather thanmove[dest].