While the title is partially tongue-in-cheek, in that Printing Receipts would generally not be a particularly exciting topic, it still offers it’s [...]
The observant may notice that there have been a rather significant drop in my post frequency over the last month or so. This is because I’ve managed [...]
Parameters and Arguments passed on the command line are something that we simply cannot seem to get rid of. Even with today’s UI-Centric Operating [...]
Integrated Development Environments. These are the programming tools that most of us have come to almost take for granted. They provide the ability to [...]
Randomization is something that is pretty much a staple in games. But the tricky part is randomizing in an expected way. Some kinds of randomization, you [...]
Recently I started working on what turned out to be a lot bigger of a project than original intended. It is a Bukkit Plugin; Bukkit being a server [...]
In order to compare various languages, I have been implementing a anagram search program in a variety of languages and testing and analyzing the resulting [...]