Sorted "Online Compiler and Sharing Code snippets" alphabetical (#HSFDPMUW)

#HSFDPMUW just helps me finding my pull-requests better. :)
This commit is contained in:
EricBergi
2022-12-02 14:20:29 +01:00
committed by GitHub
parent ebe3faeefb
commit ffb2ce8449

View File

@@ -772,8 +772,13 @@ When learning CS, there are some useful sites you must know to get always inform
</div> </div>
## Online Compiler and Sharing Code snippets ## 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 - [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. - [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. - [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 - [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 - [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. - [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. - [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. - [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. - [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
<div align="right"> <div align="right">
<b><a href="#index">↥ Back To Top</a></b> <b><a href="#index">↥ Back To Top</a></b>