cannonthepom123
@cannonthepom123
i like pomeranians
How do I make a 'copy to cliboard' button?
All the online tutorials on how to do it aren't working.
InvisibleOne Here's the code I used:
HTML
This text will be copied
in the JS
let text = document.getElementById("text");
text.select();
document.execCommand("copy");
Let me know if that works for you2 years ago
0
canvasgameI dunno some basic claw machine game.
0
0
0
how do I get cycle notifications for my Chromebook?
how do you change the python terminal bell sound?
in reply homepage, there is a search bar that says "search and run commands" but what commands can I run?
Michael8910 Yea it looks like the command that it means is to search repls or to create a new one2 years ago
EpicCodeWizard @cannonthepom123 If you are looking for a fast way to fetch user info, just make a GET request to https://replit-user-info-api.epiccodewizard.repl.co/@USERNAME. It will return a lotta info in a short time. Add ?count=true for the number of posts, comments, and repls.2 years ago
so I got this dumb idea of having 2 chatbots just chat with each other so I was thinking of me making one and someone else making the other. if you wa
Michael8910 hello, I would like to help you. I never made a bot before but I do know python2 years ago
One day I saw a tutorial on replit for a javascript library that basically would take your username and tell you stuff about your account (creepy but
RayhanADev @cannonthepom123 Hiya! I think EpicGamer007 mentioned me
I would love to help you out if you're use ReplAPI.it (my package), or you can reference the docs. Just let me know :)2 years ago
I'm making pong with kaoom.js. how do I get my ball object to detect collisions with the edge of the map/board/screen/edge
Coder100 you can just compare the position lol
let ball = add([... code to add ball...]);
if (ball.pos.x width()) // too right
if (ball.pos.y height()) // too bottom
`2 years ago
DISCLAIMER: THERE IS NO default TURTLE IN TURTLE ITS JUST AN ARROW THAT'S LOKS LIKE ITS FROM GOOGLE MAPS
Turtle is a python lib and is very easy to u
Python
DigitioSolution School is a rating system. Children who are educated in school can well discover their own strengths and weaknesses. And if they want to learn python and dfferent languages then this website is best for them. What are their strengths and weaknesses compared to others? To know the answer to this question check this website So as to better position yourself.1 year ago
what brought you to replit
just curious
I found replit because I was watching a tutorial on youtube for building a discord bot and I said to do the c
JacobMcPherson1 My friend sent me a youtube unblocker so I typed in some of the code into google and replit was the first result2 years ago
IntellectualGuy I was doing a programming class, and the teacher used repl.it as the IDE which they taught us on.2 years ago