Merge pull request #4236 from finrunsfar/master

Add RunMat (IDE)
This commit is contained in:
R.I.Pienaar 2026-04-01 00:03:36 +02:00 committed by GitHub
commit d54f250d2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1415,6 +1415,7 @@ Update Time, five active automations, webhooks.
* [Paiza](https://paiza.cloud/en/) - Develop Web apps in Browser without needing to set up anything. Free Plan offers one server with 24 24-hour lifetime and 4 hours of running time per day with 2 CPU cores, 2 GB RAM, and 1 GB storage.
* [PHPSandbox](https://phpsandbox.io/) - Online development environment for PHP
* [Replit](https://replit.com/) - A cloud coding environment for various program languages.
* [RunMat](https://runmat.com/sandbox) - GPU-accelerated numerical computing IDE in the browser. Write and run MATLAB-syntax .m files with automatic GPU acceleration via WebAssembly and WebGPU. No install, no account, no license fees. Open source runtime with CLI, NPM package, and Jupyter kernel support.
* [SoloLearn](https://code.sololearn.com) - A cloud programming playground well-suited for running code snippets. Supports various programming languages. No registration is required for running code, but it is necessary when saving code on their platform. Also offers free courses for beginners and intermediate-level coders.
* [stackblitz.com](https://stackblitz.com/) - Online/Cloud Code IDE to create, edit, & deploy full-stack apps. Support any popular NodeJs-based frontend & backend frameworks. Shortlink to create a new project: [https://node.new](https://node.new).
* [Sublime Text](https://www.sublimetext.com/) - Sublime Text is a popular, versatile, and highly customizable text editor used for coding and text editing tasks.