Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cpeditor | 1,323 | 10 days ago | 73 | gpl-3.0 | C++ | |||||
The IDE for competitive programming :tada: | Fetch, Code, Compile, Run, Check, Submit :rocket: | ||||||||||
Expresspython | 113 | 3 years ago | 8 | gpl-2.0 | C++ | |||||
🚄🐍 expressPython - A small Python editor for learning and competitive programming. | ||||||||||
Rujaion | 53 | a year ago | 11 | mit | Python | |||||
Rust / C++ / Python IDE for programming athlete | ||||||||||
Desk | 38 | 3 years ago | 3 | mit | JavaScript | |||||
Light-weight ide for competitive programming. | ||||||||||
Comp Ide.el | 13 | a year ago | 1 | gpl-2.0 | Emacs Lisp | |||||
A simple competitive programming IDE | ||||||||||
Cpzen | 10 | 9 months ago | mit | JavaScript | ||||||
CpZen is an Online Integrated Development Environment (IDE) for competitive programmers made as the Lab project for CSE 4510: Software Development Lab. | ||||||||||
Competitive Programming 2017 | 7 | 6 years ago | C++ | |||||||
Competitive Programming Repository | ||||||||||
Codetrack | 5 | a year ago | 0bsd | JavaScript | ||||||
A lightweight online IDE built for competitive coding. | ||||||||||
Sdk 9_the Open Source C C Plus Plus Web Ide Using Php And Javascript | 2 | 2 years ago | gpl-3.0 | JavaScript | ||||||
The project has been basically created for the competitive programmers . The UI is light-weight and it includes the code suggession feature which enable a programmer for fast coading . You can input data as large as you want and measure your runtime automatically . | ||||||||||
Expresspython | 2 | 3 years ago | 3 | gpl-2.0 | C++ | |||||
🚄🐍 expressPython - A small Python editor for learning and competitive programming. |
CpZen is an Online Integrated Development Environment (IDE) for competitive programmers made as the Lab project for CSE 4510: Software Development Lab.
The main goal of this application is to alleviate some of the tedious jobs a competitive programmer has to do on a regular basis by integrating them in a single place.
pip install -r requirements.txt
python run.py
http://127.0.0.1:5000/
Users can create a new account or login to an already existing account. If they forget their password, then a "Reset Password" link will be sent to their email.
Text editor area with Syntax Highlighting, Auto-Indentation, Auto-Brackets Matching, Auto-Brackets Highlighting and Line Highlighting. Supports a total of 20 programming languages.
Users can click on Compile(Alt+C) to compile their code and on Run(Alt+R) to run their code. The source code, Standard Input and Standard Output (along with Build Log, Time taken and Memory usage) will be shown.
Users can save their code by clicking on Save(Alt+S) after providing a name for the file. They can click on "Copy" to copy the contents to clipboard or on "Download" to download the file to the local machine.
Ditto.
Users can view a list of upcoming contests on 12 of the most popular online judges. The contests are categorized based on topics and difficulty levels and each list consists of the Contest Title, Contest Link, Start Time, End Time and Duration.
Users can view profile stats from 5 of the most popular online judges after selecting one of them and providing a judge handle/username. Stats include Contest Rating Line-graph, Submission Verdicts Doughnut-graph, Submission Activity Heatmap/Matrix-chart and list of Unsolved problems for up-solving.
Users can keep track of the algorithms they learn throughout their competitive programming journey by saving any good resources/problems pertaining to an algorithm they can find along with their subjective proficiency in the algorithm. They can choose to update any entry if they come across any new resource/problem or if they feel their proficiency in the algorithm has improved. They can also delete any algorithm entry. Users can have a slight idea about the algorithmic topics they have/don't have a grasp over by viewing the Proficiency Radar-chart and practise accordingly.
We were inspired by similar projects like: