Merge pull request #1300 from monkeytypegeorge/master

Added more quotes
This commit is contained in:
Jack 2021-04-25 00:54:41 +01:00 committed by GitHub
commit 4f83b5c386
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 1353 additions and 1077 deletions

View file

@ -1,47 +1,52 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
title: ""
labels: bug
assignees: ''
assignees: ""
---
<!-- **DID YOU MAKE SURE TO CLEAR CACHE BEFORE OPENING AN ISSUE?**
Sometimes your browser has old files cached and the bug you are experiencing might be already fixed, or is just a side effect of a new update. If you don't know how to do that, this website should help: https://www.pcmag.com/how-to/how-to-clear-your-cache-on-any-browser -->
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
**Did it happen in incognito mode?**
<!-- Sometimes things work in incognito mode, which allows me to further track down the issue. -->
**To Reproduce**
<!-- Steps to reproduce the behavior: -->
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
**Screenshots**
<!-- If applicable, add screenshots to further help explain your problem. -->
**Desktop:** <!-- (if you encountered an issue while using Monkeytype on your computer please complete the following information) -->
- OS: [] <!-- e.g. Windows 10, MacOS, Linux-->
- Browser [] <!-- e.g. Chrome, Firefox, Safari, etc... -->
- Version [] <!-- e.g. 22 -->
- OS: [] <!-- e.g. Windows 10, MacOS, Linux-->
- Browser [] <!-- e.g. Chrome, Firefox, Safari, etc... -->
- Version [] <!-- e.g. 22 -->
**Smartphone:** <!-- (if you encountered an issue while using Monkeytype on your smartphone please complete the following information) -->
- Device: [] <!-- e.g. iPhone6, Google Pixel 4, etc... -->
- OS: [] <!-- e.g. IOS 8.1, Android 11, etc... -->
- Browser [] <!-- e.g. stock browser, Safari, Chrome -->
- Version [] <!-- e.g. 22 -->
- Device: [] <!-- e.g. iPhone6, Google Pixel 4, etc... -->
- OS: [] <!-- e.g. IOS 8.1, Android 11, etc... -->
- Browser [] <!-- e.g. stock browser, Safari, Chrome -->
- Version [] <!-- e.g. 22 -->
**Additional context**
<!-- Add any other context about the problem here. -->
<!-- Add any other context about the problem here. -->

View file

