From cd3f95ba978aa10f075dbb02c3e5c3473e02e377 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 16 Aug 2021 15:35:55 +0100 Subject: [PATCH] fixed id's --- static/quotes/english.json | 54 +++++++++++++++----------------------- 1 file changed, 21 insertions(+), 33 deletions(-) diff --git a/static/quotes/english.json b/static/quotes/english.json index 68735d45b..ed7d18fe1 100644 --- a/static/quotes/english.json +++ b/static/quotes/english.json @@ -1,22 +1,10 @@ { "language": "english", "groups": [ - [ - 0, - 100 - ], - [ - 101, - 300 - ], - [ - 301, - 600 - ], - [ - 601, - 9999 - ] + [0, 100], + [101, 300], + [301, 600], + [601, 9999] ], "quotes": [ { @@ -33627,97 +33615,97 @@ "text": "You either die a hero, or you live long enough to see yourself become the villain.", "source": "Batman - The Dark Knight.", "length": 82, - "id": null + "id": 5671 }, { "text": "The best thing about being a statistician is that you get to play in everyone's backyard.", "source": "John Tukey", "length": 89, - "id": null + "id": 5672 }, { "text": "I guess you guys aren't ready for that yet. But your kids are gonna love it.", "source": "Back to the Future", "length": 76, - "id": null + "id": 5673 }, { "text": "There are approximately 1010300 words in the English language, but I could never string enough words together to properly express how much I want to hit you with a chair.", "source": "Alexander Hamilton", "length": 170, - "id": null + "id": 5674 }, { "text": "One is never afraid of the unknown; one is afraid of the known coming to an end.", "source": "Jiddu Krishnamurti", "length": 80, - "id": null + "id": 5675 }, { "text": "'Twas brillig and the slithy toves\\nDid gyre and gimble in the wabe:\\nAll mimsy were the borogoves,\\nAnd the mome raths outgrabe.", "source": "Jabberwocky, Lewis Carroll", "length": 129, - "id": null + "id": 5676 }, { "text": "Music is ... A higher revelation than all Wisdom & Philosophy", "source": "Ludwig van Beethoven", "length": 61, - "id": null + "id": 5677 }, { "text": "Simplicity, patience, compassion.\\nThese three are your greatest treasures.\\nSimple in actions and thoughts, you return to the source of being.\\nPatient with both friends and enemies,\\nyou accord with the way things are.\\nCompassionate toward yourself,\\nyou reconcile all beings in the world.", "source": "Tao Te Ching", "length": 292, - "id": null + "id": 5678 }, { "text": "There is nothing either good or bad, but thinking makes it so.", "source": "Hamlet", "length": 62, - "id": null + "id": 5679 }, { "text": "Man is the only creature who refuses to be what he is.", "source": "Albert Camus", "length": 54, - "id": null + "id": 5680 }, { "text": "Hello? No this isn't the bird man of Bikini bottom. What? No! I don't live in a bird cage! Who is this? Joe mama? Well listen up Joe, I hate to break it to you but flying is Impossible. I have to go now. My head just hit the ceiling. Huh?", "source": "Spongebob SquarePants", "length": 238, - "id": null + "id": 5681 }, { "text": "He will spend hundreds of years travelling the world, learning all there is to know. He will learn every language. He will read every book. He will know every land. He will spend thousands of years creating stunning works of art. He will learn to meditate to control all pain. As wars will be fought and great loves found. And lost. And found. Lost. And found. And found. And found. And memories built upon memories until life runs on an endless loop. He will father hundreds of thousands of children whose own exponential offspring he'll slowly lose track of through the years. Whose millions of beautiful lives will all eventually be swept again from the Earth. And still, Bill will continue. He will learn more about life than any being in history, but death will forever be a stranger to him. People will come and go until names lose all meaning. Until people lose all meaning and vanish entirely from the world. And still, Bill will live on. He will befriend the next inhabitants of the Earth, beings of light who revere him as a god. And Bill will outlive them all. For millions and millions of years. Exploring, learning, living. Until the Earth is swallowed beneath his feet. Until the sun is long since gone. Until time loses all meaning, and the moment comes that he knows only the position of the stars and sees them whether his eyes are closed or open. Until he forgets his name and the place where he'd once come from. He lives, and he lives until all of the lights go out.", "source": "It’s Such a Beautiful Day", "length": 1486, - "id": null + "id": 5682 }, { "text": "First the dinosaurs roamed the Earth, eating nothing but cavemen and eucalyptus plants. Then a nuclear bomb went off and made them all extinct, which gave rise to the radioactive people who illuminated the eternal night that followed. Then it was boring for a long time until late seventies (that's 1970s) when I was born, Eikichi Onizuka, 22 years old, destined to be a great teacher.", "source": "Great Teacher Onizuka", "length": 385, - "id": null + "id": 5683 }, { "text": "Whenever you are about to find fault with someone, ask yourself the following question: What fault of mine most nearly resembles the one I am about to criticize?", "source": "Marcus Aurelius", "length": 161, - "id": null + "id": 5684 }, { "text": "You look like an angel. Walk like an angel. Talk like an angel. But I got wise. You're the devil in disguise. Oh yes you are. The devil in disguise.", "source": "Devil in Disguise", "length": 148, - "id": null + "id": 5685 }, { "text": "I'm not superstitious but I am afraid to prune my money tree. It's just that it's the only plant I've ever had that's seemed to actually grow healthily. And though I know wealth is not affected by a plant on my shelf, if I take my chances and my finances coincidentally fail while my money tree dies right before my eyes then my mind will think those things coincided causally. But my tree needs pruning or else it'll grow too wild and if I do it right then I could propagate it, so why've I waited to prune this tree?", "source": "Brian David Gilbert, I'm not superstitious but I'm afraid to prune my money tree", "length": 518, - "id": null + "id": 5686 } ] -} \ No newline at end of file +}