diff --git a/README.md b/README.md index f6ebadc2..27618604 100644 --- a/README.md +++ b/README.md @@ -772,8 +772,13 @@ When learning CS, there are some useful sites you must know to get always inform ## Online Compiler and Sharing Code snippets +- [C9.io](https://c9.io) : Your development environment, in the cloud +- [Carbon](https://carbon.now.sh/) : Create pretty looking images of your code snippets. +- [Codeframe](https://codeframe.co/) : Online pastebin-like playground for building websites using HTML, CSS, and JavaScript - [CodePad](https://codepad.remoteinterview.io) : Code editor to try, test and run 25+ languages +- [Coder](https://coder.com) : A Web-based development environment using Visual Studio Code as a code editor - [Codesandbox.io](https://codesandbox.io) : CodeSandbox makes it easier to create, share, and reuse React projects with others. +- [Github Gist](https://gist.github.com) : Instantly share code, notes, and snippets. - [Godbolt.org](https://godbolt.org) : Excellent tool for exploring the assembly output of different compilers with and without optimization. - [Ideone.com](https://ideone.com) : online compiler and debugging tool for more than 60 programming languages - [JSFiddle](https://jsfiddle.net) : Test your JavaScript, CSS, HTML or CoffeeScript with online code editor @@ -781,12 +786,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Judge0 IDE](https://ide.judge0.com) : Online compiler with 40+ interpreters and compilers. - [Pastebin.com](https://pastebin.com) : Pastebin can store texts like code, notes, and snippets online for a set time which can be shared instantly. - [PlayCode](https://playcode.io/) : Online Javascript playground with a built-in console and support for npm packages. -- [C9.io](https://c9.io) : Your development environment, in the cloud -- [Github Gist](https://gist.github.com) : Instantly share code, notes, and snippets. -- [Coder](https://coder.com) : A Web-based development environment using Visual Studio Code as a code editor -- [Carbon](https://carbon.now.sh/) : Create pretty looking images of your code snippets. - [Wandbox](https://wandbox.org/): Online compiler with bleeding edge C++ and 40 other languages. -- [Codeframe](https://codeframe.co/) : Online pastebin-like playground for building websites using HTML, CSS, and JavaScript