From fcf86f31e97b8d64f12206fe90e4f17e67e6d840 Mon Sep 17 00:00:00 2001 From: monkeytypegeorge Date: Sun, 31 Jan 2021 23:59:29 +0000 Subject: [PATCH] Added quotes from Discord --- static/quotes/code_c++.json | 6 +++ static/quotes/czech.json | 6 +++ static/quotes/english.json | 84 +++++++++++++++++++++++++++++++++++++ static/quotes/russian.json | 41 ++++++++++++++++++ static/quotes/spanish.json | 6 +++ 5 files changed, 143 insertions(+) create mode 100644 static/quotes/russian.json diff --git a/static/quotes/code_c++.json b/static/quotes/code_c++.json index 5ff58548f..b70d5387f 100644 --- a/static/quotes/code_c++.json +++ b/static/quotes/code_c++.json @@ -24,6 +24,12 @@ "source": "Sum of array in C++", "length": 246, "id": 1 + }, + { + "text": "float Q_rsqrt( float number )\\n{\\n long i;\\n float x2, y;\\n const float threehalfs = 1.5F;\\n\\n x2 = number * 0.5F;\\n y = number;\\n i = * ( long * ) &y; // evil floating point bit level hacking\\n i = 0x5f3759df - ( i >> 1 ); // what the fuck?\\n y = * ( float * ) &i;\\n y = y * ( threehalfs - ( x2 * y * y ) ); // 1st iteration\\n return y;\\n}\\n", + "source": "Quake III Arena Source Code (Fast Inverse Square Root)", + "length": 377, + "id": 2 } ] } \ No newline at end of file diff --git a/static/quotes/czech.json b/static/quotes/czech.json index 4570fc971..3e9ada14a 100644 --- a/static/quotes/czech.json +++ b/static/quotes/czech.json @@ -132,6 +132,12 @@ "source": "Antoine de Saint-Exupéry", "length": 62, "id": 19 + }, + { + "text": "Nebe je modrý a zlatý, bílá sluneční záře, horko a sváteční šaty, vřava a zpocený tváře. Vím, co se bude dít, býk už se v ohradě vzpíná, kdo chce, ten může jít, já si dám sklenici vína.", + "source": "Slavíci z Madridu", + "length": 185, + "id": 20 } ] } \ No newline at end of file diff --git a/static/quotes/english.json b/static/quotes/english.json index 966a246a3..2d49637b9 100644 --- a/static/quotes/english.json +++ b/static/quotes/english.json @@ -31536,6 +31536,90 @@ "source": "Douglas Adams, The Hitchhiker's Guide to the Galaxy", "length": 600, "id": 5305 + }, + { + "text": "And so as the lowly snail sheddeth his shell, and the lofty gull moldeth his feathers, the brightest of friendships must dimmeth as the setting sun.", + "source": "Spongebob SquarePants - The Monster Who Came To Bikini Bottom", + "length": 148, + "id": 5306 + }, + { + "text": "Humans, Hickling said, have a fundamental need to create and maintain a narrative for their lives in which the universe is not implacable and heartless, that terrible things do not happen at random, and that catastrophe can be avoided if you are vigilant and responsible.", + "source": "Fatal Distraction", + "length": 271, + "id": 5307 + }, + { + "text": "For some reason, you will no longer be the person you believed you once were. You'll detect slow and subtle shifts going on all around you, more importantly shifts in you. Worse, you'll realize it's always been shifting, like a shimmer of sorts, a vast shimmer, only dark like a room. But you won't understand why or how.", + "source": "Mark Z. Danielewski, House of Leaves", + "length": 321, + "id": 5308 + }, + { + "text": "As the dean drew his final breath, he'd realize what so many others had realized when they'd challenged him. What all of Panem would know one day. What was inevitable. Snow lands on top.", + "source": "The Ballad of Songbirds and Snakes", + "length": 186, + "id": 5309 + }, + { + "text": "Lamp oil, rope, bombs, you want it? It's yours, my friend. As long as you have enough rupees... Sorry Link, I don't give credit. Come back when you're a little... hmm richer.", + "source": "Morshu, Link: The Faces of Evil", + "length": 174, + "id": 5310 + }, + { + "text": "Jokes over! You're dead!", + "source": "Phoenix, Valorant", + "length": 24, + "id": 5311 + }, + { + "text": "I would build a great wall, and nobody builds walls better than me, believe me, and I'll build them very inexpensively. I will build a great great wall on our southern border and I'll have Mexico pay for that wall.", + "source": "Donald Trump", + "length": 214, + "id": 5312 + }, + { + "text": "How silly, she was thinking, to use the word ready. When can you be ready for anything? Or is life, in fact, a continuum of things you must prepare for, and only with perfect preparation can you exist in the present?", + "source": "Three Women", + "length": 216, + "id": 5313 + }, + { + "text": "It is possible to make no mistakes and still lose. That is not failure that is life.", + "source": "Captain Jean Luc Picard", + "length": 84, + "id": 5314 + }, + { + "text": "All warfare is based on deception. Hence, when we are able to attack, we must seem unable; when using our forces, we must appear inactive; when we are near, we must make the enemy believe we are far away; when far away, we must make him believe we are near.", + "source": "Sunt Tzu - The Art Of War", + "length": 257, + "id": 5315 + }, + { + "text": "I had two longings and one was fighting the other... I wanted to be loved and I wanted to be always alone.", + "source": "Jean Rhys", + "length": 106, + "id": 5316 + }, + { + "text": "We fell into each other's arms through some process of elimination.", + "source": "Leonard Cohen", + "length": 67, + "id": 5317 + }, + { + "text": "I'm not so good with the advice. Can I interest you in a sarcastic comment?", + "source": "Friends", + "length": 75, + "id": 5318 + }, + { + "text": "Please note that I am the Standard Orientation Protocol, and that my voice has been explicitly chosen to remind you that I am not apart of your Patient Care Team. I do not care.", + "source": "Superliminal", + "length": 177, + "id": 5319 } ] } \ No newline at end of file diff --git a/static/quotes/russian.json b/static/quotes/russian.json new file mode 100644 index 000000000..1c5f93517 --- /dev/null +++ b/static/quotes/russian.json @@ -0,0 +1,41 @@ +{ + "language": "russian", + "groups": [ + [ + 0, + 100 + ], + [ + 101, + 300 + ], + [ + 301, + 600 + ], + [ + 601, + 9999 + ] + ], + "quotes": [ + { + "text": "Старик благодушно улыбался и кивал головой.", + "source": "А. П. Чехов - Верочка.", + "length": 43, + "id": 1 + }, + { + "text": "Луна стояла высоко над садом, а ниже ее куда-то на восток неслись прозрачные туманные пятна.", + "source": "А. П. Чехов - Верочка.", + "length": 92, + "id": 2 + }, + { + "text": "Не может же русский человек быть счастлив в одиночку, ему нужно участие окружающих, а без этого он не будет счастлив.", + "source": "В. Даль", + "length": 117, + "id": 3 + } + ] +} \ No newline at end of file diff --git a/static/quotes/spanish.json b/static/quotes/spanish.json index beb666b18..2d6fa9eb8 100644 --- a/static/quotes/spanish.json +++ b/static/quotes/spanish.json @@ -60,6 +60,12 @@ "source": "Stendhal (Marie-Henri Beyle), La cartuja de Parma", "length": 103, "id": 7 + }, + { + "text": "El ímpetu, producto de la masa por la velocidad de un cuerpo se conserva entre portales. Para los nuevos, si entras rápido sales rápido.", + "source": "Portal 1", + "length": 136, + "id": 8 } ] } \ No newline at end of file