by nerryolokush November 15, 2016
"I saw this TikTok that accurately described me and then I looked at the #autism tag. I guess I am kinda a-coded."
by shaneichi June 26, 2023
TRZAYNE's celebratory phrase when he wins a game online or achieves something god or of value. This is only for TRZAYNE, as it is a gatekept saying.
In Fortnite:
tomtanks1418: Oh no I'm downed and they're gonna touch me!
TRZAYNE: Not on my watch pal.
*TRZAYNE full boxes around tomtanks1418 and kills the enemy duo*
TRZAYNE: I'M SO PUPPY CODED AT THIS GAME!!
tomtanks1418: Oh no I'm downed and they're gonna touch me!
TRZAYNE: Not on my watch pal.
*TRZAYNE full boxes around tomtanks1418 and kills the enemy duo*
TRZAYNE: I'M SO PUPPY CODED AT THIS GAME!!
by TRZAYNE October 14, 2024
by uwuaca December 19, 2021
- Hey, Jonny! How's that project?
- Hi bossy-boss! I'm coding it all the night.
- Huh... But we have a demo in a couple of hours. It just has to work!
- I know, I know... Let's hope that 20 Glory-Bes will do the job.
- Auaaa... You're gonna fixing that Bible code by yourself after the demo!
- Hi bossy-boss! I'm coding it all the night.
- Huh... But we have a demo in a couple of hours. It just has to work!
- I know, I know... Let's hope that 20 Glory-Bes will do the job.
- Auaaa... You're gonna fixing that Bible code by yourself after the demo!
by sleep`walker October 19, 2011
Code that just about works, hanging together from borrowed code, ineffective classes and functions.
Often this is the result of bad planning, or an iterative approach to fixing bugs over time.
Often this is the result of bad planning, or an iterative approach to fixing bugs over time.
Alan: How does this code you wrote work?
Ada: No clue, I wrote it 6 months ago and has become duct tape code.
Ada: No clue, I wrote it 6 months ago and has become duct tape code.
by MeneerLuka June 19, 2023
Computer program code, generally written by a person whos ego has the gravitational pull of the sun, that once read causes the reviewer to want to rip out their own insides.
A example of Vogon Poetry Code would be:
$id = 0;
while (!$id || mysql_error()) {
$id = rand(1, 10000000);
mysql_query("INSERT INTO `table` (id) VALUES ('".$id."'");
}
$id = 0;
while (!$id || mysql_error()) {
$id = rand(1, 10000000);
mysql_query("INSERT INTO `table` (id) VALUES ('".$id."'");
}
by EnglishMouse April 29, 2012