Seven7Four4
@Seven7Four4
Just a random dude that makes random software. I know Luau, HTML, JS, CSS, Node.js, and currently learning some Rust.
0
WenodeWenode: a JavaScript library that makes WebContainers a million times easier to use.
WebContainers is a project by StackBlitz that lets you run Node.js 100% in the browser using WebAssembly. Wenode makes it a lot easier for anyone to use it.
6
0
0
0
0
seven-netA network made for people who can't afford their own domain or who can't afford hosting.
21
0
0
6
0
radio-garden-apiA website that lets you search for radio stations in provinces/states/countries using the radio.garden API.
3
0
0
2
3
Emscripten In BrowserCompile C to HTML and JavaScript from your browser.
Online Update
Added a "View Online" button which lets you view the output without downloading the .zip file3
Emscripten In BrowserCompile C to HTML and JavaScript from your browser.
67
5
3
Seven7Four4 - Added a "View Online" button which lets you view the output without downloading the .zip file8 months ago
1
CrappifierMake your videos' quality as crap as possible.
3
0
1
0
win-asm-onlineWrite Assembly for Win32, and compile it to a .exe within your browser.
17
0
0
32
android-x86-onlineAn Android-x86 online emulator.
update thing
update:
nothing changed in this repl
πππππππππππππππππππππππππππππππππππππππππππ€£π€£π€£π€£π€£π€£π€£π€£π€£π€£π€£π€£π€£π€£π€£π€£π€£π€£π€£π€£π€£π€£
(im dead)
(im not dead)Seven7Four4 @KamuelaMatthew1 Looking at your work it seems like you can't even qualify for one.9 months ago
KamuelaMatthew1 @Seven7Four4 i bet u still using the first version of windows 1.0 lol=go get a real job broke dude9 months ago
2.4K
50
32
12
repl-studioREPL Studio is an online IDE made with REPLjs. (also made with Skulpt, Ace, ToastifyJS and FileSaver.js.)
REPL Studio - The Everything Update
Added Assembly, which allows you to do much more507
13
12
1
I wrote an easier/more efficient way to use Replit's database
I wrote a library named MarebolDB, which lets you to connect to the Replit database ("@replit/database") through the browser by WebSocket. It has all the functions that the normal database library has, and makes it more useful.
What are the uses for?
If you don't want to make HTTP requests to change the database or don't wanna make your code too messy just for a database, you can use MarebolDB. It also doubles as an Express wrapper, so you can write less code to set up Marebol. It can also replace ID placeholders (like <MARIBOL_ID>) so you can use the REPL ID when ran.
The browser API is also very easy. This example will connect to the websocket, set a value, and get a value:
var db = new MaribolDB(<MARIBOL_ID>);
await db.set("Hello", "World");
console.log(await db.get("Hello"));
// World
Hopefully this makes working with Replit's database easier or smaller in Node.js, and with the browser.2
1
1
0
6
1
0
11
How to hide source code
Have you even wanted to hide source code for some reason? Fear not, as we will go over on how to hide source code.
A few weeks/a month ago, I made a tool named JSBinTool. It transpiles JavaScript to a .bin file and back to JavaScript. But today I realized that anyone could read the .bin file by using the "binaryFileToString" function in it.
So I made a packager that decompiles the raw characters into JavaScript without using default JSBinTool functions and is encoded and split into characters, then writes it to a file named "jsbintool-packager-script.js".
The packager's "source code" (not really, it is obfuscated) is in packager.js. Usually, you would run:
npx jsbintool password.js --compile password.bin
node packager password.bin
but in the REPL you could run:
bash package.sh
Once it is compiled and encoded, you would just have to reference it in a Script tag (like ``) and it would run the same code, nothing changed in it. Only difference is: it is unreadable and very hard to decode and get its source code. If you can, please let me know (please also add suggestion to hide it better) and I will get to it.
Thanks, and good day.
(P.S: the password for the demo is 9327f84h)310
11
11
0
17
0
0
0
Compile ActionScript online!
This program lets you compile ActionScript into an SWF and view it in the browser12
repl-studioREPL Studio is an online IDE made with REPLjs. (also made with Skulpt, Ace, ToastifyJS and FileSaver.js.)
REPL Studio - Six new languages added using the abandoned JSRepl sandbox
Hey everyone,
I have made a major update today, which has added some languages from the abandoned JSRepl sandbox (https://github.com/replit-archive/jsrepl) to my online eperimental IDE, REPL Studio.
All of them are marked as beta since they are all interpreted in one single file (run-jsrepl.html) and might not print all lines out in a project.
For example, the new Lua sandbox may run way faster, but if you copy the code from the older sandbox and paste it into the new sandbox, it will only print "Hello..." but not "World!". (FIXED)
The newly-added languages/variants are listed in order added as:
CoffeeScript
Brainf**k
Bloop
Unlambda
Lua (Faster Engine)
Roy
JavaScript (Traceur Runtime)
Forth
Kaffeine
If you find any other bugs other than the Lua bug, please comment it below. The REPL Studio project is below. Thank you!
EDIT: Lua bug has been fixed, although timing does not work.507
13
12
2
win-xp-chromeThe last supported version of Chrome for Windows XP, running in Wine emulator.
NOTES:
1: Wait a few minutes for the browser to load, please be patient as installing Chrome on Wine takes some time.
2: Pages crash on load, this is just a proof of concept so please do not expect a website to work.
412
32
2