JUST_SUBMIT's blog

By JUST_SUBMIT, 4 months ago, In English

I would like to add my first ever contribution to the codeforces space, it is targeted to the NEOVIM people!

I recently created a codeforces tool where you can fetch contests sample tests and test your solution against those tests as well as submitting your solution to codeforces all from your neovim setup with some few shortcuts.

The tool is still new and it might have some bugs and more importantly it only supports C++ and PYTHON for the moment, hope you like it and maybe if you find it helpful and you are more into JAVA or some other programming language make it support it and make a PR to help other people from other programming languages use it.

The main thing about it is that it uses the codeforces API and I tried to avoid scraping as much as I could, but we all know that there is no submission option in the codeforces API, hope it becomes available someday.

Check out the repo, it's basically my neovim setup including the tool, it is based on the amazing distribution "lazy.vim". You will find some images of usage below.

Repo: https://github.com/BerqiaMouad/Neovim-Setup

Usage:

  • Create a contest:

Create Contest

  • Create problem:

Problem Name Problem Programming Language Problem Created

  • Test against sample tests:

Correct solution Wrong solution

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

»
4 months ago, # |
  Vote: I like it 0 Vote: I do not like it

waah that's good !!

»
4 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Keep going!