blueedge's blog

By blueedge, history, 4 years ago, In English

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://codeforces.com/blog/entry/81753

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

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

gif

Full text and comments »

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

By blueedge, history, 4 years ago, In English

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

Full text and comments »

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

By blueedge, history, 4 years ago, In English

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://codeforces.com/api/contest.list call.

Full text and comments »

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