1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-11-26 05:17:34 +00:00

Move a playground link to CSS section (#3697)

* Move a playground link to CSS section

FlexBox is a CSS feature.
This move is consistent with other files.

* Fix index in english free-programming-playgrounds

* Move a section according to alphabetical order

* Remove offline link pyfiddle.io

Shutdown confirmed: https://github.com/priyankcommits/pyfiddleio/issues/7
This commit is contained in:
João G. Packer 2020-09-03 10:15:01 -03:00 committed by GitHub
parent 89eddc691f
commit 41cb40bec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,6 @@
* [Crystal](#crystal) * [Crystal](#crystal)
* [CSS](#css) * [CSS](#css)
* [Elm](#elm) * [Elm](#elm)
* [FlexBox](#flexbox)
* [Go](#go) * [Go](#go)
* [Haskell](#haskell) * [Haskell](#haskell)
* [Ionic](#ionic) * [Ionic](#ionic)
@ -22,6 +21,7 @@
* [React](#react) * [React](#react)
* [Ruby](#ruby) * [Ruby](#ruby)
* [Rust](#rust) * [Rust](#rust)
* [RxJS](#rxjs)
* [Scala](#scala) * [Scala](#scala)
* [SQL](#sql) * [SQL](#sql)
* [Svelte](#svelte) * [Svelte](#svelte)
@ -51,6 +51,7 @@
* [CSSdeck](http://cssdeck.com) * [CSSdeck](http://cssdeck.com)
* [CSSdesk](http://cssdesk.com) * [CSSdesk](http://cssdesk.com)
* [Dabblet](http://dabblet.com) * [Dabblet](http://dabblet.com)
* [Flexy Boxes](http://the-echoplex.net/flexyboxes/)
### Elm ### Elm
@ -58,11 +59,6 @@
* [Ellie](https://ellie-app.com) * [Ellie](https://ellie-app.com)
### FlexBox
* [Echoplex](http://the-echoplex.net/flexyboxes/)
### Go ### Go
* [Go Playground](https://play.golang.org) * [Go Playground](https://play.golang.org)
@ -128,7 +124,6 @@
### Python ### Python
* [Codepad](http://codepad.org) * [Codepad](http://codepad.org)
* [Pyfiddle](https://pyfiddle.io)
### R ### R
@ -147,16 +142,16 @@
* [Codepad](http://codepad.org) * [Codepad](http://codepad.org)
### RxJS
* [StackBlitz](https://stackblitz.com/fork/rxjs)
### Rust ### Rust
* [Rust Playground](http://play.integer32.com) * [Rust Playground](http://play.integer32.com)
### RxJS
* [StackBlitz](https://stackblitz.com/fork/rxjs)
### Scala ### Scala
* [ScalaFiddle.io](https://scalafiddle.io) * [ScalaFiddle.io](https://scalafiddle.io)
@ -184,4 +179,3 @@
* [Playground](https://www.typescriptlang.org/play/index.html) * [Playground](https://www.typescriptlang.org/play/index.html)
* [StackBlitz](https://stackblitz.com/fork/typescript) * [StackBlitz](https://stackblitz.com/fork/typescript)