From 41cb40bec1917cc34b86c2775f4c6c2b13c70a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20G=2E=20Packer?= Date: Thu, 3 Sep 2020 10:15:01 -0300 Subject: [PATCH] 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 --- free-programming-playgrounds.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/free-programming-playgrounds.md b/free-programming-playgrounds.md index 6de8aed8..4eefb079 100644 --- a/free-programming-playgrounds.md +++ b/free-programming-playgrounds.md @@ -5,7 +5,6 @@ * [Crystal](#crystal) * [CSS](#css) * [Elm](#elm) -* [FlexBox](#flexbox) * [Go](#go) * [Haskell](#haskell) * [Ionic](#ionic) @@ -22,6 +21,7 @@ * [React](#react) * [Ruby](#ruby) * [Rust](#rust) +* [RxJS](#rxjs) * [Scala](#scala) * [SQL](#sql) * [Svelte](#svelte) @@ -51,6 +51,7 @@ * [CSSdeck](http://cssdeck.com) * [CSSdesk](http://cssdesk.com) * [Dabblet](http://dabblet.com) +* [Flexy Boxes](http://the-echoplex.net/flexyboxes/) ### Elm @@ -58,11 +59,6 @@ * [Ellie](https://ellie-app.com) -### FlexBox - -* [Echoplex](http://the-echoplex.net/flexyboxes/) - - ### Go * [Go Playground](https://play.golang.org) @@ -128,7 +124,6 @@ ### Python * [Codepad](http://codepad.org) -* [Pyfiddle](https://pyfiddle.io) ### R @@ -147,14 +142,14 @@ * [Codepad](http://codepad.org) -### RxJS +### Rust -* [StackBlitz](https://stackblitz.com/fork/rxjs) +* [Rust Playground](http://play.integer32.com) -### Rust +### RxJS -* [Rust Playground](http://play.integer32.com) +* [StackBlitz](https://stackblitz.com/fork/rxjs) ### Scala @@ -184,4 +179,3 @@ * [Playground](https://www.typescriptlang.org/play/index.html) * [StackBlitz](https://stackblitz.com/fork/typescript) - -- GitLab