This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| good bye to my old cringe gists | |
| htmlstarterkit | |
| discordpyyummy | |
| areyouwhinni | |
| cssbuttons |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> // for malloc and rand... i think | |
| #include <time.h> // for the random seed thingy | |
| #include <unistd.h> // for sleep so u can read my genius output | |
| // this is a very secret constant i found on the dark web. do NOT change it | |
| #define THE_SECRET_SAUCE 42 | |
| // i need to put the number and its annoyance together so i made this | |
| // its a work of art i know |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from syqlorix import * | |
| common_css = style(""" | |
| body { | |
| background-color: #1a1a2e; color: #e0e0e0; font-family: sans-serif; | |
| display: grid; place-content: center; height: 100vh; margin: 0; | |
| } | |
| .container { text-align: center; max-width: 600px; padding: 2rem; border-radius: 8px; background: #2a2a4a; box-shadow: 0 4px 8px rgba(0,0,0,0.2); } | |
| h1 { color: #00a8cc; margin-bottom: 1rem;} | |
| p, form { color: #aaa; line-height: 1.6; } |