free-programming-playgrounds.md 1.2 KB
Newer Older
1 2 3
### Index

* [Angular](#angular)
C
Carlos Rocha 已提交
4
* [Crystal](#crystal)
V
Victor Felder 已提交
5
* [CSS](#css)
6
* [FlexBox](#flexbox)
7 8 9 10 11
* [JavaScript](#javascript)
* [Node.js](#nodejs)
* [PHP](#php)
* [Python](#python)
* [Ruby](#ruby)
V
Victor Felder 已提交
12
* [SQL](#sql)
13 14 15 16 17 18 19


### Angular

* [Plunker](http://plnkr.co)


V
Victor Felder 已提交
20 21 22 23 24
### Crystal

* [Compile & run code in Crystal](https://play.crystal-lang.org/#/cr)


25 26 27 28 29 30 31 32
### CSS

* [CodePen](http://codepen.io)
* [CSSdeck](http://cssdeck.com)
* [CSSdesk](http://cssdesk.com)
* [Dabblet](http://dabblet.com)


V
Victor Felder 已提交
33 34 35 36 37
### FlexBox

* [Echoplex](http://the-echoplex.net/flexyboxes/)


38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
### 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)
56
* [PHPTester](http://phptester.net)
57 58 59 60 61 62 63 64 65 66 67 68 69


### Python

* [Codepad](http://codepad.org)


### Ruby

* [Codepad](http://codepad.org)
* [Runnable](http://code.runnable.com)


70 71 72 73 74
### Rust

* [Rust Playground](http://play.integer32.com)


75 76 77 78
### SQL

* [SQLFiddle](http://sqlfiddle.com)

V
Victor Felder 已提交
79

A
Alfredo Serafini 已提交
80 81
### Scala

V
Victor Felder 已提交
82 83
* [ScalaFiddle.io](https://scalafiddle.io)
* [ScalaFiddle.net](http://scalafiddle.net)
A
Alfredo Serafini 已提交
84

85