CodePaw Wiki
General
CodePaw is a project inspired by the CodeFu programming competition. It's aim is to save as much time as possible, by generating a main function that runs all the test cases, meanwhile examines the running time and the return values of the method that needs to be programed, and even more, if the method doesn't end in 10 seconds (CodeFu's time limit is 5) the thread working on the method is being terminated.
The Program
Using the program is easy and intuitive. You are coping the problem description into the upper text field, and than click the generate button. Dependant weather you've chosen the main function to be in separate class or in the same class as the function you'll need to code for the competition different codes are generated. In the first case, a code for a "Main" class and a main function is generated, where on the other hand a code for a class named as the one containing the needed method is generated, with the needed signature of the asked method and the already mentioned main method.

The Author
is Stefan Spasovski, and if you have any suggestions bug reports or you're in need of contact for any reason, feel free to mail at stef.mkd at gmail.com.





