diff --git a/static/quotes/code_javascript.json b/static/quotes/code_javascript.json index 4db7a5825..e1a9fbcea 100644 --- a/static/quotes/code_javascript.json +++ b/static/quotes/code_javascript.json @@ -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 } ] -} +} \ No newline at end of file diff --git a/static/quotes/english.json b/static/quotes/english.json index 5ff69ca0b..c6a035ec9 100644 --- a/static/quotes/english.json +++ b/static/quotes/english.json @@ -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 } ] -} +} \ No newline at end of file diff --git a/static/quotes/german.json b/static/quotes/german.json new file mode 100644 index 000000000..e56398135 --- /dev/null +++ b/static/quotes/german.json @@ -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 + } + ] +} \ No newline at end of file