From 931f56f2b9641e0e014c3d5833e70506848ad6db Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 17 Nov 2023 14:33:57 +0000 Subject: [PATCH] chore: quote lengths script --- frontend/static/quotes/code_java.json | 2 +- frontend/static/quotes/hebrew.json | 8 ++++---- frontend/static/quotes/spanish.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/static/quotes/code_java.json b/frontend/static/quotes/code_java.json index ce5edfb2a..d0a4af3db 100644 --- a/frontend/static/quotes/code_java.json +++ b/frontend/static/quotes/code_java.json @@ -101,7 +101,7 @@ "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 + "length": 202 }, { "text": "public void setTail(Node curr, Node next) {\n\tif (curr == null) {\n\t\tnext.setNext(head);\n\t\thead = next;\n\t} else {\n\t\tnext.setNext(curr.getNext());\n\t\tcurr.setNext(next);\n\t}\n\tnumNodes++;\n}", diff --git a/frontend/static/quotes/hebrew.json b/frontend/static/quotes/hebrew.json index e62698c14..b3ec92e6c 100644 --- a/frontend/static/quotes/hebrew.json +++ b/frontend/static/quotes/hebrew.json @@ -158,10 +158,10 @@ "id": 25 }, { - "text":"האמת... האמת היא דבר יפה ונורא, ולפיכך יש לטפל בה במירב הזהירות.", - "source":"אלבוס דמבלדור (הארי פוטר ואבן החכמים)", - "length":64, - "id":26 + "text": "האמת... האמת היא דבר יפה ונורא, ולפיכך יש לטפל בה במירב הזהירות.", + "source": "אלבוס דמבלדור (הארי פוטר ואבן החכמים)", + "length": 64, + "id": 26 }, { "text": "לעולם אל תבטחי במשהו שחושב בכוחות עצמו אם את לא יודעת איפה הוא מחזיק את המוח שלו.", diff --git a/frontend/static/quotes/spanish.json b/frontend/static/quotes/spanish.json index 5db812bfa..28b40b4c6 100644 --- a/frontend/static/quotes/spanish.json +++ b/frontend/static/quotes/spanish.json @@ -334,7 +334,7 @@ { "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, + "length": 104, "id": 57 }, { @@ -676,7 +676,7 @@ { "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, + "length": 607, "id": 115 }, {