Competitive Programming Lite
A simple, easy-to-use Sublime Text plugin to assist in Competitive Programming.
Details
Installs
- Total 466
- Win 306
- Mac 80
- Linux 80
Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Competitive Programming Lite
A simple, easy-to-use Sublime Text plugin to assist in Competitive Programming.
Available Commands
CP New
Create a fileCP Set
Create a set of filesCP Open
Open a fileCP End
Exit CP modeCP Add
Add a templateCP Edit
Edit a templateCP Delete
Delete a templateCP Key Bindings
Set key bindingsCP Help
Open help page
Platforms Supported
- Linux
- Mac
- Windows
Languages Supported
- C
- C++
- Java
- Python
Help
Creating a file
Creating a set of files
Opening a file
Exiting CP mode
Testing code in terminal
Running code in terminal
Adding a template
Editing a template
Deleting a template
Key bindings
These are the recommended key bindings. However you can set your own key bindings as well. To set key bindings, run CP Key Bindings
command or goto Tools -> CP Lite -> Settings -> Key Bindings
- Linux
- Alt + Shift + N Create a new file
- Alt + Shift + S Create a set of files
- Alt + Shift + O Open a file
- Alt + Shift + E Exit CP mode
- Mac
- Option + Shift + N Create a new file
- Option + Shift + S Create a set of files
- Option + Shift + O Open a file
- Option + Shift + E Exit CP mode
- Windows
- Alt + Shift + N Create a new file
- Alt + Shift + S Create a set of files
- Alt + Shift + O Open a file
- Alt + Shift + E Exit CP mode
Future ideas
- [ ] Remove dependency on ONLINE_JUDGE. Define CPL_JUDGE locally.
- [ ] Move reading from file and writting to file part from template to Build System
- [ ] Add Default Command to set default Language and Template so that user does not have to select Language and Template everytime.
- [ ] Add Contest Command for creating template files and scraping input and expected output for all questions in a contest
- [ ] Add Contest Command support for CodeForces
Changelogs
Jan 21, 2022
Version 1.0.0 ReleasedFeb 14, 2022
Version 1.1.0 ReleasedJun 07, 2022
Version 1.2.0 Released