Developed with ❤︎ by gsilvamartin and contributors
About RTCode
RTCode is a web application to share real time code with multiple connected users. RTCode takes the pain out of group development, avoiding problems like such as:
- IDE Settings.
- Environment Settings.
- Diverging programming SDK Versions.
- Code version divergence.
- Difficulty in code collaboration between users.
Features
:bulb:
- Code autocomplete
- Program in several languages.
- Great diversity of themes.
- Share code in real time with your friends.
- Indent all lines Ctrl + S or Ctrl + Alt + F
- Code auto complete Ctrl + Space
Built with
:wrench:
- Javascript - for scripts
- NodeJS - for backend coding
- CodeMirror - code text editor
- xTermJS - javascript terminal
- Socket.IO - for real time communication
Installation
- Clone the project and navigate to the project root folder.
cd RTCode
- Install the necessary dependencies for the project execution.
npm install
- Run the following command to start the application.
npm start
- Open browser in
http://localhost:5000/code/
Contribution
The system is under development and has bugs and improvements to be implemented, so pull requests are welcome.
License: MIT
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
国际大学生程序设计竞赛例题解
郭嵩山 / 电子工业出版社 / 2007-7 / 32.00元
《国际大学生程序设计竞赛例题解3:图论、动态规划算法、综合题专集》以图论、动态规划算法、综合题的形式介绍了ACM国际大学生程序设计竞赛(ACM/ICPC)中所用到的典型算法,并结合例题,对如何灵活地运用这些算法进行比较详细分析和深入浅出的讲解。《国际大学生程序设计竞赛例题解3:图论、动态规划算法、综合题专集》以精讲多练为教学宗旨,并在每一个专题论述后用一章的篇幅选出一批有代表性的竞赛例题,对每道例......一起来看看 《国际大学生程序设计竞赛例题解》 这本书的介绍吧!