Compile and run C, C++, Java, Nodejs, Python, Ruby, Go and PHP code online, directly from Github, Gitlab, Bitbucket and more - https://runmycode.online
- Install the extension: Chrome, Firefox, Opera
- On extension install, RunMyCode Online will open in a new tab and prompt you to authenticate to get a key.
- On authenticating with any the of providers, you will be redirected to dashboard page and extension will be auto-configured with your key.
- Now you can go to any supported language code page on Github or Gitlab and you will see a colored
Run
button added to left of usual action buttons (see screenshot above). For example, you can test the extension with this Ruby code on Github. - Clicking that
Run
button will open a runner where you can input any command line args and then press the big orangeRun
button to run the code on the page. - You can also edit the code using the web editor on Github or Gitlab and make it run through the same
Run
button as above.
All the supported version control sites have support for running standalone code from view, edit and new file pages.
- Github
- Gitlab
- BitBucket
- Github Gist
- Gitlab Snippets
- BitBucket Snippets
- Go by Example
- Xahlee
- Learn To Solve It
- Tutorials Point
Language is detected based on the file extension. So for executing Python3
code, you will need py3
extension, cpp
for C++.
- C (GCC 7.2)
- C++ (GCC 7.2)
- Java 8
- Node.js 6.10
- Python 2.7
- Python 3.6
- Ruby 2.2
- Go 1.7
- PHP 7
- Kotlin
- Scala
Latest versions of following browsers:
- Chrome
- Firefox
- Opera - Use this Opera extension to install the Chrome version.
Edge has a non-standard WebExtension implementation
Starting with v2.0.0, RMCO only asks permission for GitHub by default. All other websites are optional and can be allowed on demand.
- Optional permissions for the above supported websites to allow extension to run code directly from there
runmycode.online
- To auto-configure the extensionapi.runmycode.online
- To run code from the extensiontabs
- For detecting url change and page loading complete for single page apps like Github, Bitbucketstorage
- To store API URL and Key as extension options
Build generates manifest.json
, creates a directory dist/<browser>
and puts all the extension relevant files there.
- Build for all supported browsers:
npm run build
- Build for a specific browser:
npm run build -- chrome|firefox|opera|edge
Icomoon.io for the icon.
Intelli-Octo for the initial code scraping code.