Ronald Leung
@RonaldLeung1
🏫 High schooler | 👨💻 full-stack developer | 🦕 member of Hack Club |
https://googol.now.sh | https://github.com/googol88
Repl Talk Badges are a set of simple, dynamic images that display the number of upvotes on your Repl Talk posts! You can add badges to markdown files
Node.js
plscodeinjava i keep trying to use these for my projects but they're broken
do u know why this is happening1 year ago
ch1ck3n Hi, the class seletor is now .jsx-441663429.vote-control-count so you might wanna fix that2 years ago
0
hillshacks🌄 Website for hillHacks IV, created with Next.js and Theme UI.
URL: https://hillshacks.now.sh/
GitHub: https://github.com/googol88/hillshacks-iv
200
0
0
372
HELP!!!
EDIT: I'm so desperate all i need is a second of your life to help this poor soul :(
I'm trying to create a simple notepad that uses cookies t
HTML, CSS, JS
Highwayman Why save it in cookies? That can barely hold 4 kB. Granted that can be a lot for a single document I guess. Actually nvm I see ok.
Well let’s see...
I’m guessing that the way cookies are encoded, \n doesn’t exist.
Yup. Checked out, no white space is allowed in cookies, like in uris. Makes sense.
But! Do not worry, because all you have to do is encode your data using encideURIComponent() when storing it in the cookie and decodeURIComponent() when loading it back in from the cookie! Hope that help3 years ago
So I've discovered that not all fonts look good when each character's the same width. I was hoping that I could somehow get neat rows and columns of t
HTML, CSS, JS