mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-30 02:39:05 +08:00
quote lengthx fix
This commit is contained in:
parent
8a283836e7
commit
56457b29b7
12 changed files with 136 additions and 148 deletions
|
|
@ -488,4 +488,4 @@
|
|||
"id": 80
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -200,4 +200,4 @@
|
|||
"id": 32
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,4 +32,4 @@
|
|||
"id": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
"text": "def append(self, new_data):\\n\\tnew_node = Node(new_data)\\n\\tif self.head is None:\\n\\t\\tself.head = new_node\\n\\t\\treturn\\n\\tlast = self.head\\n\\twhile last.next:\\n\\t\\tlast = last.next\\n\\tlast.next = new_node\\n\\tnew_node.prev = last\\n\\treturn",
|
||||
"source": "geeksforgeeks - Doubly Linked List",
|
||||
"id": 13,
|
||||
"length": 238
|
||||
"length": 239
|
||||
},
|
||||
{
|
||||
"text": "def __str__(self):\\n\\tcur = self.head.next\\n\\tout = \"\"\\n\\twhile cur:\\n\\t\\tout += str(cur.value) + \"->\"\\n\\t\\tcur = cur.next\\n\\treturn out[:-3]",
|
||||
|
|
|
|||
|
|
@ -1479,7 +1479,7 @@
|
|||
},
|
||||
{
|
||||
"id": 247,
|
||||
"length": 281,
|
||||
"length": 265,
|
||||
"source": "Create a Zip archive - programming-idioms.org",
|
||||
"text": "use zip::write::FileOptions;\nlet path = std::path::Path::new(_name);\nlet file = std::fs::File::create(&path).unwrap();\nlet mut zip = zip::ZipWriter::new(file); zip.start_file(\"readme.txt\", FileOptions::default())?;\nzip.write_all(b\"Hello, World!\\n\")?;\nzip.finish()?;"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"language": "code_systemverilog",
|
||||
"groups": [
|
||||
[0, 500],
|
||||
[501, 4000],
|
||||
[4001, 8000],
|
||||
[8001, 15000]
|
||||
[0, 500],
|
||||
[501, 4000],
|
||||
[4001, 8000],
|
||||
[8001, 15000]
|
||||
],
|
||||
"quotes": [
|
||||
{
|
||||
|
|
@ -74,4 +74,4 @@
|
|||
"id": 11
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5537,7 +5537,7 @@
|
|||
"text": "All this running around. I can't fight it much longer. Something's trying to get out. And it's never been closer. If my take off fails, make up some other story. But if I never come back, tell my mother I'm sorry.",
|
||||
"source": "Let It Happen",
|
||||
"id": 940,
|
||||
"length": 211
|
||||
"length": 213
|
||||
},
|
||||
{
|
||||
"text": "It is as hard to understand how consciousness emerges and dies as it is to comprehend how something, the stuff of the universe, erupted out of nothing. Was there a creation or was there always something? Could there even be nothing if there were no one to know there was nothing?",
|
||||
|
|
@ -6887,7 +6887,7 @@
|
|||
"text": "We turn away to face the cold, enduring chill, as the day begs the night for mercy love. The sun so bright it leaves no shadows, only scars, carved into stone on the face of earth. The moon is up and over One Tree Hill. We see the sun go down in your eyes.",
|
||||
"source": "One Tree Hill",
|
||||
"id": 1171,
|
||||
"length": 255
|
||||
"length": 256
|
||||
},
|
||||
{
|
||||
"text": "We were the people who were not in the papers. We lived in the blank white spaces at the edges of print. It gave us more freedom. We lived in the gaps between the stories.",
|
||||
|
|
@ -12485,7 +12485,7 @@
|
|||
"text": "I hadn't seen anything so beautiful in my life. She was like an angel. I just sat next to her on that bus and had a conversation all the way to school. Next to Mamma no one ever talked to me or asked me questions. From that day on we were always together. Jenny, she helped me learn how to read and I showed her how to swing. Sometimes we'd just sit out and wait for the stars. For some reason Jenny never wanted to go home. She was my most special friend, my only friend.",
|
||||
"source": "Forrest Gump",
|
||||
"id": 2132,
|
||||
"length": 471
|
||||
"length": 472
|
||||
},
|
||||
{
|
||||
"text": "Heaven, I'm in heaven, and my heart beats so that I can hardly speak, and I seem to find the happiness I seek when we're out together dancing, cheek to cheek. Heaven, I'm in heaven, and the cares that hang around me through the week seem to vanish like a gambler's lucky streak when we're out together dancing, cheek to cheek.",
|
||||
|
|
@ -12983,7 +12983,7 @@
|
|||
"text": "Fireflies, a million little pieces, feeds the dying light, and brings me back to life. In your eyes, I see something to believe in, your hands are like a flame, your palms the sweetest pain.",
|
||||
"source": "Ignite",
|
||||
"id": 2217,
|
||||
"length": 191
|
||||
"length": 190
|
||||
},
|
||||
{
|
||||
"text": "Every day I come by your house and I pick you up. And we go out. We have a few drinks, and a few laughs, and it's great. But you know what the best part of my day is? For about ten seconds, from when I pull up to the curb and when I get to your door, 'cause I think, maybe I'll get up there and I'll knock on the door and you won't be there. No goodbye. No see you later. No nothing. You just left. I don't know much, but I know that.",
|
||||
|
|
@ -16043,7 +16043,7 @@
|
|||
"text": "It's strength, Boromir, is too great for anyone to wield at will, save only those who have already a great power of their own. But for them it holds an even deadlier peril. The very desire of it corrupts the heart. Consider Saruman. If any of the Wise should with this Ring overthrow the Lord of Mordor, using his own arts, he would then set himself on Sauron's throne, and yet another Dark Lord would appear. And that is another reason why the Ring should be destroyed: as long as it is in the world it will be a danger even to the wise. For nothing is evil in the beginning.",
|
||||
"source": "The Lord of The Rings",
|
||||
"id": 2746,
|
||||
"length": 575
|
||||
"length": 576
|
||||
},
|
||||
{
|
||||
"text": "He said that if culture is a house, then language was the key to the front door; to all the rooms inside. Without it, he said, you ended up wayward, without a proper home or a legitimate identity.",
|
||||
|
|
@ -20975,7 +20975,7 @@
|
|||
"text": "You know I hate, detest, and can't bear a lie, not because I am straighter than the rest of us, but simply because it appalls me. There is a taint of death, a flavor of mortality in lies - which is exactly what I hate and detest in the world - what I want to forget.",
|
||||
"source": "Heart of Darkness",
|
||||
"id": 3599,
|
||||
"length": 267
|
||||
"length": 266
|
||||
},
|
||||
{
|
||||
"text": "Covert intelligence involves a lot of waiting around. Any meeting, any appointment, you have to show up early, make sure you are not followed, make sure the area is secured, check out the other guy's advance team and see how well he is prepared. It's good trade craft, but it's like hanging out in your dentist's reception area 24 hours a day. You read magazines, sip coffee, and every once in a while someone tries to kill you.",
|
||||
|
|
@ -27359,7 +27359,7 @@
|
|||
"text": "Yes, of course duct tape works in a near-vacuum. Duct tape works anywhere. Duct tape is magic and should be worshipped.",
|
||||
"source": "The Martian",
|
||||
"id": 4696,
|
||||
"length": 118
|
||||
"length": 119
|
||||
},
|
||||
{
|
||||
"text": "The increase of disorder or entropy is what distinguishes the past from the future, giving a direction to time.",
|
||||
|
|
@ -27395,7 +27395,7 @@
|
|||
"text": "Come senators, congressmen please heed the call. Don't stand in the doorway, don't block up the hall. For he that gets hurt will be he who has stalled. There's a battle outside and it's ragin'. It'll soon shake your windows and rattle your walls. For the times they are a' changin'!",
|
||||
"source": "The Times They Are A-Changin'",
|
||||
"id": 4702,
|
||||
"length": 281
|
||||
"length": 282
|
||||
},
|
||||
{
|
||||
"text": "The vastness of the heavens stretches my imagination - stuck on this carousel my little eye can catch one-million-year-old light. A vast pattern - of which I am a part... What is the pattern or the meaning or the why? It does not do harm to the mystery to know a little more about it. For far more marvelous is the truth than any artists of the past imagined it.",
|
||||
|
|
@ -28853,7 +28853,7 @@
|
|||
"text": "Sing us a song, you're the piano man. Sing us a song tonight. Well, we're all in the mood for a melody, and you've got us feeling alright.",
|
||||
"source": "Piano Man",
|
||||
"id": 4956,
|
||||
"length": 137
|
||||
"length": 138
|
||||
},
|
||||
{
|
||||
"text": "Warning lights are flashing down at Quality Control. Somebody threw a spanner and they threw him in the hole. There's rumors in the loading bay and anger in the town. Somebody blew the whistle and the walls came down. There's a meeting in the boardroom. They're trying to trace the smell. There's leaking in the washroom, there's a sneak in personnel. Somewhere in the corridors someone was heard to sneeze. Goodness me, could this be Industrial Disease?",
|
||||
|
|
@ -29123,7 +29123,7 @@
|
|||
"text": "Nothing comes from nothing, Thieflet; no story comes from nowhere; new stories are born from old - it is the new combinations that make them new.",
|
||||
"source": "Haroun and the Sea of Stories",
|
||||
"id": 5002,
|
||||
"length": 144
|
||||
"length": 145
|
||||
},
|
||||
{
|
||||
"text": "He knew what he knew: that the real world was full of magic, so magical worlds could easily be real.",
|
||||
|
|
@ -29854,7 +29854,7 @@
|
|||
{
|
||||
"text": "Alone now, I leaned over the edge of my boat and looked down to the bottom of the sea. The volcano was gone. The water's calm surface reflected the blue of the sky. Little waves - like silk pajamas fluttering in a breeze - lapped against the side of the boat. There was nothing else. I stretched out in the bottom of the boat and closed my eyes, waiting for the rising tide to carry me where I belonged.",
|
||||
"source": "Haruki Murakami - The Second Bakery Attack",
|
||||
"length": 401,
|
||||
"length": 403,
|
||||
"id": 5126
|
||||
},
|
||||
{
|
||||
|
|
@ -30280,7 +30280,7 @@
|
|||
{
|
||||
"text": "Old Took's great-grand-uncle Bullroarer... was so huge (for a hobbit) that he could ride a horse. He charged the ranks of the goblins of Mount Gram in the Battle of The Green Fields and knocked their king Golfimbul's head clean off with a wooden club. It sailed a hundred yards through the air and went down a rabbit-hole, and in this way, the battle was won and the game of Golf invented at the same moment.",
|
||||
"source": "J. R. R. Tolkien, The Hobbit",
|
||||
"length": 407,
|
||||
"length": 408,
|
||||
"id": 5202
|
||||
},
|
||||
{
|
||||
|
|
@ -33238,7 +33238,7 @@
|
|||
{
|
||||
"text": "Why not? Maybe she's right. Maybe I should've put it in the paper. I should've done something different. The thing is, if you just do stuff and nothing happens... what's it all mean? What's the point? Oh right, this whole thing is about self-acceptance. So I should just stop judging, and accept? So no matter what I do, hooray for me because I'm a great guy? It's all good? No matter how many dogs I kill, I just, what, do an inventory and accept? I mean, you back your truck over your own kid and you, like, accept? What a load of crap.",
|
||||
"source": "Breaking Bad",
|
||||
"length": 537,
|
||||
"length": 538,
|
||||
"id": 5758
|
||||
},
|
||||
{
|
||||
|
|
@ -33520,7 +33520,7 @@
|
|||
{
|
||||
"text": "Hello, hello? Uh, I wanted to record a message for you to help you get settled in on your first night. Um, I actually worked in that office before you. I'm finishing up my last week now, as a matter of fact. So, I know it can be a bit overwhelming, but I'm here to tell you there's nothing to worry about. Uh, you'll do fine. So, let's just focus on getting you through your first week. Okay? Uh, let's see, first there's an introductory greeting from the company that I'm supposed to read. Uh, it's kind of a legal thing, you know. Um, \"Welcome to Freddy Fazbear's Pizza. A magical place for kids and grown-ups alike, where fantasy and fun come to life. Fazbear Entertainment is not responsible for damage to property or person. Upon discovering that damage or death has occurred, a missing person report will be filed within 90 days, or as soon property and premises have been thoroughly cleaned and bleached, and the carpets have been replaced.\" Blah blah blah, now that might sound bad, I know, but there's really nothing to worry about. Uh, the animatronic characters here do get a bit quirky at night, but do I blame them? No. If I were forced to sing those same stupid songs for twenty years and I never got a bath? I'd probably be a bit irritable at night too. So, remember, these characters hold a special place in the hearts of children and we need to show them a little respect, right? Okay. So, just be aware, the characters do tend to wander a bit. Uh, they're left in some kind of free roaming mode at night. Uh... Something about their servos locking up if they get turned off for too long. Uh, they used to be allowed to walk around during the day too. But then there was The Bite of '87. Yeah. I-It's amazing that the human body can live without the frontal lobe, you know? Uh, now concerning your safety, the only real risk to you as a night watchman here, if any, is the fact that these characters, uh, if they happen to see you after hours probably won't recognize you as a person. They'll pr- they'll most likely see you as a metal endoskeleton without its costume on. Now since that's against the rules here at Freddy Fazbear's Pizza, they'll probably try to... forcefully stuff you inside a Freddy Fazbear suit. Um, now, that wouldn't be so bad if the suits themselves weren't filled with crossbeams, wires, and animatronic devices, especially around the facial area. So, you could imagine how having your head forcefully pressed inside one of those could cause a bit of discomfort... and death. Uh, the only parts of you that would likely see the light of day again would be your eyeballs and teeth when they pop out the front of the mask, heh. Y-Yeah, they don't tell you these things when you sign up. But hey, first day should be a breeze. I'll chat with you tomorrow. Uh, check those cameras, and remember to close the doors only if absolutely necessary. Gotta conserve power. Alright, good night.",
|
||||
"source": "Phone Guy - Five Nights at Freddy's",
|
||||
"length": 2923,
|
||||
"length": 2925,
|
||||
"id": 5807
|
||||
},
|
||||
{
|
||||
|
|
@ -33898,7 +33898,7 @@
|
|||
{
|
||||
"text": "In many ways, the work of a critic is easy. We risk very little, yet enjoy a position over those who offer up their work and their selves to our judgment. We thrive on negative criticism, which is fun to write and to read. But the bitter truth we critics must face, is that in the grand scheme of things, the average piece of junk is probably more meaningful than our criticism designating it so. But there are times when a critic truly risks something, and that is in the discovery and defense of the *new*. The world is often unkind to new talent, new creations. The new needs friends. Last night, I experienced something new: an extraordinary meal from a singularly unexpected source. To say that both the meal and its maker have challenged my preconceptions about fine cooking is a gross understatement. They have rocked me to my core. In the past, I have made no secret of my disdain for Chef Gusteau's famous motto, \"Anyone can cook.\" But I realize, only now do I truly understand what he meant. Not everyone can become a great artist; but a great artist can come from anywhere. It is difficult to imagine more humble origins than those of the genius now cooking at Gusteau's, who is, in this critic's opinion, nothing less than the finest chef in France. I will be returning to Gusteau's soon, hungry for more.",
|
||||
"source": "Ratatouille",
|
||||
"length": 1321,
|
||||
"length": 1317,
|
||||
"id": 5871
|
||||
},
|
||||
{
|
||||
|
|
@ -34180,7 +34180,7 @@
|
|||
{
|
||||
"text": "What do I do? System architecture. Networking and security. No one in this house can touch me on that. But does anyone appreciate that? While you were busy minoring in gender studies and singing a capella at Sarah Lawrence, I was gaining root access to NSA servers. I was one click away from starting a second Iranian Revolution. I prevent cross-site scripting, I monitor for DDoS attacks, emergency database rollbacks, and faulty transaction handlings. The Internet - heard of it? Transfers half a petabyte of data every minute. Do you have any idea how that happens? All those YouTube ones and zeroes streaming directly to your little smart phone day after day? Every joe who gets outraged if he can't get the new dubstep Skrillex remix in under 12 seconds? It's not magic, it's talent and sweat. People like me, ensuring your packets get delivered, un-sniffed. So what do I do? I make sure that one bad config on one key component doesn't bankrupt the entire company. That's what I do.",
|
||||
"source": "Bertram Gilfoyle - Silicon Valley",
|
||||
"length": 986,
|
||||
"length": 988,
|
||||
"id": 5920
|
||||
},
|
||||
{
|
||||
|
|
@ -34618,7 +34618,7 @@
|
|||
{
|
||||
"text": "But what did it matter, I thought as I closed my eyes, what does it matter, why not let it stay.",
|
||||
"source": "Cleanness - Garth Greenwell",
|
||||
"length": 99,
|
||||
"length": 96,
|
||||
"id": 6099
|
||||
},
|
||||
{
|
||||
|
|
@ -35038,7 +35038,7 @@
|
|||
{
|
||||
"text": "Do you take pride in your hurt? Does it make you seem large and tragic? Well, think about it. Maybe you're playing a part on a great stage with only yourself as audience.",
|
||||
"source": "East of Eden - John Steinbeck",
|
||||
"length": 173,
|
||||
"length": 170,
|
||||
"id": 6170
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,113 +1,101 @@
|
|||
{
|
||||
"language": "georgian",
|
||||
"groups": [
|
||||
[
|
||||
0,
|
||||
100
|
||||
],
|
||||
[
|
||||
101,
|
||||
300
|
||||
],
|
||||
[
|
||||
301,
|
||||
600
|
||||
],
|
||||
[
|
||||
601,
|
||||
9999
|
||||
]
|
||||
],
|
||||
"quotes": [
|
||||
{
|
||||
"text": "ძალზე ხშირად კარგ რამეებს საზიანო შედეგები მოაქვს. არის მრავალი მაგალითი იმისა, თუ როგორ გაანადგურა ფულმა ესა თუ ის ადამიანი, ანდა როგორ იმსხვერპლა ისინი გაბედულებამ.",
|
||||
"source": "არისტოტელე",
|
||||
"length": 166,
|
||||
"id": 1
|
||||
},
|
||||
{
|
||||
"text": "ანტიკური კანონები კვლავ დიდი ხნის განმავლობაში იქნება მოქმედებაში, მიუხედავად იმისა, რომ ხალხს აქვს მათი შეცვლის შესაძლებლობა.",
|
||||
"source": "არისტოტელე",
|
||||
"length": 126,
|
||||
"id": 2
|
||||
},
|
||||
{
|
||||
"text": "ზოგადად, ადამიანები აიძულებენ იმას, ვისაც ეპირფერებიან.",
|
||||
"source": "არისტოტელე",
|
||||
"length": 55,
|
||||
"id": 3
|
||||
},
|
||||
{
|
||||
"text": "ზოგჯერ თქმა სჯობს არა-თქმასა, ზოგჯერ თქმითაც დაშავდების.",
|
||||
"source": "ვეფხისტყაოსანი",
|
||||
"length": 56,
|
||||
"id": 4
|
||||
},
|
||||
{
|
||||
"text": "მომავალს ან წარსულს - იმ დროს, როცა აზრი თავისუფალი იქნება, როცა ადამიანები სხვადასხვანაირები იქნებიან და არ იქნებიან ეულნი, იმ დროს, როცა ჭეშმარიტება იარსებებს და ის, არც გაკეთდება, ვეღარ მოისპობა.",
|
||||
"source": "1984",
|
||||
"length": 198,
|
||||
"id": 5
|
||||
},
|
||||
{
|
||||
"text": "ძალაუფლება ნიშნავს ძალაუფლებას ადამიანებზე, მათ სხეულზეც რასაკვირველია, მაგრამ უწინარეს ყოვლისა, მათ გონებაზე.",
|
||||
"source": "1984",
|
||||
"length": 110,
|
||||
"id": 6
|
||||
},
|
||||
{
|
||||
"text": "მართალი ხარ, ჩემო ლუარსაბ, შენ კაცი არ მოგიკლავს, კაცისთვის არ მოგიპარავს, ერთის სიტყვით - რაც არ უნდა გექნა, არ გიქნია - ესეც კარგია: უარარაობას ეგა სჯობია. მაგრამ ეხლა ეს უნდა გკითხო: რაც უნდა გექნა, ის კი გიქნია?",
|
||||
"source": "კაცია ადამიანი?!",
|
||||
"length": 215,
|
||||
"id": 7
|
||||
},
|
||||
{
|
||||
"text": "ნამდვილი გულადობა მდგომარეობს არა იმაში, თუ როგორ წაართვა სიცოცხლე, არამედ იმაში, თუ როგორ შეუნარჩუნო.",
|
||||
"source": "ჰობიტი",
|
||||
"length": 102,
|
||||
"id": 8
|
||||
},
|
||||
{
|
||||
"text": "ერთხელ გაწვიმდა და არ წყდებოდა 4 თვის განმავლობაში. ამ დროს ჩვენ წვიმის ყველა სახეობას გავეცანით: სწორი წვიმა... ირიბი წვიმა... ჰორიზონტალური წვიმა. და ხანდახან წვიმდა პირიქით - ქვემოდან ზემოთ",
|
||||
"source": "ფორესტ გამპი",
|
||||
"length": 192,
|
||||
"id": 9
|
||||
},
|
||||
{
|
||||
"text": "ბევრი ამბობს, რომ მხოლოდ ინტელექტს შეუძლია მეცნიერებაში რაიმე ღირსეშანიშნავის გაკეთება. მაგრამ ისინი ცდებიან, ეს ყველაფერი ხასიათზეა დამოკიდებული.",
|
||||
"source": "ალებერტ აინშტაინი",
|
||||
"length": 146,
|
||||
"id": 10
|
||||
},
|
||||
{
|
||||
"text": "ერთ მშვენიერ დღეს, თუკი ადამიანი ნამდვილ სიყვარულს ამოფრქვევის საშუალებას მისცემს, დალაგებულ-მოწესრიგებული საგნებიც კი ქაოსში გაეხვევა. სამყარო კი მხოლოდ მაშინ გახდება ნამდვილი, როცა ადამიანი სიყვარულს ისწავლის. მანამდე კი მხოლოდ ერთი რწმენით შეგვიძლია ცხოვრება - რწმენით, თითქოს სიყვარულისა რამე გაგვეგებოდეს, არადა, მისი დაფასება ჯერაც ვერ გვისწავლია.",
|
||||
"source": "დანტე ალიგიერი",
|
||||
"length": 353,
|
||||
"id": 11
|
||||
},
|
||||
{
|
||||
"text": "ამ თამაშს ჩვენ ვერ მოვიგებთ, მაგრამ ზოგიერთი მარცხი სჯობს სხვა მარცხს.",
|
||||
"source": "1984",
|
||||
"length": 70,
|
||||
"id": 12
|
||||
},
|
||||
{
|
||||
"text": "ვინც წარსულს აკონტროლებს, ის აკონტროლებს მომავალს. ვინც აკონტროლებს აწმყოს, აკონტროლებს წარსულსაც",
|
||||
"source": "1984",
|
||||
"length": 97,
|
||||
"id": 13
|
||||
},
|
||||
{
|
||||
"text": "სარწმუნოება სინდისის, სასოების საქმეა და აქ ყველა თავისუფალია და ხელშეუხებელი",
|
||||
"source": "ილია ჭავჭავაძე",
|
||||
"length": 77,
|
||||
"id": 14
|
||||
},
|
||||
{
|
||||
"text": "ყველა ბედნიერი ოჯახი ერთმანეთსა ჰგავს, ყოველი უბედური ოჯახი თავისებურადაა უბედური.",
|
||||
"source": "ლევ ტოლსტოი",
|
||||
"length": 82,
|
||||
"id": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"language": "georgian",
|
||||
"groups": [
|
||||
[0, 100],
|
||||
[101, 300],
|
||||
[301, 600],
|
||||
[601, 9999]
|
||||
],
|
||||
"quotes": [
|
||||
{
|
||||
"text": "ძალზე ხშირად კარგ რამეებს საზიანო შედეგები მოაქვს. არის მრავალი მაგალითი იმისა, თუ როგორ გაანადგურა ფულმა ესა თუ ის ადამიანი, ანდა როგორ იმსხვერპლა ისინი გაბედულებამ.",
|
||||
"source": "არისტოტელე",
|
||||
"length": 166,
|
||||
"id": 1
|
||||
},
|
||||
{
|
||||
"text": "ანტიკური კანონები კვლავ დიდი ხნის განმავლობაში იქნება მოქმედებაში, მიუხედავად იმისა, რომ ხალხს აქვს მათი შეცვლის შესაძლებლობა.",
|
||||
"source": "არისტოტელე",
|
||||
"length": 126,
|
||||
"id": 2
|
||||
},
|
||||
{
|
||||
"text": "ზოგადად, ადამიანები აიძულებენ იმას, ვისაც ეპირფერებიან.",
|
||||
"source": "არისტოტელე",
|
||||
"length": 55,
|
||||
"id": 3
|
||||
},
|
||||
{
|
||||
"text": "ზოგჯერ თქმა სჯობს არა-თქმასა, ზოგჯერ თქმითაც დაშავდების.",
|
||||
"source": "ვეფხისტყაოსანი",
|
||||
"length": 56,
|
||||
"id": 4
|
||||
},
|
||||
{
|
||||
"text": "მომავალს ან წარსულს - იმ დროს, როცა აზრი თავისუფალი იქნება, როცა ადამიანები სხვადასხვანაირები იქნებიან და არ იქნებიან ეულნი, იმ დროს, როცა ჭეშმარიტება იარსებებს და ის, არც გაკეთდება, ვეღარ მოისპობა.",
|
||||
"source": "1984",
|
||||
"length": 198,
|
||||
"id": 5
|
||||
},
|
||||
{
|
||||
"text": "ძალაუფლება ნიშნავს ძალაუფლებას ადამიანებზე, მათ სხეულზეც რასაკვირველია, მაგრამ უწინარეს ყოვლისა, მათ გონებაზე.",
|
||||
"source": "1984",
|
||||
"length": 110,
|
||||
"id": 6
|
||||
},
|
||||
{
|
||||
"text": "მართალი ხარ, ჩემო ლუარსაბ, შენ კაცი არ მოგიკლავს, კაცისთვის არ მოგიპარავს, ერთის სიტყვით - რაც არ უნდა გექნა, არ გიქნია - ესეც კარგია: უარარაობას ეგა სჯობია. მაგრამ ეხლა ეს უნდა გკითხო: რაც უნდა გექნა, ის კი გიქნია?",
|
||||
"source": "კაცია ადამიანი?!",
|
||||
"length": 215,
|
||||
"id": 7
|
||||
},
|
||||
{
|
||||
"text": "ნამდვილი გულადობა მდგომარეობს არა იმაში, თუ როგორ წაართვა სიცოცხლე, არამედ იმაში, თუ როგორ შეუნარჩუნო.",
|
||||
"source": "ჰობიტი",
|
||||
"length": 102,
|
||||
"id": 8
|
||||
},
|
||||
{
|
||||
"text": "ერთხელ გაწვიმდა და არ წყდებოდა 4 თვის განმავლობაში. ამ დროს ჩვენ წვიმის ყველა სახეობას გავეცანით: სწორი წვიმა... ირიბი წვიმა... ჰორიზონტალური წვიმა. და ხანდახან წვიმდა პირიქით - ქვემოდან ზემოთ",
|
||||
"source": "ფორესტ გამპი",
|
||||
"length": 192,
|
||||
"id": 9
|
||||
},
|
||||
{
|
||||
"text": "ბევრი ამბობს, რომ მხოლოდ ინტელექტს შეუძლია მეცნიერებაში რაიმე ღირსეშანიშნავის გაკეთება. მაგრამ ისინი ცდებიან, ეს ყველაფერი ხასიათზეა დამოკიდებული.",
|
||||
"source": "ალებერტ აინშტაინი",
|
||||
"length": 146,
|
||||
"id": 10
|
||||
},
|
||||
{
|
||||
"text": "ერთ მშვენიერ დღეს, თუკი ადამიანი ნამდვილ სიყვარულს ამოფრქვევის საშუალებას მისცემს, დალაგებულ-მოწესრიგებული საგნებიც კი ქაოსში გაეხვევა. სამყარო კი მხოლოდ მაშინ გახდება ნამდვილი, როცა ადამიანი სიყვარულს ისწავლის. მანამდე კი მხოლოდ ერთი რწმენით შეგვიძლია ცხოვრება - რწმენით, თითქოს სიყვარულისა რამე გაგვეგებოდეს, არადა, მისი დაფასება ჯერაც ვერ გვისწავლია.",
|
||||
"source": "დანტე ალიგიერი",
|
||||
"length": 353,
|
||||
"id": 11
|
||||
},
|
||||
{
|
||||
"text": "ამ თამაშს ჩვენ ვერ მოვიგებთ, მაგრამ ზოგიერთი მარცხი სჯობს სხვა მარცხს.",
|
||||
"source": "1984",
|
||||
"length": 70,
|
||||
"id": 12
|
||||
},
|
||||
{
|
||||
"text": "ვინც წარსულს აკონტროლებს, ის აკონტროლებს მომავალს. ვინც აკონტროლებს აწმყოს, აკონტროლებს წარსულსაც",
|
||||
"source": "1984",
|
||||
"length": 97,
|
||||
"id": 13
|
||||
},
|
||||
{
|
||||
"text": "სარწმუნოება სინდისის, სასოების საქმეა და აქ ყველა თავისუფალია და ხელშეუხებელი",
|
||||
"source": "ილია ჭავჭავაძე",
|
||||
"length": 77,
|
||||
"id": 14
|
||||
},
|
||||
{
|
||||
"text": "ყველა ბედნიერი ოჯახი ერთმანეთსა ჰგავს, ყოველი უბედური ოჯახი თავისებურადაა უბედური.",
|
||||
"source": "ლევ ტოლსტოი",
|
||||
"length": 82,
|
||||
"id": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
{
|
||||
"text": "Glóð er enn í öskunni og flatbrauðssneið í töskunni. Lögg er enn í flöskunni. Við komum öskufullir heim.",
|
||||
"source": "Helgi Björns og reiðmenn vindanna - Ríðum sem fjandinn",
|
||||
"length": 103,
|
||||
"length": 104,
|
||||
"id": 16
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@
|
|||
{
|
||||
"text": "Eles estavam em frente à grade que cercava o pasto. Enquanto assistiam, um adestrador trabalhava com o árabe, usando uma corda para guiá-lo em círculos e fazer o oito. Atrás deles, o corretor rural olhava para o relógio de pulso, aguardando a decisão.",
|
||||
"source": "Chuck Palahniuk, Invente alguma coisa",
|
||||
"length": 250,
|
||||
"length": 251,
|
||||
"id": 23
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1613,7 +1613,7 @@
|
|||
"id": 271,
|
||||
"source": "Маккарти Кормак - Кони, кони..",
|
||||
"text": "Ещё не забрезжил рассвет, как до меня дошло: мне уже известно всё, что я пытаюсь понять. Мужество - это постоянство. Трус бежит в первую очередь от самого себя. После этого все прочие измены и предательства даются легко. Я понимала, что одним мужественный поступок даётся легче, чем другим, но я также понимала, что если поставить себе целью проявить мужество, то желание обязательно исполнится. Главное, было бы желание.. Порой само желание добиться цели равняется её достижению. Впрочем, многое, конечно, зависит от удачи.",
|
||||
"length": 525
|
||||
"length": 524
|
||||
},
|
||||
{
|
||||
"id": 272,
|
||||
|
|
@ -2549,7 +2549,7 @@
|
|||
"id": 431,
|
||||
"source": "Искандер Фазиль - Сандро из Чегема",
|
||||
"text": "- Друзья, не надо меня хвалить, - сказал Джамхух наставительно, - а то вы меня можете испортить... Я ведь тоже человек.",
|
||||
"length": 118
|
||||
"length": 119
|
||||
},
|
||||
{
|
||||
"id": 432,
|
||||
|
|
@ -3785,7 +3785,7 @@
|
|||
"id": 640,
|
||||
"source": "Миллер Джефри - Соблазняющий разум: Как выбор сексуального партнера повлиял на эволюцию человеческой природы",
|
||||
"text": "Представление о человеческом мозге как о вычислительной машине отвлекает внимание от вопросов эволюции, индивидуальных различий, мотивации, эмоций, творчества, социального взаимодействия, сексуальности, семейной жизни, культуры, статуса, денег, власти, рождения, взросления, болезней, безумия и смерти. И пока он игнорирует большую часть человеческой жизни, образ компьютера для человеческого мозга несостоятелен. Компьютеры созданы человеком для конкретных нужд, вроде роста акций Майкрософта. Компьютеры - это не независимые существа, которые развиваются, чтобы выживать и размножаться. Это делает компьютерную метафору неспособной помочь психологам опознать ментальные адаптации, которые развились под влиянием естественного и полового отбора. \"Обработка информации\" - не настоящая биологическая функция, это всего лишь грубая попытка обобщения широкого множества возможных биологических функций. Представление о человеческом мозге как о вычислительной машине игнорирует эволюцию, что делает бесполезным его использование в качестве основания для эволюционной психологии.",
|
||||
"length": 1073
|
||||
"length": 1074
|
||||
},
|
||||
{
|
||||
"id": 641,
|
||||
|
|
@ -4247,7 +4247,7 @@
|
|||
"id": 718,
|
||||
"source": "Казанцева Ася - Кто бы мог подумать! Как мозг заставляет нас делать глупости",
|
||||
"text": "Исследователи из Университета Оулу в Финляндии анализировали пищевые привычки 5150 людей, рожденных в 1966 году, с раннего детства и до достижения ими возраста 31 года. В ходе этой работы выяснилось, что среди людей, склонных \"заедать стресс\", разумеется, заметно шире распространено ожирение - причем разница в весе между теми, кто ест с горя, и теми, кто с горя теряет аппетит или ест как обычно, была особенно ярко выражена у женщин. А кроме этого, ученые нарисовали социально-психологический портрет тех, кто много ест во время стресса. Выяснилось, что к такому поведению особенно склонны неженатые мужчины, которые долго пробыли безработными. При этом забавная история получилась с образованием: меньше всего едят люди, которые окончили институт, а злоупотребляют пищей во время стресса не только люди, которые учились меньше, но и те, кто получил научную степень (правда, влияние образования не так существенно, как наличие партнера и удачная карьера). Для женщин все эти факторы играли несущественную роль, зато крайне важной была эмоциональная поддержка со стороны родственников и друзей: чем меньше они, по мнению женщины, её любят, тем больше она ест.",
|
||||
"length": 1162
|
||||
"length": 1161
|
||||
},
|
||||
{
|
||||
"id": 719,
|
||||
|
|
|
|||
|
|
@ -334,7 +334,7 @@
|
|||
{
|
||||
"text": "Señor, las tristezas no se hicieron para las bestias, sino para los hombres; pero si los hombres las sienten demasiado, se vuelven bestias.",
|
||||
"source": "Don Quijote de la Mancha, de Miguel de Cervantes",
|
||||
"length": 138,
|
||||
"length": 139,
|
||||
"id": 55
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue