TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pastebin which is able to run your code. Accepts 40 languages.

24 pointsby kusziover 15 years ago

11 comments

onewlandover 15 years ago
I don't want to test on somebody's server and cause them to have a bad day, but does this thing have proper stack overflow/memory protection?<p><pre><code> #include &#60;stdio.h&#62; int evil(int y) { char *x = (char *) malloc(y); return(evil(y+1)-evil(y+2)); } int main(int argc, char **argv) { int a = evil(1); return 0; }</code></pre>
评论 #950527 未加载
评论 #950564 未加载
评论 #950746 未加载
z8000over 15 years ago
Is there a description of the sandboxing and watchdogging performed that we can read?<p>Are said components open source?<p>I cannot find this information about SPOJ. It is a black box.
评论 #950583 未加载
评论 #950556 未加载
GeoJawDguJinover 15 years ago
"But a pastebin like no other in the Internet."<p>Isn't this pretty much a reimplementation of codepad.org? So that's not entirely accurate...
评论 #951715 未加载
philjrover 15 years ago
It would be nice if the languages in the sidebar on the left were in some non-abitrary order, preferably alphabetical :)<p>apart from that, a definite improvement on the languages <a href="http://codepad.org/" rel="nofollow">http://codepad.org/</a> supports<p>Chromium and Firefox 3.5 on Ubuntu just sit there "Loading...waiting for compilation"
wastedbrainsover 15 years ago
I like this and also really like <a href="http://codepad.org" rel="nofollow">http://codepad.org</a> before it, but all I really want added is an embed feature. So you can post code snippets on your blog, and as people read the examples they can run the code.<p>Consider this a feature request for either service, it would be great.
评论 #954432 未加载
mimaover 15 years ago
@onewland : feel free to test it ;) it's still in beta version, so any suggestions (even evil ones :D) are welcome!<p>@est: yeah... :)<p>@philjr: first ten languages are most popular ones, the rest is in the alphabetical order (between them is a special one - TEXT)<p>@philjr: we upgrade the servers - till 6 p.m. (CET) (planned)
评论 #951554 未加载
olegkover 15 years ago
<a href="http://codepad.org" rel="nofollow">http://codepad.org</a> is better, I don't have to see "Loading... waiting for compilation"
评论 #950416 未加载
kusziover 15 years ago
Thank you for inspiring comments and some tricky codes you have submitted to the site - this is also helpfull.
estover 15 years ago
Great, now all we need is an online IDE that supports editing SVN and GIT directly.
评论 #950460 未加载
hhjjover 15 years ago
C# fails : Mono requires /proc to be mounted.
albertcardonaover 15 years ago
Java fails:<p>/usr/lib/jvm/sun-jdk-1.6/bin/javac: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory