All Projects → sukeesh → GoCF

sukeesh / GoCF

Licence: other
Contest parser for codeforces.com

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to GoCF

codeforces2pdf
Light tool to extract CodeForces problems into PDF files
Stars: ✭ 18 (-62.5%)
Mutual labels:  competitive-programming, codeforces
Competitive-Programming--Solution
This ia an public repository for Accepted solution of coding problems on different coding plateforms like codeforces , hackerearth, codechef , hackerrank .......
Stars: ✭ 24 (-50%)
Mutual labels:  competitive-programming, codeforces
algovault
Algorithms and templates for competitive programming
Stars: ✭ 67 (+39.58%)
Mutual labels:  competitive-programming, codeforces
CP
Competitive Coding
Stars: ✭ 25 (-47.92%)
Mutual labels:  competitive-programming, codeforces
Competitive-Coding
Contains solution code of SPOJ, LeetCode, HackerRank and Codeforces questions solved by me.
Stars: ✭ 46 (-4.17%)
Mutual labels:  competitive-programming, codeforces
competitive-programming
This is my collection of various algorithms and data structures that I feel that are needed frequently in competitive programming .
Stars: ✭ 30 (-37.5%)
Mutual labels:  competitive-programming, codeforces
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (-29.17%)
Mutual labels:  competitive-programming, codeforces
competitive-programming
Solutions of some problems in competitive programming
Stars: ✭ 23 (-52.08%)
Mutual labels:  competitive-programming, codeforces
Catalyst
A VS code Extension to accelerate the process of solving problems on Codeforces.
Stars: ✭ 69 (+43.75%)
Mutual labels:  competitive-programming, codeforces
Competitive-programing
This repository is for encouraging people in competitive programming. And making PR's on a regular basis. Through this repo, Geeks can find solutions for various programming problems and also give your code to increase the repo.
Stars: ✭ 20 (-58.33%)
Mutual labels:  competitive-programming, codeforces
vjudge-to-oj
Import your vJudge solutions to actual online judges. Currently supports UVa, CodeForces, SPOJ, and CodeForces GYM.
Stars: ✭ 43 (-10.42%)
Mutual labels:  competitive-programming, codeforces
codeforces-timer
A Google Chrome extension which adds a timer to practice timed problem solving on codeforces
Stars: ✭ 20 (-58.33%)
Mutual labels:  competitive-programming, codeforces
Resources
Data Structures, Algorithms, Utility Classes for Competitive Programming, Codeforces: https://codeforces.com/profile/wleung_bvg, AtCoder: https://atcoder.jp/users/wleung_bvg, DMOJ: https://dmoj.ca/user/wleung_bvg
Stars: ✭ 34 (-29.17%)
Mutual labels:  competitive-programming, codeforces
competitive-programming
Roadmap to learn data structures, algorithms, mathematics, dynamic programming to beat in competitive programming, or crack any interview.
Stars: ✭ 21 (-56.25%)
Mutual labels:  competitive-programming, codeforces
ProgrammingProblems
Our answers to some programming problems,like ACM ICPC problems and others.(All problems are available on http://uva.onlinejudge.org or https://open.kattis.com) ** PLEASE STAR THE REPO IF IT 'S USEFUL :) **
Stars: ✭ 27 (-43.75%)
Mutual labels:  competitive-programming, codeforces
A2OJ-Enhancer
Chrome extension to enhance the functionality of static A2OJ site.
Stars: ✭ 36 (-25%)
Mutual labels:  competitive-programming, codeforces
Cph
Makes judging, compiling, and downloading problems for competitive programming easy.
Stars: ✭ 199 (+314.58%)
Mutual labels:  competitive-programming, codeforces
Problem Solving Training
Problem solving training for computer science students.
Stars: ✭ 210 (+337.5%)
Mutual labels:  competitive-programming, codeforces
USACO
Algorithms, data structures, and problems in competitive programming up to USACO Platinum
Stars: ✭ 34 (-29.17%)
Mutual labels:  competitive-programming, codeforces
CodePal
A Visual Studio Code Extension for competitive programming.
Stars: ✭ 45 (-6.25%)
Mutual labels:  competitive-programming, codeforces

GoCF

Contest parser for codeforces (only C++)

Requirements

Tested on Linux Ubuntu 20.04, Elementary OS Freya.

Installation

  • Run ./install.sh

Usage

  • After the contest begins, fire up your terminal and type incf
  • Now, enter the contest code
  • GoCF will now download the test cases for you!
  • Now, for example let us take contest code as 624, name your problems as 624_A.cpp, 624_B.cpp, . .(Case sensitive)
  • Code in your favourite editor.
  • now, for testing your solution just gocf 624_A.cpp.
  • If you want to add a custom test case, adcf and enter problem code.

Asciinema

asciicast

That's it.

© Sukeesh, Arpa.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].