Jakey bakey :)
@JakeHu2020
"If A is success in life, then A = x + y + z. Work is x, play is y, and z is keeping your mouth shut." -Albert Einstein ..lol
1
Spelling Bee PracticeUse this so you no longer have to repeat words for your younger siblings.
Edit list.txt for the correct words.
Read the 2nd-last comment at the bottom of script.js to do random words.
ALL DEFINITIONS ARE FROM DICTIONARY
9
1
1
JakeHu2020 Everyone if it doesn't say anything press "Repeat Word" once, and it should function then.3 months ago
Unclickable Button
So last time I made an unclickable button, but everyone could click it! So now I updated it, so it's nearly impossible to click it.
HTML, CSS, JS
So I've been creating a Replit 2, and is inviting you to join.
You can join if you know:
nodejs express or python flask
html
css
Javascript
Tell me
DillonB07 I know Flask, but before I join(if you even want me to), can you tell me more about what you actually want to see if I am able to do it? I'm also decent at HTML, and I understand CSS, but I'm not good at making sites look nice.2 years ago
So I had this project that took months to make, and use to take around 95 MB of storage. One day, I went on, and all the other pages turned blank whit
imnew12 Click on the file history button -
image
then browse what happened in the history -
image
Click on the change file link to change the file, which will generate the history of that file.
if you didn't find what happened, then it is a problem with ur code2 years ago
CosmicBear You can click the play/rewind button and try and get the pages back. THe pages aren't blank for me so maybe it's just on your side? However, I forked it and my version only takes up 7.2 mb. View the file history and see if something went wrong there.2 years ago
Basic Express Template. You can edit the pages, port, host, or add things to your preference.
Node.js
Unclickable button!
Note: I only know 1 way of getting past this. Lets see if you can get past it >:)
Credit to:
Everyone who made Unclickable butto
HTML, CSS, JS
pzrepl its so good! great job @JakeHu2020 an upvote well deserved! But... I still got past it. u tried to ban devtools keys but i just clicked the three dots on the top right. If you edit lines 30 and 31 on script.js in the sources section, you can change the y+50 and x+50 values to 0 and it will follow ur cursor.
image2 years ago
codingjlu There are countless ways to hack the hardest to hack unclickable. Just so you know.2 years ago
Earlier, I made a post about how to change account type. I was finally deciding to make a new account, when I realized that I could change my account
Coder100 It's on accident, and I don't believe it actually works.
Try it on an alt and see.2 years ago
I created a multiplayer HTML editor in 3 lines of code (I kind of cheated).
So you can run the code by pressing the run button, or by going to the ou
Node.js
I'm very bored, so I thought of doing this. Ask questions in the comments and I'll try my best to answer them (the questions don't have to be only cod
I'm Trying to create a small app to practice with websockets on html. How do I make the websocket successfully connect to a page like this:
WSS.socket
When I created my account, I chose an "educational" account, since the friend that referred me said there was no difference.
Now that replit apps are
DynamicSquid The Replit Team is currently discussing this. The reason some features of Replit are restricted for educational accounts is that many people under the age of 13 use Replit educational accounts for school; however, users under 13 need restrictions in place to comply with COPPA laws.
I would recommend creating a new account to post for now.2 years ago
How To Make A Database
So you came to learn how to make a database? If you have, your probably someone who just can't manage to add things from Nodej
CodeLongAndPros That's it! Also, if you ask "what if hackers can come in and edit it through console?", lets just assume or at least hope there are no hackers around here.
Your definition of hacker is wrong.
Please read this http://www.catb.org/jargon/html/meaning-of-hack.html2 years ago
I'm coding a multiplayer game where the repl stores player information inside a file called Server.txt. Can you help tell me why when I write fs.write
Node.js
JakeHu2020 Actually nevermind, In "addData" I forgot to add a function that adds data rather than change data through ID.2 years ago
This is basically a P5.js and Node.js canvas template. It mostly helps so you don't have to take a long time to setup a nodejs canvas repl. If you sha
Ok so it's valentine's day, and I got bored so I made this.
press c = clear
press s = stop drawing
press w = start draw again
press space = change col
In my code, the if is not working fine the first time, but when I use the same input again, it's not working.
I feel It's because I have the same var
Python
IntellectualGuy Change the buying values so it has to be greater than or equal to the the money that you have.2 years ago
IntellectualGuy Can you explain exactly what the error is and can you add me to the repl, cause that'll be easier.2 years ago
RYANTADIPARTHI I don't think using the same name is the problem. changing to elif would also be good. but, i think everything should work. using if's in a function sometimes don't.2 years ago
I'm trying to make a game, but the -= is not working
Traceback (most recent call last):
File "main.py", line 67, in
main()
File "main.py", lin
Python
AloeBest when i tried playing it @JakeHu2020 This is the error now:
File "main.py", line 231, in
main()
File "main.py", line 220, in main
buyline()
File "main.py", line 58, in buyline
buyline()
File "main.py", line 88, in buyline
main()
File "main.py", line 222, in main
sellline()
File "main.py", line 104, in sellline
if int(a)>wood:
ValueError: invalid literal for int() with base 10: ''
`2 years ago
AloeBest Based on the error, It means you're using the GOLD var before it's defined. Define it BEFORE the function.2 years ago
19wintersp In Python, attempting to modify a global variable (a variable assigned outside of a function) inside of a function doesn't work, as it assumes it's a local variable. Consider this function:
def myfunc():
myvar = 1
myvar += 1
Here, myfunc creates local variable myvar and adds one to it. This works fine.
This is what you are doing:
myvar = 1
def myfunc():
myvar += 1
Python assumes that myvar is local (defined inside the function), but it's not. You need to tell Python that it's global:
myva2 years ago
I made a Free Browser on repl.it. Some Websites do not Appear on the page because Sometimes because they refuse to connect, but others still work. Thi
focat Nice! Well done. Although it's not really a better browser bc websites dont load XD all websites say refuse to connect. If you could fix that problem that would be awesome! other than that, very good. I couldn't make this at all without a tutorial! (i suck at html; but im good at python)3 years ago
It's just a teapot. Click on it to tip some tea out
JakeHu2020 looks like you guys like it. Here is a whole list of things that i made, it is just another of my acc :
https://GOOGLE-SECRETS-LIST-2020--jakehu2.repl.co3 years ago
octopyBot yeah it would be!! maybe email it to google and they'll take it for national tea day or something.3 years ago