mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-18 14:55:34 +08:00
fix(quote): quote reports
This commit is contained in:
parent
fbe835b0a7
commit
7e40b31858
3 changed files with 3 additions and 16 deletions
|
|
@ -98,7 +98,7 @@
|
|||
"length": 738
|
||||
},
|
||||
{
|
||||
"text": "public int indexOf(int elem) {\n\tint index = 0;\n\tfor (Node curr = head; curr != null; curr = curr.getTail()) {\n\t \tif (curr.getElem() == elem) {\n\t\t\treturn index;\n\t\t} else {\n\t\t\tindex++;\n\t\t}\n\t}\n\treturn -1;\n}",
|
||||
"text": "public int indexOf(int elem) {\n\tint index = 0;\n\tfor (Node curr = head; curr != null; curr = curr.getTail()) {\n\t\tif (curr.getElem() == elem) {\n\t\t\treturn index;\n\t\t} else {\n\t\t\tindex++;\n\t\t}\n\t}\n\treturn -1;\n}",
|
||||
"source": "Get the Index of an Element in a Linked List",
|
||||
"id": 16,
|
||||
"length": 203
|
||||
|
|
|
|||
|
|
@ -14299,12 +14299,6 @@
|
|||
"id": 2509,
|
||||
"length": 291
|
||||
},
|
||||
{
|
||||
"text": "When a child enters school for the first time he will encounter many things with which he is unfamiliar. The schoolroom desk, some of the tables and cabinets, the blackboards, charts, and other classroom equipment may be entirely novel to him.",
|
||||
"source": "Improving Reading Skills",
|
||||
"id": 2510,
|
||||
"length": 243
|
||||
},
|
||||
{
|
||||
"text": "I've been quite open about this around the office: I don't want this parks department to build any parks, because I don't believe in government. I think that all government is a waste of taxpayer money. My dream is to have the park system privatized and run entirely for profit by corporations.",
|
||||
"source": "Parks and Recreation",
|
||||
|
|
@ -24961,12 +24955,6 @@
|
|||
"id": 4415,
|
||||
"length": 275
|
||||
},
|
||||
{
|
||||
"text": "I saw her today at the reception, a glass of wine in her hand. I knew she was gonna meet her connection. At her feet was footloose man.",
|
||||
"source": "You Can't Always Get What You Want",
|
||||
"id": 4416,
|
||||
"length": 135
|
||||
},
|
||||
{
|
||||
"text": "It is still early morning as I pass Denver on the I-70 and begin the steep climb up the Front Range. The unexpected mass of the mountains makes me feel I am putting a physical barrier between myself and the shifting spaces that connect me to my previous life as a high school English teacher in a small eastern city.",
|
||||
"source": "A Cup of Water",
|
||||
|
|
@ -38676,6 +38664,5 @@
|
|||
"length": 74,
|
||||
"id": 7004
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -332,7 +332,7 @@
|
|||
"id": 56
|
||||
},
|
||||
{
|
||||
"text": "Me pregunto si las estrellas se iluminan con el fin de que algún día, cada uno pueda encontrar la suya.",
|
||||
"text": "Me pregunto si las estrellas se iluminan con el fin de que, algún día, cada uno pueda encontrar la suya.",
|
||||
"source": "El Principito",
|
||||
"length": 103,
|
||||
"id": 57
|
||||
|
|
@ -674,7 +674,7 @@
|
|||
"id": 114
|
||||
},
|
||||
{
|
||||
"text": "Mi nombre es Yoshikage Kira. Tengo 33 años de edad. Mi casa está en la sección noreste de Morioh, donde están todas las villas, y no estoy casado. Trabajo como empleado para los grandes almacenes Kame Yu y llego a casa todos los días a las 8 p.m. como muy tarde. No fumo, pero bebo de vez en cuando. Me acuesto a las 11 p. m. y me aseguro de dormir ocho horas, pase lo que pase. Después de tomar un vaso de leche tibia y hacer unos veinte minutos de estiramientos antes de acostarme, no suelo tener problemas para dormir hasta la mañana. Al igual que un bebé, me despierto sin fatiga ni estrés por la mañana.",
|
||||
"text": "Mi nombre es Yoshikage Kira. Tengo 33 años de edad. Mi casa está en la sección noreste de Morioh, donde están todas las villas, y no estoy casado. Trabajo como empleado para los grandes almacenes Kame Yu y llego a casa todos los días a las 8 p.m. como muy tarde. No fumo, pero bebo de vez en cuando. Me acuesto a las 11 p.m. y me aseguro de dormir ocho horas, pase lo que pase. Después de tomar un vaso de leche tibia y hacer unos veinte minutos de estiramientos antes de acostarme, no suelo tener problemas para dormir hasta la mañana. Al igual que un bebé, me despierto sin fatiga ni estrés por la mañana.",
|
||||
"source": "Yoshikage Kira - Jojo's Bizzare Adventure",
|
||||
"length": 608,
|
||||
"id": 115
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue