Skip to content

Krpa/SPOJ-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SPOJ-utils

Tools for online judge called SPOJ: http://www.spoj.com/.

Goal

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.

init.txt

Contains initialization data. You should change it according to your wishes.

Instructions

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.

Instructions to add

  • 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

About

SPOJ todo list tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages