The IDE for competitive programmers.
- Open multiple tabs.
- Uses RsyntaxTextArea library for syntax highlighting.
- View Codeforces profile of any user.
- Provides and opens links to several algotihmic tutorials.
- Supports
Undo/Redo
.
- Java 8 (on Netbeans)
The IDE uses system calls like exec
on Linux systems which got partially 'broken' when we tried to make the project compatible on both Windows and Linux. The code fails to compile in such cases.
- Aayush Chauhan - aayush20168048 - Logic & Main code
- Tuhin Subhra Patra - armag-pro - APIs & Libraries
- Vijay Krishan Pandey - codermnnit98 - UI