mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
taglines++
This commit is contained in:
parent
f05390c5c1
commit
83321bc70e
1 changed files with 16 additions and 0 deletions
|
@ -21,16 +21,21 @@ palette = "runtimeterror"
|
|||
title = "runtimeterror"
|
||||
logo = "images/broken-computer.svg"
|
||||
taglines = [
|
||||
"[ctrl] + [alt] + [defeat]",
|
||||
"[ESC]:q!",
|
||||
"abandon all hope, ye who code here",
|
||||
"all your bugs are belong to us",
|
||||
"array index out of bounds",
|
||||
"bad file descriptor",
|
||||
"better living through less shitty code",
|
||||
"broken pipe",
|
||||
"buffering... and buffering... and buffering...",
|
||||
"bugs are like onions, they have layers",
|
||||
"bugs, uh, find a way",
|
||||
"calm that panicked kernel",
|
||||
"cannot access private member declared in class",
|
||||
"class/struct has no member named undefined",
|
||||
"coding crimes",
|
||||
"connection reset by peer",
|
||||
"converting caffeine into code",
|
||||
"creating new and exciting bugs",
|
||||
|
@ -41,9 +46,13 @@ taglines = [
|
|||
"error: could not stat or open file",
|
||||
"expression has no effect",
|
||||
"file descriptor in bad state",
|
||||
"floating in a sea of bugs",
|
||||
"from chatgpt with bugs",
|
||||
"from the creators of 'undefined is not a function'",
|
||||
"function does not return a value",
|
||||
"glitches, hitches, and a lot of coffee",
|
||||
"god wouldn't be up this late",
|
||||
"hello world, hello bugs",
|
||||
"host key verification failed",
|
||||
"houston, we have a bug",
|
||||
"i ain't afraid of no code",
|
||||
|
@ -56,12 +65,14 @@ taglines = [
|
|||
"invalid assignment",
|
||||
"invalid option",
|
||||
"invalid username or password",
|
||||
"it's not a bug, it's a feature in search of a use case",
|
||||
"keep your friends close, but your breakpoints closer",
|
||||
"kernel panic - not syncing: attempted to kill init",
|
||||
"may the code be with you",
|
||||
"mess with the test, fail like the rest",
|
||||
"need input",
|
||||
"no such file or directory",
|
||||
"now where did i leave my null pointer...",
|
||||
"out of memory: kill process or sacrifice child",
|
||||
"permission denied (publickey)",
|
||||
"pointer arithmetic on non-pointer type",
|
||||
|
@ -69,6 +80,7 @@ taglines = [
|
|||
"read-only file system",
|
||||
"resource temporarily unavailable",
|
||||
"root is not in the sudoers file. this incident will be reported",
|
||||
"seeking harmony in a symphony of bugs",
|
||||
"segmentation fault (core dumped)",
|
||||
"ship things and breakfast",
|
||||
"stale nfs file handle",
|
||||
|
@ -76,6 +88,7 @@ taglines = [
|
|||
"syntax error: unexpected end of file",
|
||||
"syntax error: unexpected token",
|
||||
"that's a layer 8 problem",
|
||||
"the bug stops here",
|
||||
"the system is down",
|
||||
"there's no place like $HOME",
|
||||
"tonight we test in prod",
|
||||
|
@ -83,6 +96,9 @@ taglines = [
|
|||
"undefined reference to function",
|
||||
"unexpected token",
|
||||
"variable has already been declared",
|
||||
"when in doubt, print it out",
|
||||
"where there's code, there's bugs",
|
||||
"while (bugs) { fix(); }",
|
||||
"while (true) { bugs++; }",
|
||||
"why did it have to be bugs",
|
||||
"write error: no space left on device",
|
||||
|
|
Loading…
Reference in a new issue