When watching dj3500 's Screencast (Just click to see Hightail in action, Exact time) i saw he uses a program called Hightail. automatically tests programs before submission to codeforces.
Source: https://github.com/dj3500/hightail (Java)
Can anyone with Java Experience please compile it to a runnable program and upload somewhere?
I'm not going to distrubute the binary, but building is quite easy and I can tell you how to do it.
Building and running instructions
git clone git://github.com/dj3500/hightail.git .
ant
(to build)ant run
orjava -jar dist\Hightail-combined.jar
Updating:
git pull
,ant clean
,ant
Giving a minus to a person who put some work to help is not fair. Instead of minusing you could do these simple steps and upload the jar. Why asking others to work for you, when you can contribute yourself?
I distribute only the software I've written myself or if I see explicit permission for that.
To a brave minus guy: please come out of the shadow and tell me what was wrong in my comment, that deserved your negative judgement. You discouraged me from helping on this site. And maybe other people too.
Well, it took ages, but Hightail is now available here: http://codeforces.net/blog/entry/13141
Enjoy! :)