When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

Rose-1994's blog

By Rose-1994, 11 years ago, In English

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?

  • Vote: I like it
  • +6
  • Vote: I do not like it

»
11 years ago, # |
Rev. 2   Vote: I like it +5 Vote: I do not like it

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

  1. Prerequisites: jdk7, ant, git
  2. Download source: enter the hightail directory and git clone git://github.com/dj3500/hightail.git .
  3. Enter deeper into Hightail directory
  4. ant (to build)
  5. running: ant run or java -jar dist\Hightail-combined.jar

Updating: git pull, ant clean, ant

  • »
    »
    11 years ago, # ^ |
      Vote: I like it +12 Vote: I do not like it

    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.

»
10 years ago, # |
Rev. 2   Vote: I like it +7 Vote: I do not like it

Well, it took ages, but Hightail is now available here: http://codeforces.com/blog/entry/13141

Enjoy! :)