Блог пользователя art-hack

Автор art-hack, история, 6 лет назад, По-английски

Hello Everyone,

I have created a handy tool for running two codes against an input or stress testing them against random inputs. This can be helpful in hacking some simple problems and get possible faults, and also in finding wrong test cases for your solutions.

Link to Github Repo: Link

Video Showing its working Watch the video

I know this isn't perfect so if you feel that I can improve something or add some feature then do let me know and feel free to contribute as well.

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

»
6 лет назад, скрыть # |
 
Проголосовать: нравится -13 Проголосовать: не нравится

Great, thanks! Hope you get high rated! :)

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +1 Проголосовать: не нравится

You created tool by writing more than 200 lines of code for thing which you can do with few simple BASH commands? O_o
Definitely the biggest bicycle invention which I saw in the last time.

Mentioned BASH commands
»
6 лет назад, скрыть # |
 
Проголосовать: нравится +1 Проголосовать: не нравится

i think this can be useful ! suggestion : add tle checker