mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-22 11:35:10 +00:00
chore(playgrounds): https is safe + delete dups (#6247)
- Change to `https` in those accepts SSL secure protocol - Remove `cssdeck.com` dup - Remove `ScalaFiddle.net`. Casino parked website. Right site already listed: `ScalaFiddle.io` - Direct links on `codepad.org` to each language Co-authored-by: Eric Hellman <eric@hellman.net>
This commit is contained in:
parent
72c86a92c6
commit
b75dbb8af6
@ -75,10 +75,9 @@
|
|||||||
### CSS
|
### CSS
|
||||||
|
|
||||||
* [CodePen](https://codepen.io)
|
* [CodePen](https://codepen.io)
|
||||||
* [CSSdeck](http://cssdeck.com)
|
* [CSSdeck](https://cssdeck.com)
|
||||||
* [CSSdesk](http://cssdesk.com)
|
* [Dabblet](https://dabblet.com)
|
||||||
* [Dabblet](http://dabblet.com)
|
* [Flexy Boxes](https://the-echoplex.net/flexyboxes/)
|
||||||
* [Flexy Boxes](http://the-echoplex.net/flexyboxes/)
|
|
||||||
* [SoloLearn](https://code.sololearn.com/web#css)
|
* [SoloLearn](https://code.sololearn.com/web#css)
|
||||||
|
|
||||||
|
|
||||||
@ -143,9 +142,9 @@
|
|||||||
* [CodeSandbox.io](https://codesandbox.io)
|
* [CodeSandbox.io](https://codesandbox.io)
|
||||||
* [Esfiddle](https://esfiddle.net)
|
* [Esfiddle](https://esfiddle.net)
|
||||||
* [Grasshopper](https://grasshopper.app) *(Google account required)*
|
* [Grasshopper](https://grasshopper.app) *(Google account required)*
|
||||||
* [JSBin](http://jsbin.com)
|
* [JSBin](https://jsbin.com)
|
||||||
* [JSFiddle](http://jsfiddle.net)
|
* [JSFiddle](https://jsfiddle.net)
|
||||||
* [Plunker](http://plnkr.co)
|
* [Plunker](https://plnkr.co)
|
||||||
* [SoloLearn](https://code.sololearn.com/web#javascript)
|
* [SoloLearn](https://code.sololearn.com/web#javascript)
|
||||||
|
|
||||||
|
|
||||||
@ -181,7 +180,7 @@
|
|||||||
|
|
||||||
### NodeJS
|
### NodeJS
|
||||||
|
|
||||||
* [Ideone](http://ideone.com)
|
* [Ideone](https://ideone.com)
|
||||||
* [SoloLearn](https://code.sololearn.com/nodejs)
|
* [SoloLearn](https://code.sololearn.com/nodejs)
|
||||||
|
|
||||||
|
|
||||||
@ -192,21 +191,21 @@
|
|||||||
|
|
||||||
### Perl
|
### Perl
|
||||||
|
|
||||||
* [Perl](http://tryperl.pl)
|
* [Perl](https://tryperl.pl)
|
||||||
|
|
||||||
|
|
||||||
### PHP
|
### PHP
|
||||||
|
|
||||||
* [Codepad](http://codepad.org)
|
* [Codepad](http://codepad.org/?lang=PHP)
|
||||||
* [ExtendsClass](https://extendsclass.com/php.html)
|
* [ExtendsClass](https://extendsclass.com/php.html)
|
||||||
* [PHPFiddle](http://phpfiddle.org)
|
* [PHPFiddle](https://phpfiddle.org)
|
||||||
* [PHPTester](http://phptester.net)
|
* [PHPTester](http://phptester.net)
|
||||||
* [SoloLearn](https://code.sololearn.com/php)
|
* [SoloLearn](https://code.sololearn.com/php)
|
||||||
|
|
||||||
|
|
||||||
### Python
|
### Python
|
||||||
|
|
||||||
* [Codepad](http://codepad.org)
|
* [Codepad](http://codepad.org/?lang=Python)
|
||||||
* [Python Trinket](https://trinket.io/python)
|
* [Python Trinket](https://trinket.io/python)
|
||||||
* [Python.org Shell](https://www.python.org/shell)
|
* [Python.org Shell](https://www.python.org/shell)
|
||||||
* [Repl.it - NiceDualPoin](https://repl.it/repls/NiceDualPoint#main.py)
|
* [Repl.it - NiceDualPoin](https://repl.it/repls/NiceDualPoint#main.py)
|
||||||
@ -242,7 +241,7 @@
|
|||||||
|
|
||||||
### Ruby
|
### Ruby
|
||||||
|
|
||||||
* [Codepad](http://codepad.org)
|
* [Codepad](http://codepad.org/?lang=Ruby)
|
||||||
* [SoloLearn](https://code.sololearn.com/ruby)
|
* [SoloLearn](https://code.sololearn.com/ruby)
|
||||||
* [TryRuby](https://try.ruby-lang.org)
|
* [TryRuby](https://try.ruby-lang.org)
|
||||||
|
|
||||||
@ -260,7 +259,6 @@
|
|||||||
### Scala
|
### Scala
|
||||||
|
|
||||||
* [ScalaFiddle.io](https://scalafiddle.io)
|
* [ScalaFiddle.io](https://scalafiddle.io)
|
||||||
* [ScalaFiddle.net](http://scalafiddle.net)
|
|
||||||
* [Scastie](https://scastie.scala-lang.org)
|
* [Scastie](https://scastie.scala-lang.org)
|
||||||
|
|
||||||
|
|
||||||
@ -298,5 +296,5 @@
|
|||||||
|
|
||||||
> :information_source: See also … [AngularJS](#angularjs)
|
> :information_source: See also … [AngularJS](#angularjs)
|
||||||
|
|
||||||
* [Plunker](http://plnkr.co)
|
* [Plunker](https://plnkr.co)
|
||||||
* [StackBlitz](https://stackblitz.com/fork/angular)
|
* [StackBlitz](https://stackblitz.com/fork/angular)
|
||||||
|
Loading…
Reference in New Issue
Block a user