aditsu - 2011-07-20

This project seems to forcefully violate and desecrate many java coding conventions:
- most classes start with a small letter
- however, the main API methods start with a capital letter
- lots of ifs with no curly brackets
- formatting is a mess

Also, the code contains ridiculous things such as "import java.lang.*;" and the "oDontFeedMe" parameter for DoIt, and there are zero comments.