added CodePad and JSFiddle (#62)

This commit is contained in:
Asad Memon
2017-06-09 09:48:48 +05:00
committed by Sonkeng Maldini
parent 13f1af93c6
commit 09d5051789

View File

@@ -364,6 +364,8 @@ When learning CS there are some useful sites you must know to get always informe
* [Kathryn Hodge ](https://www.youtube.com/channel/UC4DwZ2VXM2KWtzHjVk9M_xg/videos) : Has good videos for beginners
# Online Compiler and Sharing Code snippets
* [CodePad](https://codepad.remoteinterview.io/) : Code editor to try, test and run 25+ languages
* [JSFiddle](https://jsfiddle.net/) : Test your JavaScript, CSS, HTML or CoffeeScript with online code editor
* [Ideone.com ](https://ideone.com/)
* [Pastebin.com ](http://pastebin.com/)
* [Godbolt.org ](https://godbolt.org/): Excellent tool for exploring the assembly output of different compilers with and without optimization.