Tools for online judge called SPOJ: http://www.spoj.com/.
Current goal is to make this program serve as a todo list manager. It should be able to do instructions such as add, delete, list and similar. When it's done, I would like to add more features, such as backing up all solutions, making interesting statistics, integrate it with dropbox and others.
Contains initialization data. You should change it according to your wishes.
1. add prob1,prob2,prob3...probn
Adds problems to todo list, problems that already exist in the todo list won't be added again. Arguments should be seperated only by "," and they should be codes for problems.
2. del prob1,prob2,prob3...probn
Deletes problems from todo list.
3. clear
Clears the todo list.
4. getHtml file
Makes html file with links to problems in the todo list. Takes one argument "file" that should be a path with filename to create, e.g. C:\TODO\todo.html .
5. ls
Prints todo list to console.
- update: update the list for certain user(remove problems from the list that are solved by given user)
- addUser: add all problems that are solved by certain user and aren't in todo list