From 27eb95a02f7946231048fb72ae060b12dc3444ea Mon Sep 17 00:00:00 2001 From: Tina Barfield Date: Thu, 3 Nov 2016 18:07:15 -0400 Subject: [PATCH] Added new section for free programming playgrounds (#2148) --- free-programming-playgrounds.md | 61 +++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 free-programming-playgrounds.md diff --git a/free-programming-playgrounds.md b/free-programming-playgrounds.md new file mode 100644 index 00000000..cdd2a091 --- /dev/null +++ b/free-programming-playgrounds.md @@ -0,0 +1,61 @@ +### Index + +* [Angular](#angular) +* [CSS](#css) +* [JavaScript](#javascript) +* [Node.js](#nodejs) +* [PHP](#php) +* [Python](#python) +* [Ruby](#ruby) +* [sql](#sql) + + +### Angular + +* [Plunker](http://plnkr.co) + + +### CSS + +* [CodePen](http://codepen.io) +* [CSSdeck](http://cssdeck.com) +* [CSSdesk](http://cssdesk.com) +* [Dabblet](http://dabblet.com) + + +### JavaScript + +* [CodePen](http://codepen.io) +* [JSFiddle](http://jsfiddle.net) +* [Plunker](http://plnkr.co) +* [Sololearn](https://code.sololearn.com/#html) + + +### NodeJS + +* [Ideone](http://ideone.com) +* [Runnable](http://code.runnable.com) + + +### PHP + +* [Codepad](http://codepad.org) +* [PHPFiddle](http://phpfiddle.org) + + +### Python + +* [Codepad](http://codepad.org) + + +### Ruby + +* [Codepad](http://codepad.org) +* [Runnable](http://code.runnable.com) + + +### SQL + +* [SQLFiddle](http://sqlfiddle.com) + + -- GitLab