free-programming-playgrounds.md 1.4 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
* [JavaScript](#javascript)
G
Gökmen Koç 已提交
8
* [.Net] (#dotnet)
9
* [Node.js](#nodejs)
10
* [Perl](#perl)
11 12 13
* [PHP](#php)
* [Python](#python)
* [Ruby](#ruby)
V
Victor Felder 已提交
14
* [SQL](#sql)
15 16 17 18 19 20 21


### Angular

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


V
Victor Felder 已提交
22 23 24 25 26
### Crystal

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


27 28 29 30 31 32 33 34
### CSS

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


V
Victor Felder 已提交
35 36 37 38 39
### FlexBox

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


40 41 42 43 44
### Haskell

* [Try Haskell] (https://www.tryhaskell.org)


45 46 47 48 49 50 51 52
### JavaScript

* [CodePen](http://codepen.io)
* [JSFiddle](http://jsfiddle.net)
* [Plunker](http://plnkr.co)
* [Sololearn](https://code.sololearn.com/#html)


G
Gökmen Koç 已提交
53 54
### .NET

V
Victor Felder 已提交
55
* [.NET Fiddle](https://dotnetfiddle.net)
G
Gökmen Koç 已提交
56 57


58 59 60 61 62 63
### NodeJS

* [Ideone](http://ideone.com)
* [Runnable](http://code.runnable.com)


64 65 66 67 68
### Perl

* [Perl](http://tryperl.pl)


69 70 71 72
### PHP

* [Codepad](http://codepad.org)
* [PHPFiddle](http://phpfiddle.org)
73
* [PHPTester](http://phptester.net)
74 75 76 77 78 79 80 81 82 83 84 85 86


### Python

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


### Ruby

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


87 88 89 90 91
### Rust

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


92 93 94 95
### SQL

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

V
Victor Felder 已提交
96

A
Alfredo Serafini 已提交
97 98
### Scala

V
Victor Felder 已提交
99 100
* [ScalaFiddle.io](https://scalafiddle.io)
* [ScalaFiddle.net](http://scalafiddle.net)
A
Alfredo Serafini 已提交
101

102