forked from shatgupt/runmycode.online
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Btbucket edit is supported now
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ <h4 id="key-use"><a href="#key-use">#</a> How is the key used?</h4> | |
|
||
<h4 id="limits"><a href="#limits">#</a> What are the limitations?</h4> | ||
<ul> | ||
<li>Code should be a standalone program</li> | ||
<li>Code should be a standalone program in a single file</li> | ||
<li>1000 runs per month</li> | ||
<li>5 seconds time limit for each run</li> | ||
<li>No internet access from code</li> | ||
|
@@ -84,10 +84,11 @@ <h4 id="supported-lang"><a href="#supported-lang">#</a> What are the supported l | |
</ol> | ||
|
||
<h4 id="supported-sites"><a href="#supported-sites">#</a> What are the supported sites for browser extensions?</h4> | ||
<p>All the supported version control sites have support for running standalone code from view, edit and new file pages.</p> | ||
<ol> | ||
<li><a href="https://github.com/shatgupt/runmycode-test/blob/master/ruby.rb">Github</a></li> | ||
<li><a href="https://gitlab.com/shatgupt/runmycode-test/blob/master/ruby.rb">Gitlab</a></li> | ||
<li><a href="https://bitbucket.org/shatgupt/runmycode-test/src/c9cda15cb3fa1144e53f199e6ac6003ee5bdb25b/ruby.rb">BitBucket</a> - Editor not supported yet</li> | ||
<li><a href="https://bitbucket.org/shatgupt/runmycode-test/src/c9cda15cb3fa1144e53f199e6ac6003ee5bdb25b/ruby.rb">BitBucket</a></li> | ||
<li><a href="https://gobyexample.com/hello-world">Go by Example</a></li> | ||
<li><a href="https://gist.github.com/shatgupt/b76ebbf67c6a38d0decb686ff230dd04">Github Gist</a></li> | ||
<li><a href="https://gitlab.com/snippets/1664532">Gitlab Snippets</a></li> | ||
|
@@ -107,7 +108,7 @@ <h4 id="privacy-policy"><a href="#privacy-policy">#</a> Privacy Policy OR How is | |
<li>No mail will be sent to your email unless there is an abuse detected</li> | ||
<li>No code run is stored unless there is an abuse detected</li> | ||
<li>Some data might be collected by Google Analytics</li> | ||
<li>Any more concerns? Please mail to: [email protected]</li> | ||
<li>Any more concerns? Please email to <a href="mailto:[email protected]">[email protected]</a></li> | ||
</ul> | ||
|
||
<h4 id="source"><a href="#source">#</a> Where is the source code?</h4> | ||
|
@@ -116,6 +117,9 @@ <h4 id="source"><a href="#source">#</a> Where is the source code?</h4> | |
<li><a href="https://github.com/shatgupt/runmycode-ext">RunMyCode Online Browser Extensions</a></li> | ||
<li><a href="#">RunMyCode Online API</a> (soon)</li> | ||
</ul> | ||
|
||
<h4 id="contact"><a href="#contact">#</a> How do I contact you?</h4> | ||
<p>Please email to <a href="mailto:[email protected]">[email protected]</a></p> | ||
</main> | ||
|
||
<footer> | ||
|