From d6ec8849273004d17f539461f1956ffd87d9ac1d Mon Sep 17 00:00:00 2001 From: Shruti Gupta <59859276+shruti811@users.noreply.github.com> Date: Sat, 22 Oct 2022 07:47:20 +0530 Subject: [PATCH] Add sql,scala playground and remove one scala playground (#8751) * Added Scala cheatsheet * Add blank lines * Update resource name Co-authored-by: Sharan J <50091666+shrn01@users.noreply.github.com> * Correct ordering * Add sql and scala playground, remove non working scala fiddle link * correct ordering Co-authored-by: Sharan J <50091666+shrn01@users.noreply.github.com> --- more/free-programming-playgrounds.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/more/free-programming-playgrounds.md b/more/free-programming-playgrounds.md index 076b27b41..a1192607a 100644 --- a/more/free-programming-playgrounds.md +++ b/more/free-programming-playgrounds.md @@ -296,7 +296,7 @@ ### Scala -* [ScalaFiddle.io](https://scalafiddle.io) +* [JDoodle](https://www.jdoodle.com/compile-scala-online) * [Scastie](https://scastie.scala-lang.org) @@ -315,6 +315,7 @@ * [Extends Class](https://extendsclass.com/sqlite-browser.html) * [SQLFiddle](http://sqlfiddle.com) +* [SQLite Online](https://sqliteonline.com) ### Svelte