The Wayback Machine - https://web.archive.org/web/20210720192446/https://github.com/topics/integrated-development-environment
Skip to content
#

integrated-development-environment

Here are 58 public repositories matching this topic...

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.

  • Updated Nov 1, 2019
  • PHP

Improve this page

Add a description, image, and links to the integrated-development-environment topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the integrated-development-environment topic, visit your repo's landing page and select "manage topics."

Learn more