1 Forks
6 Stars
6 Watchers

OnlineIDE

Developed my own Online IDE which can be used on localhost to avoid compiling and executing the program from the terminal. This supports C, C++, Java and Python languages, the code written will be compiled and executed on your local machine without your interference. This can be used while giving a contest because during the contest, the online IDE's provided by them are busy due to high load. You can use this to avoid high load. Its pretty simple to install and use, I will be uploading the code on github. This is made using PHP so to use this you must need an Apache server(Xampp, Wamp) any of them. Advantages: The code will be saved if your browser/computer goes unresponsive, you can get back your code from the same position you left. The inputs will also be saved. More features is to be added in future, this was just a start.

How to download and setup OnlineIDE

Open terminal and run command
git clone https://github.com/theskshaw/OnlineIDE.git
git clone is used to create a copy or clone of OnlineIDE repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with OnlineIDE https://github.com/theskshaw/OnlineIDE/archive/master.zip

Or simply clone OnlineIDE with SSH
[email protected]:theskshaw/OnlineIDE.git

If you have some problems with OnlineIDE

You may open issue on OnlineIDE support forum (system) here: https://github.com/theskshaw/OnlineIDE/issues