@ -1,10 +1,9 @@
---
name: Feature request
about: Please use GitHub Discussions https://github.com/Miodec/monkeytype/discussions
title: ''
labels: ''
assignees: ''
title: ""
labels: ""
assignees: ""
---
Please do not file an issue for feature requests, use [GitHub discussions (Discussions tab)](https://github.com/Miodec/monkeytype/discussions)

View file

@ -32,7 +32,6 @@ Monkeytype is a minimalistic, customisable typing test, featuring many test mode
On the [monkeytype Discord server](https://www.discord.gg/monkeytype), we added a Discord bot to autoassign roles on our server. You can find its code over at https://github.com/Miodec/monkey-bot
# Bug report or Feature request
If you encounter a bug, or have a feature request - [send me a message on Reddit](https://reddit.com/user/miodec), [create an issue](https://github.com/Miodec/monkeytype/issues), [create a discussion thread](https://github.com/Miodec/monkeytype/discussions), or [join the Discord server](https://www.discord.gg/monkeytype).
@ -56,5 +55,3 @@ All the [contributors](https://github.com/Miodec/monkeytype/graphs/contributors)
# Support
If you wish to support further development and feel extra awesome, you can do so [here](https://www.paypal.me/jackbartnik).

View file

@ -1,4 +1,3 @@
@media only screen and (max-width: 1050px) {
#centerContent {
.pageSettings .section.themes .buttons,
@ -9,8 +8,7 @@
.pageSettings .section.fontFamily .buttons,
.pageSettings .section.funbox .buttons,
.pageSettings .section.keymapStyle .buttons,
.pageSettings .section.languageGroups .buttons
{
.pageSettings .section.languageGroups .buttons {
grid-template-columns: 1fr 1fr 1fr;
}
@ -33,7 +31,7 @@
}
@media only screen and (max-width: 800px) {
.settingsGroup.quickNav{
.settingsGroup.quickNav {
display: none;
}
#centerContent {
@ -41,7 +39,7 @@
grid-template-areas:
"logo config"
"menu config";
grid-template-columns: auto auto;
grid-template-columns: auto auto;
.logo {
margin-bottom: 0;
}
@ -57,15 +55,15 @@
}
}
}
#bottom{
.leftright{
.left{
#bottom {
.leftright {
.left {
gap: 0.25rem 1rem;
display: grid;
grid-template-rows: 1fr 1fr;
grid-auto-flow: column;
}
.right{
.right {
display: grid;
grid-template-rows: 1fr 1fr;
gap: 0.25rem 1rem;
@ -73,9 +71,9 @@
}
}
.pageAbout .section .supporters, .pageAbout .section .contributors{
.pageAbout .section .supporters,
.pageAbout .section .contributors {
grid-template-columns: 1fr 1fr 1fr;
}
.pageSettings .section.customBackgroundFilter {
@ -132,7 +130,6 @@
}
}
#centerContent {
.pageSettings .section.themes .buttons,
.pageSettings .section.language .buttons,
@ -149,10 +146,11 @@
}
@media only screen and (max-width: 600px) {
.pageAbout .section .supporters, .pageAbout .section .contributors{
.pageAbout .section .supporters,
.pageAbout .section .contributors {
grid-template-columns: 1fr 1fr;
}
#top .logo .bottom{
#top .logo .bottom {
margin-top: 0;
}
#middle {
@ -177,10 +175,9 @@
}
}
@media only screen and (max-width: 500px) {
.pageAbout .section .supporters, .pageAbout .section .contributors{
.pageAbout .section .supporters,
.pageAbout .section .contributors {
grid-template-columns: 1fr 1fr;
}
@ -202,15 +199,15 @@
}
}
}
#bottom{
.leftright{
.left{
#bottom {
.leftright {
.left {
gap: 0.25rem 1rem;
display: grid;
grid-template-rows: 1fr 1fr 1fr;
grid-auto-flow: column;
}
.right{
.right {
display: grid;
grid-template-rows: 1fr 1fr 1fr;
gap: 0.25rem 1rem;
@ -237,30 +234,28 @@
}
@media only screen and (max-width: 400px) {
#top .logo .bottom{
#top .logo .bottom {
font-size: 1.5rem;
line-height: 1.5rem;
margin-top: 0;
}
#top .config {
grid-gap: .25rem;
.group .buttons{
font-size: .65rem;
line-height: .65rem;
grid-gap: 0.25rem;
.group .buttons {
font-size: 0.65rem;
line-height: 0.65rem;
}
}
#bottom{
font-size: .65rem;
#bottom {
font-size: 0.65rem;
}
#commandLine,
#commandLineInput {
width: 300px !important;
}
}
@media (hover: none) and (pointer: coarse) {

View file

@ -1475,7 +1475,11 @@
</div>
<div class="page pageAbout hidden">
<div class="created">
Created with love by Miodec. <a href="#supporters_title">Supported</a> and <a href="#contributors_title">expanded</a> by many awesome people. Launched on 15th of May, 2020.
Created with love by Miodec.
<a href="#supporters_title">Supported</a>
and
<a href="#contributors_title">expanded</a>
by many awesome people. Launched on 15th of May, 2020.
</div>
<div class="section">
<div class="title">about</div>
@ -1590,7 +1594,9 @@
the prototype of this website
</p>
<p>
<a href="#supporters_title">Supporters</a> who helped financially by donating, enabling optional ads or buying merch
<a href="#supporters_title">Supporters</a>
who helped financially by donating, enabling optional ads or
buying merch
</p>
<p>
<a
@ -4046,7 +4052,11 @@
</div>
<div>
<i class="fab fa-fw fa-discord"></i>
<a href="https://www.discord.gg/monkeytype" target="_blank" class="discordLink">
<a
href="https://www.discord.gg/monkeytype"
target="_blank"
class="discordLink"
>
Discord
</a>
</div>

View file

@ -147,7 +147,7 @@
"name": "maori",
"languages": ["maori_1k"]
},
{
{
"name": "catalan",
"languages": ["catalan", "catalan_1k"]
},

File diff suppressed because it is too large Load diff

View file

@ -50,4 +50,4 @@
"id": 7
}
]
}
}

View file

@ -14,16 +14,16 @@
"length": 89
},
{
"text": "def my_function(food):\\n\\tfor x in food:\\n\\t\\tprint(x)\\n\\nfruits = [\"apple\", \"banana\", \"cherry\"]\\nmy_function(fruits)",
"source": "w3schools - Python functions",
"id": 2,
"length": 117
"text": "def my_function(food):\\n\\tfor x in food:\\n\\t\\tprint(x)\\n\\nfruits = [\"apple\", \"banana\", \"cherry\"]\\nmy_function(fruits)",
"source": "w3schools - Python functions",
"id": 2,
"length": 117
},
{
"text": "f = open(\"demofile.txt\", \"r\")\\nprint(f.readline())\\nf.close()",
"source": "w3schools - Python Read File",
"id": 3,
"length": 61
"text": "f = open(\"demofile.txt\", \"r\")\\nprint(f.readline())\\nf.close()",
"source": "w3schools - Python Read File",
"id": 3,
"length": 61
},
{
"text": "def solveSudoku(sudoku, i=0, j=0):\\n\\ti, j = findNextCellToFill(sudoku)\\n\\tif i == -1:\\n\\t\\treturn True\\n\\tfor e in range(1, 10):\\n\\t\\tif isValid(sudoku, i, j, e):\\n\\t\\t\\tsudoku[i][j] = e\\n\\t\\t\\tif solveSudoku(sudoku, i, j):\\n\\t\\t\\t\\treturn True\\n\\t\\t\\tsudoku[i][j] = 0\\n\\treturn False",
@ -44,4 +44,4 @@
"length": 178
}
]
}
}

