Skip to content
Sign UpLog In
Profile icon

Daniel Zello

@Crowst
I like to code! https://ravost.repl.co/ Discord: Ravost99#3361 Github: Ravost99
Repls
Community
Crowst
Crowst
shared a Post
1 year ago
Simple github -> replit fork button!
Ever seen a Run on Repl.it button? But only on some github repos? Well now you have it at your access wherever and whenever! Copy and paste this boo
ElasticLowOperatingsystem
HTML, CSS, JS
Crowst
Crowst
shared a Post
1 year ago
E_MADLIBS Tutorial Make sure to Upvote, React, and Fork! First lets start out with what we want our final text to be. For example mine will be: It
MrVoo
MrVoo
I would think of this more like a template, but nice!1 year ago
Crowst
Crowst
shared a Post
2 years ago
Simple log-in checker with python. Code: import os user = os.environ['REPL_OWNER'] if user == "five-nine": print(f"You are logged out of replit.\nUs
MrVoo
MrVoo
It works, I wonder why it's "five-nine" though...2 years ago
Crowst
Crowst
shared a Post
2 years ago
my code #varibles and imports import colors, os, random, sys, time from swears import bad_words #import login from replit import db, clear user = os.
Crowst
Crowst
thx, it worked i just had to remove the `if message.lower() == "quit" or "exit":`` ...2 years ago
ruiwenge2
ruiwenge2
That’s because you used the quit function. remove them2 years ago
Crowst
Crowst
shared a Post
2 years ago
MrVoo
MrVoo
Just reload and try again in a few minutes2 years ago
Crowst
Crowst
shared a Post
2 years ago
My code: var input = document.querySelector('#url'); //var fs = require('fs'); input.addEventListener('keyup', (key) => { if (key.keyCode == 13)
Highwayman
Highwayman
please provide the repl in addition to the code- it's hard to find a bug like that without all the context.2 years ago
Crowst
Crowst
shared a Post
2 years ago
Generates a random password to certain users. This is my first project!
InvisibleOne
InvisibleOne
Cool2 years ago