Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.
/ ide Public archive
forked from judge0/ide

A proof-of-concept realtime collaborative IDE with code execution and input/output.

License

Notifications You must be signed in to change notification settings

thecodingwizard/ide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is now part of the Competitive Programming Initiative.

Realtime Collaborative IDE

A proof-of-concept realtime collaborative IDE with code execution and input/output. Designed primarily for Competitive Programming.

IDE and code execution taken from Judge0 IDE. Realtime collaboration with Firepad.


Note: To fix FirebaseExtended/firepad#315, a very questionable change was done:

Replace

var n=this.configurationService.getValue("files.eol",{overrideIdentifier:t,resource:e});return n&&"auto"!==n?n:d.isLinux||d.isMacintosh?"\n":"\r\n"

with

return '\n';

in third_party/monaco-editor/min/vs/editor/editor.main.js

About

A proof-of-concept realtime collaborative IDE with code execution and input/output.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 67.3%
  • HTML 26.9%
  • CSS 5.8%