SaaSHub helps you find the best software and product alternatives Learn more →
Riju Alternatives
Similar projects and alternatives to riju
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
govuk-puppet
Discontinued Decommissioned: Puppet manifests that used to provision the legacy GOV.UK stack.
-
-
-
-
-
-
-
TermKit
Experimental Terminal platform built on WebKit + node.js. Currently only for Mac and Windows, though the prototype works 90% in any WebKit browser.
-
-
-
-
-
-
-
-
-
-
riju discussion
riju reviews and mentions
- Show HN: Open-source in-browser code editor/executor with REPL and 10 languages
-
REPLit LLM Training
Thanks for linking this. This is actually a superior offering to replit. They recently removed the ability to access a simple repl without logging in. Now you a) have to login and b) have to deal with this obtuse IDE-in-a-browser project creation shit. It's so many extra steps before I can run code.
I just want a URL in which I can run some code. https://riju.codes/ is literally that. Thanks!
-
Sharing a programming language with others?
An option is to do what I've done with my lang, Claro, getting the compiler and/or REPL hosted online on Riju. The maintainer is a very helpful guy that gave thorough docs you can follow for getting your language added. Check out https://riju.codes for the top level thing, and check out https://riju.codes/claro for an example what it looks like for a side project language to run there. Only issue there is you shouldn't expect regular redeploys as you continue working on the language. I just ask nicely every 3 or 4 months when I have some big change I'd like represented there and he redeploys.
-
Using Firecracker and Go to run short-lived, untrusted code execution jobs
There's the source code for such a site, if that would help: https://github.com/radian-software/riju
Docker + heavily restricted user + firewalls.. seems to get you much of the way there. I am aware that some work was done back in the pre-Docker day with Ruby's online sandbox to neuter Ruby's ability to make certain syscalls, but I imagine Docker, eBPF, or even using WebAssembly makes it a lot easier now.
-
Ask HN: What's the coolest website you know?
Might as well link to an open source alternative: https://riju.codes/
Fun fact: Whenever I want to remember the name of this project, I just head over to https://HN.algolia.com and find out on the front page thanks to one of the most upvoted HN posts of all time, "Replit used legal threats to kill my open-source project": https://news.ycombinator.com/item?id=27424195
-
How good is LLVM in other languages other than C++? (In my case I'm interested in using Rust)
You should check out https://riju.codes it's really not that hard to get any old language running there :). It's a couple config files. I managed to get my language hosted there and the maintainer was really helpful in the process https://riju.codes/claro
-
I left Google: work-life balance
Same here. However it did point me in the direction of the ex-interns awesome project which I used very often for technical interviews: https://riju.codes/
-
HELP! Preciso de ajuda para tecnologias!
Faz fork do https://riju.codes (https://github.com/raxod502/riju) e implementa suporte pra matlab.
-
Replit.com raises $80m in Series B
I miss the old repl.it, so I use https://riju.codes.
- Python/Javascript Shell in a website
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Oct 2024
Stats
radian-software/riju is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of riju is JavaScript.