Rahul Choubey
@RahulChoubey1
Hi, j'existe.
I like to pretend I'm a fullstack dev, but I'm pretty bad at making good-looking websites.
haha nope
0
A Really Bad Text EncoderSelf-explanatory.
89
3
0
1
Boom v2A game made using the Kaboom platformer engine.
24
4
1
0
Ultimate QuizThis is a quiz site.
0
0
0
0
Client BlokChainNot much, except force you, the client, to submit to the chain.
BlokChain!
This one forces you to run the hashing, thus reducing server load. And if you can't read JSON, cry about it XD0
Chainer: A Satisfying Chain Simulator!
Just watch the letters fly! Look for patterns! Waste your time!6
1
0
1
Fastify TemplateThis is a template for Fastify, a speedy Node.js web engine.
Fastify Template!
Since express is thoroughly overrated, I decided to leave a template for something more...fast.In my NoSQL testing program, I want to automatically attach a unique ID to each entry in my database, ie. no manual ID attachment. How would I do so?
Node.js
ruiwenge2 try using uuid:
const {v4:uuid} = require("uuid");
const id = uuid(); // generate id
2 years ago
This thing interprets Python using Skulpt. It was difficult to understand what methods the Sk object had and what they did. Now, you can learn from th
HTML, CSS, JS
So I'm making a pretend pizza order app, and I want to use GraphQL to retrieve order data on path /graphql. Each order should have an id attribute wit
Node.js
So, in this repl, I want it so that if I'm the user, typing /.env will serve the .env file. But for other users, it should return a 403. But even Expr
Node.js
Coder100 anyways ez
app.get("/.env", (req, res) => {
if (req.header("X-Replit-User-Name") == "WHATEVER UR NAME IS") res.type("text/plain").send("");
else DO WHATEVER YOU WANT WITH NON USERS
});
`2 years ago
So, my old QWERTY project died a traumatic death, with blood but no trace of the murderer, so…
I THREW THE PARSER OUT THE WINDOW AND DID IT AGA
Bash
So I have a project called QWERTY(shown here). I once posted it but the old parser died, so I threw it out the window and started fresh. After some gr
Bash
Coder100 yeah sure, that's completely fine. If enough changes has been made (subjective, up to you), and enough time has passed (also subjective, up to you), feel free to repost!
Maybe add remastered and link the original ;)2 years ago
I want to integrate the Google authorization onto my test page; however, it seems that it doesn't respond at all. How do I fix this?
HTML, CSS, JS
Coder100 image
I like how you just copied and pasted from the docs while blindly NOT LOOKING AT WHAT YOU HAVE TO REPLACE2 years ago
After quite a lot of hard work, some rebirths, and a good bit of tinkering, here it is!
QWERTY!
This language was made with Python. See README for iss
Bash
In OnlineGDB there is a text option that allows the user to input everything before the code is run. Is there such an option on Repl?
CodeLongAndPros So sorry about the bad answers, but this is what you want;
Make a new file called input, and one called .replit
In the .replit file add this:
run="python3 main.py < input" and then type your input in the file input2 years ago
RYANTADIPARTHI could you explain more clearer on what you mean by input everything before code is run?2 years ago
I had… some troubles when making my language, QWERTY, in C, so I used pyparsing to make it better!
It currently has some functionality:
outputln pop
I'm having a problem with my code. I have defined a class and defined its prototype method, print. However, when I try to call it, it says it's not de
Node.js
19wintersp print() is a prototype method: you're calling it as if it were static. To use it, you need to execute print on an instance of h, for example, H.
You need to change h.print() to H.print().2 years ago
I was working on a repl, and at some point, my cursor was at first halfway in a character, and then one character behind! (The functional cursor was i
mpwteach This is for sure a Chromebook bug. One way to temporarily fix it is to:
go to Settings/Device/Displays
change the display size to 95%, and reload the replit
then go back and set the display size to 100%, do NOT reload page
Unfortunately, reloading the page restores the bug...1 year ago
MohammedPurno go to Settings>Keybinds>Default
And everything's fixed lol!
just a little help2 years ago