View file

@ -32746,6 +32746,162 @@
"source": "Power, Tariq St Patrick , James St Patrick",
"length": 483,
"id": 5508
},
{
"text": "Mental? Well, let me tell you something, Mr. 100% Tip-Top Mental. My daughter may be no spring chicken, and her jaw may crack when she chews, and she may have noticeable trouble digesting raw vegetables. But one thing she is not, is mental!",
"source": "Sophia Petrillo, The Golden Girls",
"length": 240,
"id": 5509
},
{
"text": "Picture this. Two young girls, best friends, who share three things: some dough and a dream. Everything is going great, until one day, a fast-talking pepperoni salesman gallops into town. Of course, both girls are impressed. He dates one one night, and the other the next night. Pretty soon, he drives a wedge between them. Before you know it, the pizza suffers, the business suffers, the friendship suffers. The girls part company and head for America, never to see one another again. Rose, one of those girls was me. The other one, you probably know as Mama Celeste.",
"source": "Sophia Petrillo, The Golden Girls",
"length": 568,
"id": 5510
},
{
"text": "No, Blanche. I'm not going to let you do that. I've been doing a lot of thinking. If, after all the years of love and companionship, Fernando and I are meant to part company, I'll just have to accept that. Time to time, life deals you an unfriendly hand; there's nothing you can do about it. I guess there's a lesson to be learned here. Sometimes life just isn't fair, kiddo.",
"source": "Rose Nylund, The Golden Girls",
"length": 375,
"id": 5511
},
{
"text": "The most romantic thing was when Stan proposed. I went to the powder room, and when I returned to the table, there was an open bottle of Dom Perignon and two filled glasses. We clinked the glasses in a toast and Stan gave me a coy smile, and I winked at him and I just downed the champagne in one gulp. And it didn't go down smoothly. Later, Stan told me that he put my engagement ring in the bottom of the glass.",
"source": "Dorothy Zbornak, The Golden Girls",
"length": 413,
"id": 5512
},
{
"text": "The serum amplifies everything that is inside, so good becomes great; bad becomes worse. This is why you were chosen. Because the strong man who has known power all his life, may lose respect for that power, but a weak man knows the value of strength, and knows compassion.",
"source": "Abraham Erskine, Captain America: The First Avenger",
"length": 273,
"id": 5513
},
{
"text": "I don't want to kill anyone. I don't like bullies; I don't care where they're from.",
"source": "Steve Rogers, Captain America: The First Avenger",
"length": 83,
"id": 5514
},
{
"text": "Let me tell you a story. Picture it: Sicily, 1922. An attractive peasant girl who has saved her lira embarks on a glorious vacation to a Crimean resort on the Black Sea. For weeks, she frolics at the seaside resorts, and enjoys the company of many young men, all of whom adore her. When it's time to return to Sicily, three different suitors beg her to stay. But she can't decide who to choose, so she chooses none of them. But she agrees to meet with them at the same resort many years later. To her trio of suitors, that eventful gathering was referred to as \"Rendezvous with Sophia.\" But to the rest of the world, it was better known as the Yalta Conference.",
"source": "Sophia Petrillo, The Golden Girls",
"length": 661,
"id": 5515
},
{
"text": "I'm not gonna kill myself because if my depression wants me dead THAT badly it's gonna have to start shutting my organs down like a REAL disease instead of being a coward and hiding in my brain and trying to get ME to do it's dirty work for it!",
"source": "scottishsafehouse - Tumblr",
"length": 244,
"id": 5516
},
{
"text": "Human touch. Our first form of communication. Safety, security, comfort, all in the gentle caress of a finger. Or the brush of lips on a soft cheek. It connects us when we're happy, bolsters us in times of fear, excites us in times of passion and love. We need that touch from the one we love, almost as much as we need air to breathe. But I never understood the importance of touch. His touch. Until I couldn't have it. So if you're watching this, and you're able, touch him. Touch her. Life's too short to waste a second.",
"source": "Five Feet Apart",
"length": 523,
"id": 5517
},
{
"text": "Tom, don't let anybody kid you. It's all personal, every bit of business. Every piece of shit every man has to eat every day of his life is personal. They call it business. OK. But it's personal as hell. You know where I learned that from? The Don. My old man. The Godfather. If a bolt of lightning hit a friend of his the old man would take it personal. He took my going into the Marines personal. That's what makes him great. The Great Don. He takes everything personal Like God. He knows every feather that falls from the tail of a sparrow or however the hell it goes? Right? And you know something? Accidents don't happen to people who take accidents as a personal insult.",
"source": "The Godfather",
"length": 677,
"id": 5518
},
{
"text": "One of the main differences between introverts and extroverts is that extroverts get their energy from hanging out with other people, and introverts are mentally ill.",
"source": "Exurb1a",
"length": 166,
"id": 5519
},
{
"text": "Unfortunately, my birthday has always been the lousiest day of the year. It all began on the day of my actual birth... both of my parents failed to show up. By the age of 5, I was forced to throw my own surprise party at Gunther Goat Cheese's: the goat-cheesiest place in all of Drusselstein. Many of my closest friends were there: Count Wolfgang, Betty the She-Boar, Ratputin, and the licekins, Olga and Chicago Joe. But one should never walk the paths of Drusselstein with uncovered doonkleberry cake, lest the doonkleberry bats swarm.",
"source": "Dr. Doofenshmirtz, Phineas and Ferb",
"length": 538,
"id": 5520
},
{
"text": "I believe there's a hero in all of us that keeps us honest, gives us strength, makes us noble, and finally allows us to die with pride, even though sometimes we have to be steady and give up the things we want the most, even our dreams.",
"source": "Aunt May, *Spider-Man 2*",
"length": 236,
"id": 5521
},
{
"text": "I play Russian roulette every day, a man's sport with the bullet called life. Yeah, mama called life. Yeah and every time I try to go where I really want to be, it's already where I am, 'cause I'm already there!",
"source": "Sugar, System of a Down",
"length": 211,
"id": 5522
},
{
"text": "Back in Gimmelshtump in the days of my youth, the Doofenshmirtzes were a proud family. But those were lean times for my father, and our beloved lawn gnome was repossessed. Who would protect our zatzenfruit garden from those witches, spells, and wood trolls? From a tender age, my father decided that it would be me. While the other children played Kick-the-Shtumpel and ate doonkelberries, I would stand for hours. All through the cold night as the spitzenhound howled, my only companion was the moon. And my neighbor Kenny. And since my lawn gnome was taken away from me, I will destroy every lawn gnome in the entire tri-state area!",
"source": "Heinz Doofenshmirtz, Phineas and Ferb",
"length": 634,
"id": 5523
},
{
"text": "A good brass player spends many hours in front of a mirror watching and listening. A good rule to follow is to form the embouchure so that all the muscles around the aperture are working in unison. Picture a fireman's net - the center being the aperture of your embouchure. Around this net are eight firemen pulling out from the center to keep the net taut. Think of your muscles working in this same way to preserve the stability and openness of the aperture. Keep a close eye on the area just below the bottom lip, the goal being to have as little movement as possible and to maintain a flat chin. In addition, try to form your embouchure away from the mouthpiece and the instrument. A good brass player knows how to do this.",
"source": "Joseph Alessi, Arban Complete Method for Trombone and Euphonium",
"length": 727,
"id": 5524
},
{
"text": "Assist Mode allows you to modify the game's rules to fit your specific needs. This includes options such as slowing the game speed, granting yourself invincibility or infinite stamina, and skipping chapters entirely. Celeste is intended to be a challenging and rewarding experience. If the default game proves inaccessible to you, we hope that you can still find that experience with Assist Mode. Would you like to play with Assist Mode?",
"source": "Celeste",
"length": 437,
"id": 5525
},
{
"text": "When I was young, I entered a science fair with my very first Inator. I wasn't very clever with the names yet. It was just, you know, \"Inator.\" Just as I was about to demonstrate my invention to the judges, a kid with a baking soda volcano stole the show! The next year I tried again with my Even-Bigger-Inator. And again, my thunder was stolen by a baking soda volcano! I had enough of science. I decided to devote my life to poetry instead. Yet curiously, I still lost to a baking soda volcano!",
"source": "Heinz Doofenshmirtz, Phineas and Ferb",
"length": 496,
"id": 5526
},
{
"text": "Back in Gimmelshtump, in the depths of my childhood, my parents were expecting a brand new baby girl. My mother spent months knitting pretty dresses. Unfortunately the baby turned out to be a boy, and because we were out of material, I was forced to wear those same dresses for an entire year, drawing mockery and scorn from all of my manly classmates!",
"source": "Heinz Doofenshmirtz, Phineas and Ferb",
"length": 352,
"id": 5527
},
{
"text": "Wonder if I gave an Oreo to the Big Bad Wolf. How would the story go? Would he still go huff and puff? Or would he bring those pigs cool stuff to decorate the deck he helped them build? Would they not get killed? Wonder if I gave an Oreo to a vampire in a creepy show. Would he not act so undead? Would he thirst for milk instead? I've just got this feeling that it might work out all right. 'Cause cream does wondrous things inside a chocolate sandwich dream. If I gave 'em to great white sharks, would they share 'em with baby seals? Would they call up a giant squid for a friendly meal?",
"source": "Oreo Wonderfilled Anthem",
"length": 589,
"id": 5528
},
{
"text": "I'm not the sweet, forebearing guy that I try to make out that I am. I get irritated at things. I feel like snapping at people, and I feel like being selfish at times; and I don't know why I should pretend I'm not that way.",
"source": "Carl Rogers, On Becoming a Person",
"length": 223,
"id": 5529
},
{
"text": "We as a nation are slowly realizing our enormous strength, and the power and responsibility which go with that strength. We are moving, somewhat ignorantly and clumsily, toward accepting a position of responsible world leadership. We make many mistakes. We are often inconsistent. We are far from perfect. We are deeply frightened by the strength of Communism, a view of life different from our own.",
"source": "Carl Rogers, On Becoming a Person",
"length": 399,
"id": 5530
},
{
"text": "The FitnessGram Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter pacer test will begin in 30 seconds. Line up at the start. The running speed starts slowly, but gets faster each minute after you hear this signal. [beep] A single lap should be completed each time you hear this sound. [ding] Remember to run in a straight line, and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark, get ready, start.",
"source": "The Cooper Institute",
"length": 575,
"id": 5531
},
{
"text": "I have little sympathy with the rather prevalent concept that man is basically irrational, and that his impulses, if not controlled, will lead to destruction of others and self. Man's behavior is exquisitely rational, moving with subtle and ordered complexity toward the goals his organism is endeavoring to achieve. The tragedy for most of us is that our defenses keep us from being aware of this rationality, so that conciously we are moving in one direction, while organismically we are moving in another.",
"source": "Carl Rogers, On Becoming a Person",
"length": 508,
"id": 5532
},
{
"text": "Often the learnings take such simple forms as \"I am different from others\"; \"I do feel hatred for him\"; \"I am fearful of feeling dependent\"; \"I do feel sorry for myself\"; \"I am self-centered\"; \"I do have tender and loving feelings\"; \"I could be what I want to be\"; etc. But in spite of their seeming simplicity these learnings are vastly significant in some new way which is very difficult to define. We can think of it in various ways. They are self-appropriated learnings, for one thing, based somehow in experience, not in symbols.",
"source": "Carl Rogers, On Becoming a Person",
"length": 534,
"id": 5533
},
{
"text": "How can you know that this account, or any account given at a previous or later time, is true? How do you know that it has any relationship to reality? If we are to rely on this inner and subjective experience as being the truth about human relationships or about ways of altering personality, then Yogi, Christian Science, dianetics, and the delusions of a psychotic individual who believes himself to be Jesus Christ, are all true, just as true as this account.",
"source": "Carl Rogers, On Becoming a Person",
"length": 463,
"id": 5534
}
]
}

