TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: RunMyCode Online – Run Code Online, Directly from GitHub

3 点作者 shatgupt大约 6 年前

1 comment

shatgupt大约 6 年前
Hey HN, the author here. This is the second iteration of what I thought out to be a platform (then named CodeSheets) for code snippet repos with a built-in code runner. Instead of building my own code repo platform, I am utilizing GitHub, GitLab and BitBucket and have added runners on each of them through a browser extension. In addition to browsing and storing snippets on GitHub, now you can even execute them without leaving your browser! You can run a Hello World program in every language[1] right from your browser without installing anything! (Okay, not <i>every</i> yet, but you get the point.)<p>Due to the extensible architecture of the code, it is easy to add support for any website which has standalone code snippets. With the optional permissions, adding new websites (read host permissions) doesn&#x27;t block extension updates. I have added support for Go by Example[2] and Tutorials Point[3] with just a few lines of code.<p>Even though it has been actually public for more than a year now, only recently I became confident in advertising it to a broader audience. Currently, it has more than 1000 weekly active users across Chrome and Firefox.<p>For more info, check out the FAQ[4]. Any feedback is welcome.<p>PS: I am currently a graduate student at ASU, looking for a Summer internship.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;leachim6&#x2F;hello-world" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;leachim6&#x2F;hello-world</a><p>[2] <a href="https:&#x2F;&#x2F;gobyexample.com" rel="nofollow">https:&#x2F;&#x2F;gobyexample.com</a><p>[3] <a href="https:&#x2F;&#x2F;www.tutorialspoint.com" rel="nofollow">https:&#x2F;&#x2F;www.tutorialspoint.com</a><p>[4] <a href="https:&#x2F;&#x2F;runmycode.online&#x2F;faq.html" rel="nofollow">https:&#x2F;&#x2F;runmycode.online&#x2F;faq.html</a>