Compare commits

...

15 Commits

Author SHA1 Message Date
Ajay Singh
299bd0bed0
Merge 099a2e66eb into 9c550dd5a1 2024-12-17 17:27:11 +00:00
dependabot[bot]
9c550dd5a1
chore(deps): bump tj-actions/changed-files from 45.0.4 to 45.0.5 (#11786)
Some checks are pending
Check URLs from changed files / Get changed files (push) Waiting to run
Check URLs from changed files / Check @ ${{ matrix.file }} (push) Blocked by required conditions
Check URLs from changed files / GitHub report (push) Blocked by required conditions
Detect conflicting PRs / Detect (push) Waiting to run
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.4 to 45.0.5.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v45.0.4...v45.0.5)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 12:26:49 -05:00
Ajay Singh
099a2e66eb
Update more/free-programming-playgrounds.md
Co-authored-by: Eric Hellman <eric@hellman.net>
2024-12-10 08:17:01 +05:30
Ajay Singh
c91a402d11
Update more/free-programming-playgrounds.md
Co-authored-by: Eric Hellman <eric@hellman.net>
2024-12-10 08:16:31 +05:30
Ajay Singh
7fca9b26d0
Update more/free-programming-playgrounds.md
Co-authored-by: Eric Hellman <eric@hellman.net>
2024-12-10 08:16:19 +05:30
Ajay Singh
28f4b713b5
Update more/free-programming-playgrounds.md
Co-authored-by: Eric Hellman <eric@hellman.net>
2024-12-10 08:16:07 +05:30
Ajay Singh
916c6f80b8
Update more/free-programming-playgrounds.md
Co-authored-by: Eric Hellman <eric@hellman.net>
2024-12-10 08:15:52 +05:30
Ajay Singh
3781fc59d4
Update more/free-programming-playgrounds.md
Co-authored-by: Eric Hellman <eric@hellman.net>
2024-12-10 08:15:28 +05:30
Ajay Singh
4771b70a97
Update more/free-programming-playgrounds.md
Co-authored-by: Eric Hellman <eric@hellman.net>
2024-12-10 08:14:54 +05:30
Ajay Singh
eba81e0180
Update more/free-programming-playgrounds.md
Co-authored-by: Eric Hellman <eric@hellman.net>
2024-12-10 08:14:38 +05:30
Ajay Singh
c68fac2ce4
Update free-programming-playgrounds.md 2024-12-08 14:08:50 +05:30
Ajay Singh
634d9f76ad
Update free-programming-playgrounds.md 2024-12-08 14:00:30 +05:30
Ajay Singh
c66e8dd9e3
Update free-programming-playgrounds.md 2024-12-08 13:55:09 +05:30
Ajay Singh
27fcd989d5
Update free-programming-playgrounds.md 2024-12-08 13:42:50 +05:30
Ajay Singh
743d1657ca
Added a playground for Ionic 2024-12-08 13:27:51 +05:30
2 changed files with 17 additions and 3 deletions

View File

@ -42,7 +42,7 @@ jobs:
fetch-depth: ${{ steps.set-params.outputs.fetch-depth }} fetch-depth: ${{ steps.set-params.outputs.fetch-depth }}
- name: Get changed files - name: Get changed files
id: changed-files id: changed-files
uses: tj-actions/changed-files@v45.0.4 uses: tj-actions/changed-files@v45.0.5
with: with:
separator: " " separator: " "
json: true json: true

View File

@ -92,9 +92,20 @@
### <a id="csharp"></a>C\# ### <a id="csharp"></a>C\#
* [C# playground](https://codapi.org/csharp) - Codeapi
* [CodeSandbox](https://codesandbox.io/s/c-z2m9v)
* [.Net Fiddle](https://dotnetfiddle.net)
* [OnlineGDB](https://www.onlinegdb.com/online_csharp_compiler) * [OnlineGDB](https://www.onlinegdb.com/online_csharp_compiler)
* [Programiz - Online Compiler](https://www.programiz.com/csharp-programming/online-compiler/) * [Getvm](https://getvm.io/playgrounds/c-sharp-playground)
* [Jdoodle](https://www.jdoodle.com/compile-c-sharp-online)
* [myCompiler](https://www.mycompiler.io/online-csharp-compiler)
* [Onecompiler](https://onecompiler.com/csharp/3wv9zujyk)
* [OnlineGDB](https://www.onlinegdb.com/online_csharp_compiler)
* [Programiz - Online Compiler](https://www.programiz.com/csharp-programming/online-compiler)
* [C# Online Compiler](https://www.scholarhat.com/compiler/csharp) - ScholarHat
* [SharpLab](https://sharplab.io)
* [SoloLearn](https://code.sololearn.com/csharp) * [SoloLearn](https://code.sololearn.com/csharp)
* [C# Online Compiler](https://www.w3schools.com/cs/cs_compiler.php) - W3Schools
### <a id="cpp"></a>C++ ### <a id="cpp"></a>C++
@ -164,7 +175,9 @@
### Git ### Git
* [Git](https://learngitbranching.js.org/?NODEMO) * [Visualizing Git](https://git-school.github.io/visualizing-git)
* [Git-school](https://git-school.github.io/visualizing-git)
* [Learn Git Branching](https://learngitbranching.js.org/?NODEMO)
### Go ### Go
@ -204,6 +217,7 @@
### Ionic ### Ionic
* [Codepen](https://codepen.io/ajp8164/pen/zrLQYP)
* [StackBlitz](https://stackblitz.com/fork/ionic) * [StackBlitz](https://stackblitz.com/fork/ionic)