Блог пользователя blueedge

Автор blueedge, история, 4 года назад, По-английски

I released an atom plugin, codeblue, a week ago which was only supporting python to test and run code. You can also submit the solution from within the atom.

BUT NOW IT SUPPORTS C and C++ too. Go ahead and download the package from the install tab of atom settings.

To learn more about its features and capabilities: https://mirror.codeforces.com/blog/entry/81753

Github repo: https://github.com/blueedgetechno/codeblue

watch the gif: https://gifyu.com/image/cGq8

gif

Полный текст и комментарии »

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

Автор blueedge, история, 4 года назад, По-английски

Download my atom package for codeforces ,codeblue.

source: https://github.com/blueedgetechno/codeblue

Features

  • Fetch and load code forces contest details

  • Automatically create an environment for the contest including working files

  • Run code with official sample cases of any particular problem

  • Compare your output with expected output in an elegant manner

  • Get your code verdicts like OK, Wrong answer, TLE, MLE, Runtime error, Queue, Hacked

  • Submit your code from your favorite text editor

  • Get your official standing of the live contest

  • Play minigames while you wait for the contest

overview

Полный текст и комментарии »

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

Автор blueedge, история, 4 года назад, По-английски

It would have been alot helpful if there will be a contestId parameter in contest.list method of codeforces API. It takes some time to load and filter essential contest information from https://mirror.codeforces.com/api/contest.list call.

Полный текст и комментарии »

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