Skip to content

Commit

Permalink
chore: Btbucket edit is supported now
Browse files Browse the repository at this point in the history
  • Loading branch information
shatgupt committed Jul 19, 2017
1 parent 3352673 commit 125936f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 125936f

Please sign in to comment.