Commit Graph

49 Commits (9b3ca0927efef4d63bb39c39a7b705172d83b76d)

Author SHA1 Message Date
Soorya U 2b50ee21a3
Added Terminus (#10334)
* Added Terminus

* Fix: Switching the Category
2023-10-16 14:10:29 -04:00
Soorya U c1319b97e7
Adding Grid CSS Playground (#9975)
* Adding Grid CSS Playground

* Sorting the List
2023-10-08 23:04:57 -04:00
Isha e30d9251e4
Added DevOps, HTML&CSS and Linux resources to playground section (#9863)
* Update free-programming-interactive-tutorials-en.md

Added 2 new section in interactive tutorial that is DevOps section and cmd section with game base resource for interactive learning
Added 2 new resources to HTML and CSS section for interactive tutorial

* Update free-programming-interactive-tutorials-en.md

Resolved errors

* Update free-programming-interactive-tutorials-en.md

Removed the alphabetical ordering error

* Update free-programming-interactive-tutorials-en.md

spelling error resolved

* Update free-programming-playgrounds.md

Moved the sections from interactive to playground as suggested

* Update free-programming-interactive-tutorials-en.md

removed the sections from interactive tutorial since they have been moved to playground as suggested

* Update free-programming-playgrounds.md

Resolved the errors 
Made changes as suggested
Moved resources from interactive section to playground section for better fit
Added a DevOps index name since there was resource present with name DevOps but it did not had any index name present (index name was missing)for the user to view if there was such resource present until he scrolls down and sees it himself

* Update free-programming-playgrounds.md

Updated :since one resource in the DevOps section was outdated therefore removed one outdated resource

* Update free-programming-playgrounds.md

Made the suggested changes by changing the name from all caps to the suggested format
2023-10-08 17:16:19 -04:00
Soorya U f6742b605d
Added Flexbox Froggy - CSS Game (#9894)
* Adding Flexbox Froggy

* Removed trailing slash

* Credits

Co-authored-by: Leithen <lcrider@cvent.com>

---------

Co-authored-by: Leithen <lcrider@cvent.com>
2023-10-06 10:49:01 -04:00
Pronay Debnath ac81da4013
Update free-programming-playgrounds.md to add some online compiler links (#9733)
* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md
2023-10-02 20:18:16 -04:00
BSi 857c03e386
add OnlineGDB python ide (#9714) 2023-10-02 10:40:53 -04:00
Terence Eden 4b3a115be6
Remove broken link (#9655)
Gives  SSL_ERROR_BAD_CERT_DOMAIN - looks like it has been replaced with a generic landing page.
2023-10-01 20:29:47 -04:00
Francesco Giorgio 1947fa1008
Feature add course (#8010)
* add KodeKloud course playground

* fix sorting KodeKloud course playground

* Move KodeKloud from courses to playgrounds
2022-11-03 22:21:56 -04:00
prerna120 11e74f5a90
Added typescript playground (#8731)
* Added typescript playground

* Update more/free-programming-playgrounds.md

Co-authored-by: Eric Hellman <eric@hellman.net>
2022-11-01 13:23:56 -04:00
Hitesh Gupta 61b97e6037
Update free-programming-playgrounds.md (#8188)
* Update free-programming-playgrounds.md

* added multiple language category

* fix linting warning

* fix liniting warning
2022-11-01 09:55:15 -04:00
Nguyen Long Nhat ea766a1c2e
MDX playground (#8156)
* add mdx playground

* fix lint

* move to NodeJS
2022-10-31 14:59:59 -04:00
Vlad a82e5591c7
Added 2 playgrounds to the Javascript section (#9096)
* Added 2 playgrounds to the Javascript section

#hacktoberfest
Added PlayCode and CodeHS to free-programming-playgrounds.md

* Added alphabetical sorting in JavaScript section
2022-10-29 21:41:09 -04:00
Lutz Lesener 3c98d2d997
Add a ColdFusion playground (#9078)
* Add ColdFusion book

* Fix order.

* Escape < > chars.

* Add a ColdFusion playground.
2022-10-29 21:07:43 -04:00
Shruti Gupta d6ec884927
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>
2022-10-21 22:17:20 -04:00
Abhishek Kumar Roy c5db16fbf9
Update free-programming-playgrounds.md (#8526)
* Update free-programming-playgrounds.md

Added two new compiler for C# and Dart

* Update free-programming-playgrounds.md
2022-10-17 19:18:01 -04:00
Deepak Kamath K 44f0a241a6
Fix : The Angular playground is incorrectly placed (#8286) 2022-10-14 21:09:13 -04:00
hiitesh1127 ab9e96dbd7
Update free-programming-playgrounds.md (#8119)
* Update free-programming-playgrounds.md

* fix lint error
2022-10-12 12:30:13 -04:00
Kaivalya Vanguri c71a7aee7b
Update free-programming-playgrounds.md (#8095)
* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md
2022-10-11 22:50:22 -04:00
prerna120 8960b0bd6c
Added C++ playground (#7843) 2022-10-08 20:46:40 -04:00
Manigandan ddca21267c
removed a broken link (#7251)
Co-authored-by: manigandan <manigandan.elumalai@csgsol.com>
2022-10-01 16:07:24 -04:00
Dirk b47fd52d00
add tailwind-play to free-programming-playgrounds (#7207)
* add tailwind-play to free-programming-playgrounds

* fix linting, remove trailing slash
2022-10-01 15:01:08 -04:00
JiaeK 1955fd4e41
Add 'OCaml from the very beginning' book & OCaml playground (#7083)
* Add 'OCaml from the very beginning' book

* Delete ocaml from the very beginning's PDF

* Update OCaml the very beginning book link

* Add ocaml playground
2022-09-18 09:50:54 -04:00
David Ordás 5324b9e3cf
fix: homogenize markdown across files using markdownlint rules (#6988)
* chore: homogenize C# table of content anchor (`#c-sharp` to `#csharp`)

* format: homogenize c# category title

right markdown escape instead of use HTML entities

* lint: fix `MD012/no-multiple-blanks` rule

Multiple consecutive blank lines [Expected: 2; Actual: 3]

* lint: fix `MD039/no-space-in-links`

Spaces inside link text

* lint: fix `MD009/no-trailing-spaces` rule

Trailing spaces [Expected: 0 or 4; Actual: 1]
Trailing spaces [Expected: 0 or 4; Actual: 2]

* lint: fix `MD006/ul-start-left` rule

* format: remove extra spaces between note tokens

* spell: fix lint `MD044/proper-names` rule

- HTML
- JavaScript
- YouTube

* spell: normalize to the most common `Index` heading

* lint: fix `MD007/ul-indent` rule

Unordered list indentation [Expected: 4; Actual: 2]

* format: escape pipes `|` from resources text

addresses #5176

* add Hesham Asem courses about machine and deep learning and nlp

* Expand the name of nlp section

* Change the order

* Revert "spell: normalize to the most common `Index` heading"

This reverts commit 4d6a74e7d7.

Co-authored-by: AhmedElTabarani <eltabaraniahmed@gmail.com>
2022-08-12 15:14:00 +02:00
David Ordás 44579d3373
join and homogenize `HTML & CSS` section title across files (#6963) 2022-07-29 12:46:20 +02:00
Sonia M 7e963588a3
Updated the Resources Alphabetically (#6816) 2022-04-05 21:44:18 -04:00
David Ordás 0e9ad7e994
chore: HTML5 anchors compilant `<a name=` > `<a id=` (#6730)
* HTML5 anchors compilant `<a name=>` > `<a id=` for books

* HTML5 anchors compilant `<a name=>` > `<a id=` for courses

* HTML5 anchors compilant `<a name=>` > `<a id=` for contribs

* HTML5 anchors compilant `<a name=>` > `<a id=` for casts

* HTML5 anchors compilant `<a name=>` > `<a id=` for cheats

* HTML5 anchors compilant `<a name=>` > `<a id=` for interactives

* HTML5 anchors compilant `<a name=>` > `<a id=` for playgrounds
2022-02-25 11:23:35 -05:00
renatomario 7e21b38fc8
Added a resource as a playground - an Educational Visual CPU Simulator (#6712)
* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md

* Update more/free-programming-playgrounds.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* Update more/free-programming-playgrounds.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* Give credits to authors and set resources format

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2022-02-10 12:03:53 -05:00
David Ordás 180a96757f
fix: Use Markdown instead of HTML markup for H3 & H4 headings (#6689)
* fix: Markdown markup for `C++` heading

* fix: Markdown markup for `Дизайн и Aрхитектура` heading

* fix: Markdown H4 markup for `Next.js` heading

* fix: Markdown H3 markup for `C#` heading
2022-01-31 12:02:06 -05:00
Prasanthpadp c859c73d03
Added New Compiler Resource to C++ (#6664)
* Added New Compiler Resource to C++

Updated a C++ online compiler list with a free and easy to to use online resource.

* Updated the link.
2022-01-12 08:43:38 -05:00
Adám Brudzewsky 9bbce89c94
Add APL-related items (#6652)
* Add one APL book

And fix links and notes the some others

* Add APL cheat sheets

* APL courses

* French APL video series

* mark APL Course as in process, add one more course

* mark as in process

* ADSP and Array Cast

* Add APL

* Add APL-related entries

* Add number for sort ordering

* correct number of blank lines between last section and next heading

* Remove trailing slash

* Move book

* Move book and limit URLs to 1 per line

* full URL

* add missing line

* Combine into playlist

* replace multiple links with single link

… which is a redirect to the listing for the latest released version
2022-01-01 14:47:24 -05:00
Jakub T. Jankiewicz 3ccc5e5366
add trypython.jcubic.pl (#6628)
* add trypython.jcubic.pl

* Update more/free-programming-playgrounds.md

Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>

Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
2021-11-21 10:50:28 -05:00
Veer Bhadra Singh Solanki 764bfcab9c
Update in online compiler (#6533)
* Update in Java Compiler and in C Compiler

Add Compiler in Java and C section

* Update in online compiler.

Add Jdoodle compiler in Java and Programiz - C Compiler in C.

* Update more/free-programming-playgrounds.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* Update more/free-programming-playgrounds.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* Update more/free-programming-playgrounds.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* Update more/free-programming-playgrounds.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* Updated

Please Review

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-11-01 09:00:20 -04:00
Космокато f03b364d03
Programiz, another shell for python (#6549)
* Programiz

Added another python shell for programming online

* Alphabetic order typo fixed

Now the contribution is embbeded in alphabetical order
2021-10-31 14:59:13 -04:00
melascuco 2eac4b54ca
Update programming playgrounds list with Scratch (#6485)
* Update programming playgrounds list with Scratch

Added scratch playground link in the programming playgrounds

* Update more/free-programming-playgrounds.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-31 14:18:07 -04:00
Rishi a94096cc55
correct typo in programming playgrounds (#6323) 2021-10-19 09:16:32 -04:00
Rishi c98f39f088
Add glitch.com to programming playgrounds (#6296)
* Add glitch.com to programming playgrounds

* use the short URLs (belonging to Glitch only)

* update listings

* alphabetical order
2021-10-18 22:34:03 -04:00
Rishi 2a2c12efa8
Add "V Playground" to Programming Playgrounds (#6240)
* Add "V Playground" to Programming Playgrounds

* minor change

* Add V to index

* Implement the suggestion

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-16 13:12:56 -04:00
David Ordás b75dbb8af6
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>
2021-10-14 21:11:26 -04:00
Joy Kareko a47c996697
Adding grasshopper for playgrounds for javascript (#6220)
* Adding grasshopper for playgrounds for javascript

Added grasshopper as a programming playground

* Update more/free-programming-playgrounds.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-14 20:35:30 -04:00
David Ordás 9c370e8d40
feat: Add the most important regex playgrounds (#6227)
* feat(playground): Add regex section

* feat(playgrounds): Add regex101.com by Firas Dib

* feat(playgrounds): Add regexr.com by GSkinner

* feat(playgrounds): Add regextester.com @ Dan Tools

* feat(playgrounds); Add iHateRegex.io by GeonGeorge
2021-10-13 21:16:41 -04:00
Jake Leahy a8b36a8120
Add nim playground to playground list (#6118)
* Add nim playground to playground list

* Add correct spacing between headers

* Add organisation to link

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-10 16:23:39 -04:00
Nilay Ghosh 1a8e805ddd
Added Resources for Blockchain And Solidity (HacktoberFest) (#5973)
* Added free-programming-playgrounds for Solidity

* Added free-programming-interactive-tutorials-en for Solidity

* Update free-programming-interactive-tutorials-en.md

* Added free-programming-cheatsheets for Solidity

* Added free-courses-en for Blockchain

* Update free-courses-en.md

* Update free-courses-en.md

* Update free-courses-en.md

* Update free-programming-cheatsheets.md

* Update free-programming-cheatsheets.md

* Update free-programming-cheatsheets.md

* Update free-courses-en.md

* Update free-programming-playgrounds.md

* Update free-programming-cheatsheets.md

* Update free-programming-interactive-tutorials-en.md

* Update free-programming-playgrounds.md

* Recover deleted Manoj Ramesh resource

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* Update more/free-programming-playgrounds.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* add creator

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

Co-authored-by: Eric Hellman <eric@hellman.net>
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-09 13:54:07 -04:00
Satyam Dengre d16a42a127
add C++ Playground (#6039)
* add C++ Playground

* Remove trailing slash
2021-10-08 09:37:40 -04:00
Pranesh A S 89a2e1bc90
Added Remix IDE to the Playgrounds file (#5598)
* Added Remix IDE to the Playgrounds file

A powerful Browser IDE for playing around with Solidity smart contracts!

* Update more/free-programming-playgrounds.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* whitespace

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* spaces

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
Co-authored-by: Eric Hellman <eric@hellman.net>
2021-10-08 09:21:10 -04:00
Courage 8d9decdacb
Update free-programming-playgrounds.md (#5946)
* Update free-programming-playgrounds.md

Added a few C++ playgrounds to the list

* Update free-programming-playgrounds.md

Placed the links in alphabetical order. I mistakenly didn't do this in my initial PR.
2021-10-05 21:12:17 -04:00
LIU JIE d30fca11d6
fix: add more resources about rust (#5584) 2021-09-30 08:58:21 -04:00
David Ordás 0b331b7798
refactor: normalize Angular and Angular.js sections/resources (#5525)
* chore: improve angular / angular.js listings

- Wellnaming section
- fix book title, add format, add creators as is seen in file

via EbookFoundation/free-programming-books#4940

* chore: improve angular / angular.js listings

- Wellnaming section
- fix book title, add format, add creators as is seen in file

via EbookFoundation#4940

* chore: improve angular / angular.js listings

- Wellnaming sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items, mainly from html.it website.
- fix titles, add format, add creators as is seen in linked files

via EbookFoundation/free-programming-books#4940

* chore: improve angular / angular.js listings

- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections

via EbookFoundation/free-programming-books#4940

* chore: improve angular / angular.js listings

- Sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items.
- fix titles, add format, add creators as is seen in linked files

via EbookFoundation/free-programming-books#4940

* chore: improve angular / angular.js listings

- Move Angular resources to TypeScript
- Well-naming sections
- fix book title, add format, add creators as is seen in files

via EbookFoundation/free-programming-books#4940

* chore: improve angular / angular.js listings

- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
- Complete notes, titles, format, authors

via EbookFoundation/free-programming-books#4940

* chore: improve angular / angular.js listings

- Well-naming section
- Complete notes, titles, format, authors

via EbookFoundation/free-programming-books#4940

* chore: improve angular / angular.js listings

- Handle both as anchor. angular and angular.js

via EbookFoundation/free-programming-books#4940

* chore: improve angular / angular.js listings

- Add http://plnkr.co as valid playground for both
- Add https://stackblitz.com as valid playground for both

via EbookFoundation/free-programming-books#4940

* chore: Angular.js > AngularJS and other pitfails

- Use AngularJS as title/name
- Fix some errors with heading levels in Javascript/Typescript section
- Finish to move some resources accoding their content

via EbookFoundation/free-programming-books#4940

* feature: sections crosslinks as blockquotes

* feature: sections crosslinks as blockquotes

Mainly for AngularJS/Angular, Javascript/Typescript,
web, databases listing sections

* chore: revert scoping crosslinks only to Angular
2021-09-14 14:29:51 -04:00
David Ordás 03f583f6a2
Update SoloLearn playground links (#5455)
* Update SoloLearn playground links

- Update SoloLearn playground links: Web, Node.js, Java, Python, Ruby
- Add missing language support: C, C++, C#, Go, Kotlin, PHP, R, Swift

* Fix CI/CD linting errors
2021-07-28 23:22:26 -04:00
Eric Hellman d703553631
reorganize files (#5199)
* reorganize files

1. make it easier to find files
2. reduce scrolling to get to README on main view of repo

* remove tr.txt again
2020-12-03 17:41:33 -05:00