Hi all,
Recently I have written some small scripts which can parse a Codeforces contest, download all the sample cases and auto-test your code.
Basically it's doing the same thing with Hightail but it's specialized to terminal and cpp users and much more light-weighted.
You can find the project here.
And you can refer to the README files for instruction of how to use it.
Thanks.
Auto comment: topic has been updated by __Wind (previous revision, new revision, compare).
Another contest parser is GoCF, I've tested it and it's really good.