mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
Merge branch 'master' of https://github.com/Miodec/monkey-type
This commit is contained in:
commit
cafd8009b0
3 changed files with 93 additions and 10 deletions
|
@ -1,10 +1,22 @@
|
|||
{
|
||||
"language": "code_javascript",
|
||||
"groups": [
|
||||
[0, 100],
|
||||
[101, 300],
|
||||
[301, 600],
|
||||
[601, 9999]
|
||||
[
|
||||
0,
|
||||
100
|
||||
],
|
||||
[
|
||||
101,
|
||||
300
|
||||
],
|
||||
[
|
||||
301,
|
||||
600
|
||||
],
|
||||
[
|
||||
601,
|
||||
9999
|
||||
]
|
||||
],
|
||||
"quotes": [
|
||||
{
|
||||
|
@ -12,6 +24,18 @@
|
|||
"source": "Monkeytype Sourcecode",
|
||||
"id": 1,
|
||||
"length": 64
|
||||
},
|
||||
{
|
||||
"text": "export function capitalizeFirstLetter(str) {\\n\\treturn str.charAt(0).toUpperCase() + str.slice(1);\\n}",
|
||||
"source": "Monkeytype Sourcecode",
|
||||
"length": 101,
|
||||
"id": 2
|
||||
},
|
||||
{
|
||||
"text": "export function roundTo2(num) {\\n\\treturn Math.round((num + Number.EPSILON) * 100) / 100;\\n}",
|
||||
"source": "Monkeytype Sourcecode",
|
||||
"length": 92,
|
||||
"id": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,10 +1,22 @@
|
|||
{
|
||||
"language": "english",
|
||||
"groups": [
|
||||
[0, 100],
|
||||
[101, 300],
|
||||
[301, 600],
|
||||
[601, 9999]
|
||||
[
|
||||
0,
|
||||
100
|
||||
],
|
||||
[
|
||||
101,
|
||||
300
|
||||
],
|
||||
[
|
||||
301,
|
||||
600
|
||||
],
|
||||
[
|
||||
601,
|
||||
9999
|
||||
]
|
||||
],
|
||||
"quotes": [
|
||||
{
|
||||
|
@ -30138,6 +30150,24 @@
|
|||
"source": "John Lennon",
|
||||
"length": 57,
|
||||
"id": 5074
|
||||
},
|
||||
{
|
||||
"text": "There comes a time when the world gets quiet and the only thing left is your own heart. So you'd better learn the sound of it. Otherwise you'll never understand what it's saying.",
|
||||
"source": "Sarah Dessen, Just Listen",
|
||||
"length": 178,
|
||||
"id": 5075
|
||||
},
|
||||
{
|
||||
"text": "This is the warship Rocinante. You're aware of our capabilities more than anyone. We're escorting a vessel of refugees away from your AO. Any ship that opens fire on us, will feel the sum total of our state-of-the-art Martian arsenal, rammed up its ass. We'll all die together. This is our only and final warning, stay clear.",
|
||||
"source": "The Expanse",
|
||||
"length": 325,
|
||||
"id": 5076
|
||||
},
|
||||
{
|
||||
"text": "Don't be pushed around by the fears in your mind. Be led by the dreams in your heart.",
|
||||
"source": "Roy T. Bennett, The Light in the Heart",
|
||||
"length": 85,
|
||||
"id": 5077
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
29
static/quotes/german.json
Normal file
29
static/quotes/german.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"language": "german",
|
||||
"groups": [
|
||||
[
|
||||
0,
|
||||
100
|
||||
],
|
||||
[
|
||||
101,
|
||||
300
|
||||
],
|
||||
[
|
||||
301,
|
||||
600
|
||||
],
|
||||
[
|
||||
601,
|
||||
9999
|
||||
]
|
||||
],
|
||||
"quotes": [
|
||||
{
|
||||
"text": "\"Das Internet der Dinge\", sagte Ogarew, \"ist ein Thema, das uns hier ganz besonders beschäftigt. Denn mit dem Web 4.0 kommt das Internet überallhin. Von Autos über TV bis hin zu Kinderspielzeug. Heute schon gibt es fünfzehn Milliarden vernetzte Geräte. 2020 wird es fünfzig Milliarden geben. Da muss alles von vornherein sicher sein. So wie Microsoft das früher gemacht hat, geht es heute nicht mehr. Erst mal auf den Markt bringen und dann nachträglich das Feuer Löschen.\" Er lächelte durch seinen grauen Bart hindurch. \"Gott durfte das noch. Er sah, dass es gut war. Und als es doch nicht gut war, kam die Sintflut. So eine Art Neustart. Aber eine Sintflut kann sich das Internet der Dinge nicht erlauben.\"",
|
||||
"source": "Dark Web: Thriller, Veit Etzold",
|
||||
"length": 708,
|
||||
"id": 1
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue