The web app for the Coding Blocks IDE. An online compiler which supports multiple languages.
Being developed as an Open Source project.
-
Multiple Language Support :
- C
- C++
- Java
- Python
- Java Script
-
Upload Code : User can upload code files from their system.
-
Download Code : Download the code in a file having the name mentioned in the file name input box.
-
Custom Input : Using custom input box, user can submit inputs for programm run.
-
Editor Settings : Multiple options to customize the editor, in your own way. All the settings can be tweaked from the Settings Panel.
- Themes : There are 14 themes available to choose from.
- Fonts : 15 different fonts for the editor.
- Font Size : User can also set font size for the editor.
- Reset : The reset button resets the editor settings to default.
-
Save and Auto Save : All the content including code, file name, input and also the editor settings gets saved in localStorage using the Save button and also automatically when changes are there.
- RUN : Use the button to compile the code.
- SAVE : Manually save all the content in localStorage.
- CLEAR ALL : To cleall all content, localStorage and resetting settings.
- UPLOAD : Use to button and choose the code file to upload to the editor.
- DOWNLOAD : Use the button to download the code in editor into a file.
This hits the Coding Blocks Judge API, which you can find documented here