View file

@ -42,6 +42,18 @@
"source": "Tatsulok, Bamboo",
"length": 232,
"id": 4
},
{
"text": "Bahay namin maliit lamang, pero pero pero malinis 'to pati sa kusina. Kumain man kami laging sama-sama. Pen-pen-pen de sarapen de kutsilyo de almasen. Haw-haw-haw de karabaw de karabaw de batuten. Pengeng singko pambilbi ng puto sa mga tindera ng bitsu-bitsu. Skyflakes, coke 500 pahingi ng kiss. Pambayad mo sa jeepney kulang pa ng diyes.",
"source": "Toyang, Eraserheads",
"length": 339,
"id": 5
},
{
"text": "Hoy, Pinoy ako, buo aking loob may agimat ang dugo ko.",
"source": "Noypi, Bamboo",
"length": 54,
"id": 6
}
]
}

View file

@ -164,4 +164,4 @@
"id": 25
}
]
}
}

View file

@ -744,6 +744,48 @@
"source": "Robert August Bosch",
"length": 257,
"id": 121
},
{
"text": "Es ist eine gefährliche Sache, Frodo, aus deiner Tür hinauszugehen. Du betrittst die Straße, und wenn du nicht auf deine Füße aufpasst, kann man nicht wissen, wohin sie dich tragen.",
"source": "Derr Herr der Ringe",
"length": 181,
"id": 122
},
{
"text": "Ich bin ein Diener des geheimen Feuers, Gebieter über die Flamme von Anor. Das dunkle Feuer wird dir nichts nützen, Flamme von Udun. Zurück zu den Schatten! Du kannst nicht vorbei!",
"source": "Der Herr der Ringe",
"length": 180,
"id": 123
},
{
"text": "Mir ist ein schöner Schluss für mein Buch eingefallen: Und so lebte er vergnügt bis ans Ende seiner Tage.",
"source": "Der Herr der Ringe",
"length": 105,
"id": 124
},
{
"text": "Ich kenne die Hälfte von euch nicht halb so gut, wie ich es gern möchte, und ich mag weniger als die Hälfte von euch auch nur halb so gern, wie ihr es verdient.",
"source": "Der Herr der Ringe",
"length": 160,
"id": 125
},
{
"text": "Viele, die leben verdienen den Tod. Und manche, die sterben, verdienen das Leben. Kannst du es ihnen geben? Dann sei auch nicht so rasch mit einem Todesurteil bei der Hand.",
"source": "Der Herr der Ringe",
"length": 172,
"id": 126
},
{
"text": "Das ist wie in den großen Geschichten, Herr Frodo, in denen, die wirklich wichtig waren. Voller Dunkelheit und Gefahren waren sie. Und manchmal wollte man das Ende gar nicht wissen, denn wie könnte so eine Geschichte gut ausgehen? Wie könnte die Welt wieder so wie vorher werden, wenn so viel Schlimmes passiert ist? Aber letzten Endes geht auch er vorüber, dieser Schatten. Selbst die Dunkelheit muss weichen. Ein neuer Tag wird kommen und wenn die Sonne scheint, wird sie umso heller scheinen. Das waren die Geschichten, die einem im Gedächtnis bleiben, selbst, wenn man noch zu klein war, um sie zu verstehen. Aber ich glaube, Herr Frodo, ich versteh' jetzt. Ich weiß jetzt: Die Leute in diesen Geschichten hatten stets die Gelegenheit umzukehren, nur taten sie's nicht. Sie gingen weiter, weil sie an irgendetwas geglaubt haben! Es gibt etwas Gutes in dieser Welt, Herr Frodo und dafür lohnt es sich zu kämpfen.",
"source": "Der Herr der Ringe",
"length": 915,
"id": 127
},
{
"text": "Die Macht ist keine Fähigkeit, die man besitzt. Es geht nicht darum, Steine hochzuheben. Es ist ein Energiefeld zwischen allen Dingen - eine Spannung, oder ein Gleichgewicht, dass die Galaxis zusammenhält.",
"source": "Star Wars Episode 8 Die letzten Jedi",
"length": 205,
"id": 128
}
]
}

