Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Guinea Pog

@lolguineapig
HTML, CSS, JS Python C++ AND MORE
lolguineapig
lolguineapig
published a Repl
1 month ago
0
Craftle
CraftleCraftle is a Wordle-based word game consisting of words related to Minecraft. It uses a library, known as pybound, to complete complex functions to run through the code. It is very simple, with 167 words that you can guess.
lolguineapig
lolguineapig
published a Repl
1 year ago
0
STEM Career Cluster
STEM Career ClusterThis webpage was made by @lolguineapig, @daSeaTurtle with @ksun2357 and @ricenoodle1.
lolguineapig
lolguineapig
This webpage cannot be displayed in less than 770px, so for the best experience, please open this website in your computer's browser. Thank you!1 year ago
lolguineapig
lolguineapig
shared a Post
2 years ago
discord.py - Buttons
I just found out that the new button feature came out, so I used it. It worked but I have one slight problem. I want the buttons to be inline. Right n
austTools
austTools
what import do I even use for this???1 year ago
Eppelflep
Eppelflep
Isn't it just "inline=True"??2 years ago
yousefdarwish06
yousefdarwish06
hey i got question, im trying to add buttons to my discord bot but i cant seem to find the right module2 years ago
lolguineapig
lolguineapig
shared a Post
2 years ago
I am trying to make a SIMON game, but my JS is not working. I tried using a JS file, but that did not work. So then I tried using the tag in my HTML.
ch1ck3n
ch1ck3n
line 10 should be $('.green').css('height', greenWidth + 'px');2 years ago
lolguineapig
lolguineapig
shared a Post
2 years ago
I have been trying to figure out a way to make a real reactive toggle settings. What I want to do is create a toggle switch that toggles music. Can an
Coder100
Coder100
assuming you have the css down, and all you need is the js, here is an example. Given this HTML: Toggle me we have: document.querySelector(".toggle").addEventListener("click", () => { // whatever code you need to turn on and off the music ( maybe .play() and .stop()? ) }); `2 years ago
lolguineapig
lolguineapig
shared a Post
3 years ago
Can anyone help me? I want to make a form that sends me an email without PHP (I'm not sure if repl supports it?). I've tried the internet, but everyth
RowanFromBJC
RowanFromBJC
Sample form: Send function send() { window.open(mailto:${document.getElementById('email').value}, '_blank'); } For more details on this go to @RhinoRunner 's answer Use @SixBeeps 's answer if you're using Node.JS3 years ago
RhinoRunner
RhinoRunner
you can use the HTML `` https://www.rapidtables.com/web/html/mailto.html3 years ago
SixBeeps
SixBeeps
Nodemailer3 years ago
lolguineapig
lolguineapig
shared a Post
3 years ago
This is my first C++ Repl! I started learning C++ just last Wednesday (August 26, 2020). I did some research on C++ on the internet and I made this ga
Guess the Number!
C++
daSeaTurtle
daSeaTurtle
Nice!3 years ago
lolguineapig
lolguineapig
shared a Post
3 years ago
@alienlovera9 (my twin) and @lolguineapig (myself) worked on our first python repl! We know that its not really that good because we just started lear
Animation Station
Python
BobTheTomatoPie
BobTheTomatoPie
for your first python repl this is nice, keep it up dude!3 years ago
InvisibleOne
InvisibleOne
Cool3 years ago
lolguineapig
lolguineapig
shared a Post
3 years ago
I want to know how to change what the website looks like on a phone. This is because there is a malfunction with my website on a phone, so I want to c
SystematicError
SystematicError
Part of it is semantics, read about it here: https://www.w3schools.com/html/html5semanticelements.asp For very basic scaling of the website use this tag in within your ``: `` Read about it here: https://www.w3schools.com/html/html_responsive.asp Thanks, SystematicError =D3 years ago
SixBeeps
SixBeeps
You'd use media querries and other JS magic (I'm sure there are properties for the device)3 years ago