Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Miodec/monkey-type
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Feb 12, 2021
2 parents 661433b + 9ec5ea3 commit 386e0b9
Show file tree
Hide file tree
Showing 7 changed files with 527 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/layouts.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ const layouts = {
keymapShowTopRow: false,
keys: [
"`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+",
"'\"", "gG", "hH", "mM", "zZ", "vV", "cC", "oO", "xX", "/?", "[{", "]}", "\\|",
"rR", "sS", "nN", "tT", "fF", "yY", "uU", "eE", "aA", "iI", ";:",
"\\|", "jJ", "bB", "lL", "dD", "kK", "wW", "pP", "qQ", ",<", ".>",
"wW", "gG", "hH", "mM", "kK", "qQ", "cC", "uU", "jJ", "'\"", "[{", "]}", "\\|",
"rR", "sS", "nN", "tT", "fF", "yY", "aA", "eE", "oO", "iI", ";:",
"\\|", "xX", "bB", "lL", "dD", "vV", "zZ", "pP", ",<", ".>", "/?",
" "
]
},
Expand Down
29 changes: 29 additions & 0 deletions static/quotes/dutch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"language": "dutch",
"groups": [
[
0,
100
],
[
101,
300
],
[
301,
600
],
[
601,
9999
]
],
"quotes": [
{
"text": "Je kunt beter struikelen op de goede weg, dan wandelen op de verkeerde weg.",
"source": "Visje",
"length": 75,
"id": 1
}
]
}
60 changes: 60 additions & 0 deletions static/quotes/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -31812,6 +31812,66 @@
"source": "Thomas McDade, Illinois Northwestern University",
"length": 743,
"id": 5353
},
{
"text": "There was a little boy who had a very bad temper. His father decided to give him a bag of nails and told him that every time he got upset, he had to drive a nail into the fence around his house. On the first day, the boy drove 37 nails into that fence. The boy gradually began to control his temper over the next several weeks, and the number of nails he was hammering into the fence slowly decreased. He found it easier to control his temper than to drive those nails into the fence. Finally, the day came when the boy did not bother. He told his father the news and the father suggested that the boy should now pull out a nail every day to keep his temper in check. Days passed and the boy was finally able to tell his father \"I finished pulling the nails out of the fence.\" The father took his son by the hand and led him to the fence. \"You have done well, my son, but look at the holes. The fence will never be the same. When you say things when you are angry, they leave a scar like this. No matter how many times you ask for forgiveness, since the wound is there.\"",
"source": "Nails In The Fence",
"length": 1070,
"id": 5354
},
{
"text": "You get anxious about confronting somebody in your life. That anxiety cripples you and you start wondering why you're anxious. Now you're becoming anxious about being anxious. Oh, no! Doubly anxious! Now you're anxious about your anxiety, which is causing more anxiety. Quick, where's the whiskey?",
"source": "Mark Manson, THE SUBTLE ART OF NOT GIVING A FUCK",
"length": 297,
"id": 5355
},
{
"text": "When I found out that we were going to the same junior high, I was elated. How could I find a way to talk to you? Maybe I'll go buy sandwiches everyday. But in the end, all I could do was watch you. After all, you guys were all too tight. There was no space for me to slip into.",
"source": "Your Lie In April",
"length": 278,
"id": 5356
},
{
"text": "Was I able to live inside someone's heart? Was I able to live inside your heart? Do you think you will remember me at least a little? You'd better not hit \"reset!\" Don't forget me, okay? That's a promise, okay? I'm glad it's you, after all. Will I reach you? I hope I can reach you.",
"source": "Your Lie In April",
"length": 282,
"id": 5357
},
{
"text": "She took his coat and hung it in the closet. Then she walked over and made the drinks, a strongish one for him, a weak one for herself; and soon she was back again in her chair with the sewing, and he in the other, opposite, holding the tall glass with both hands, rocking it so the ice cubes tinkled against the side.",
"source": "Lamb to the Slaughter",
"length": 318,
"id": 5358
},
{
"text": "The whole world's gone mad. They claim to be my dad's best friend, and want to help me with my revenge. Bizarre, isn't it? I'm handed everything, even the names of the men who stole the people I loved...",
"source": "91 days",
"length": 203,
"id": 5359
},
{
"text": "It is nice to be important, but it's more important to be nice.",
"source": "Roger Federer",
"length": 63,
"id": 5360
},
{
"text": "\"You can't step into the same river twice,\" Heraclitus is supposed to have said, to which one of his followers, Cratylus, is supposed to have replied, \"You can't step into the same river even once.\"",
"source": "Elizabeth Kolbert, Under a White Sky",
"length": 198,
"id": 5361
},
{
"text": "Dear Mario: Please come to the castle. I've baked a cake for you. Your's Truly- Princess Toadstool Peach",
"source": "Super Mario 64",
"length": 104,
"id": 5362
},
{
"text": "You have to do the things you don't want to do, before you can do the things you truly want to do.",
"source": "Chihayafuru",
"length": 98,
"id": 5363
}
]
}
Loading

0 comments on commit 386e0b9

Please sign in to comment.