riju
riju copied to clipboard
⚡ Extremely fast online playground for every programming language.
It would be nice if it were possible to click a button and get a link that would show someone else the same code that you had written. Two options:...
Currently the webserver doesn't log in any particular format, it just vomits stuff onto stdout in whatever format I was thinking at the time I wrote the `console.log`. We should...
A couple of languages were removed recently because I was having trouble getting them to execute in a reasonable amount of time for the test suite. This is likely because...
Hi, I'd never heard of قلب before looking around riju; thanks for adding it! There is a problem with the output, however; the arabic letters go from left to right...
Maybe this would be made easier with [sdkman](https://sdkman.io/install)? ``` curl -s "https://get.sdkman.io" | bash source "$HOME/.sdkman/bin/sdkman-init.sh" sdk install java sdk install scala ``` As of this post, this will install...
While I know there are frontend enhancement process undergo right now (#126) and mobile-first approach is not really priority right now, I think having support to small screen size device...
Hey @raxod502! I've noticed that the typescript execution env can be particularly slow, sometimes taking around 10sec to perform simple tasks, like console.logs. Any idea how that can be improved?
Suppose I write this program in C++: ``` #include int main() { while (1) { std::cout
https://riju.statuspage.io/incidents/xc559lskkttw was caused by an error which for some reason did not show up in container logs, but was visible when I connected to the EC2 instance and tried to...
In https://riju.statuspage.io/incidents/xc559lskkttw, the web interface was available, but it was unable to start any processes on the backend. We should have some automated alert set up for that case, so...