View file

@ -1,10 +1,22 @@
{
"language": "portuguese",
"groups": [
[0, 100],
[101, 300],
[301, 600],
[601, 9999]
[
0,
100
],
[
101,
300
],
[
301,
600
],
[
601,
9999
]
],
"quotes": [
{
@ -132,6 +144,18 @@
"source": "João Guimarães Rosa",
"length": 31,
"id": 20
},
{
"text": "O amor romântico é como um traje, que, como não é eterno, dura tanto quanto dura; e, em breve, sob a veste do ideal que formamos, que se esfacela, surge o corpo real da pessoa humana, em que o vestimos. O amor romântico, portanto, é um caminho de desilusão. Só o não é quando a desilusão, aceite desde o princípio, decide variar de ideal constantemente, tecer constantemente, nas oficinas da alma, novos trajes, com que constantemente se renove o aspecto da criatura, por eles vestida.",
"source": "Fernando Pessoa",
"length": 485,
"id": 21
},
{
"text": "Olhei pro céu além da fumaça cheia de gordura humana e Deus não estava lá. A escuridão fria e sufocante prossegue eternamente e a gente está sozinho. Levamos a vida sem nada melhor pra fazer. A razão, inventamos depois. Nascemos do nada, temos filhos condenados ao inferno como nós, voltamos ao nada. Só existe isso.",
"source": "Alan Moore, Watchmen",
"length": 316,
"id": 22
}
]
}
}

