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 <stdio.h>
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>
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.
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"
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.
@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)
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