Extremely fast online playground for every programming language.
Go to file
Radon Rosborough b132840385 shell-quote is full of bugs -_-
seriously, how did this happen?? this is the one kind of library you'd
assume couldn't possibly have bugs, because it's so obviously critical
for the thing to be thoroughly tested. and it's not even complicated
functionality to implement...
2021-06-18 07:06:32 +00:00
.circleci Wow, this is terrible 2021-01-23 17:01:47 -08:00
backend shell-quote is full of bugs -_- 2021-06-18 07:06:32 +00:00
bin Start work on depgraph runner 2021-03-20 22:15:49 -07:00
doc Add some empty files 2021-03-13 10:55:41 -08:00
docker Get Python built with new system 2021-06-11 22:30:00 -07:00
frontend All tests are passing for Python 2020-12-27 13:12:29 -08:00
langs Ada language server no longer available as binary 2021-06-18 07:06:32 +00:00
lib Start seriously screwing around with GBS.js 2021-06-11 22:17:08 -07:00
packer "Fix" race condition in riju-init-volume 2021-06-11 21:25:36 -07:00
shared Fix permissions on sqlite build dir 2021-02-07 09:35:39 -08:00
system Container process should have a pty 2021-04-24 09:25:55 -07:00
tf Block public S3 access 2021-06-13 13:13:29 -07:00
tools Fix misc GBS errors 2021-06-18 07:06:32 +00:00
.dockerignore Load language configurations into server 2021-03-18 19:03:28 -07:00
.gitignore Load language configurations into server 2021-03-18 19:03:28 -07:00
CONTRIBUTING.md Update README 2021-06-18 07:06:32 +00:00
LICENSE.md Re-add license 2021-01-13 21:13:43 -08:00
Makefile Privilege escalation 2021-06-18 07:06:32 +00:00
README.md Update README 2021-06-18 07:06:32 +00:00
SECURITY.md Add security policy 2021-06-18 07:06:32 +00:00
package.json shell-quote is full of bugs -_- 2021-06-18 07:06:32 +00:00
webpack.config.cjs I hate writing Webpack configs. I hate it so much. 2020-12-27 12:42:06 -08:00
yarn.lock shell-quote is full of bugs -_- 2021-06-18 07:06:32 +00:00

README.md

Riju

Riju is a very fast online playground for every programming language. In less than a second, you can start playing with a Python interpreter or compiling INTERCAL code.

Check it out at the https://riju.codes!

Is it free?

Riju is free and always will be free for everyone.

However, if Riju gets popular enough, I won't be able to afford paying for the hosting myself. To help me keep Riju online, you can donate via Patreon. All donations are used solely to cover hosting costs, and any surplus is donated to the Electronic Frontier Foundation.

Is it safe?

Riju does not collect your personal information.

  • Your code is deleted from the server as soon as you close Riju.
  • Your terminal input and output is never saved or logged anywhere.
  • Riju uses Fathom Analytics to measure traffic. Fathom collects very limited data and does not sell it to third parties, unlike Google Analytics.
  • Riju does not serve advertisements.

All of the above notwithstanding, any service that allows people to run code online is inherently risky. For this reason, I can't make any guarantees about the security or privacy of your data.

Please see Reporting a security issue.

Can I help?

Please see Contributing guide.