View file

@ -210,6 +210,42 @@
"source": "Gerónimo Benavides \"Momo\"",
"length": 56,
"id": 32
},
{
"text": "Sin embargo, frente a la opresión, el saqueo y el abandono, nuestra respuesta es la vida. Ni los diluvios ni las pestes, ni las hambrunas ni los cataclismos, ni siquiera las guerras eternas a través de los siglos y los siglos han conseguido reducir la ventaja tenaz de la vida sobre la muerte.",
"source": "Gabriel García Marquéz, La soledad de América Latina",
"length": 293,
"id": 33
},
{
"text": "Vine a Comala porque me dijeron que acá vivía mi padre, un tal Pedro Páramo.",
"source": "Juan Rulfo, Pedro Páramo",
"length": 76,
"id": 34
},
{
"text": "La simplicidad es la máxima sofisticación.",
"source": "Leonardo Da Vinci",
"length": 42,
"id": 35
},
{
"text": "Sentí cuando cayó en mis manos el hilito de sangre con que estaba amarrada a mi corazón.",
"source": "Juan Rulfo, Pedro Páramo",
"length": 88,
"id": 36
},
{
"text": "No es lo que no sabes lo que te mete en problemas, es lo que sabes con certeza que simplemente no es así",
"source": "Mark Twain",
"length": 104,
"id": 37
},
{
"text": "Aquel que no entiende tus silencios, lo más seguro es que tampoco entienda tus palabras.",
"source": "Elbert Hubbard",
"length": 88,
"id": 38
}
]
}