Если вы используете C++, пожалуйста, выберите в качестве компилятора при отправке решения: C++14 (GCC 6-32) или C++17 (GCC 7-32). ×

Блог пользователя Rose-1994

Автор Rose-1994, 11 лет назад, По-английски

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?

  • Проголосовать: нравится
  • +6
  • Проголосовать: не нравится

»
11 лет назад, # |
Rev. 2   Проголосовать: нравится +5 Проголосовать: не нравится

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 лет назад, # ^ |
      Проголосовать: нравится +12 Проголосовать: не нравится

    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 лет назад, # |
Rev. 2   Проголосовать: нравится +7 Проголосовать: не нравится

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

Enjoy! :)