Competitive Programming
A Sublime Test plugin that automatically runs test cases when a program is ran.
Details
Installs
- Total 4K
- Win 3K
- Mac 556
- Linux 1K
Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 6 | 3 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 3 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 3 | 2 | 2 | 0 | 0 | 1 | 1 | 2 | 2 | 2 | 2 | 0 | 2 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 0 |
Mac | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 1 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
Readme
- Source
- raw.githubusercontent.com
CompetitiveProgramming
A Sublime Test plugin that automatically runs test cases when a program is ran.
How it Works
This plugin creates a new builder for C++11 and when you run your code, Command+Shift+b (OS X) Control+Shift+b (Linux/Windows), it runs your program against all *.in files in the same directory as your source code. This allows you to quickly run your code against many test cases and it will timeout if a test case takes too long.
This is helpful in the application of competitive programming since it allows you to quickly develop code and run against many test cases.
Supported Languages
- C++11
How to Install
Package Controll
The easiest way to install this plugin is through Package Control. It's also nice because it keeps your plugins up to date.
- First install Package Control, if you just did this then you should restart Sublime
- Open up the Command Palette (Command+Shift+p on OS X, Control+Shift+p on Linux/Windows)
- Select 'Package Control: Install Package'
- Select 'Competitive Programming'