diff --git a/frontend/static/quotes/code_go.json b/frontend/static/quotes/code_go.json index 888451480..a7c9fe9bc 100644 --- a/frontend/static/quotes/code_go.json +++ b/frontend/static/quotes/code_go.json @@ -306,6 +306,18 @@ "source": "tmrts/go-patterns - concurrency/bounded_parallelism.go", "length": 348, "id": 50 + }, + { + "text": "var freeList = make(chan *Buffer, 100)\n var serverChan = make(chan *Buffer)\n func client() {\n for {\n var b *Buffer\n select {\n case b = <-freeList:\n default:\n b = new(Buffer)\n }\n load(b)\n serverChan <- b\n }\n }", + "source": "Go Documentation - Paralells", + "length": 208, + "id": 51 + }, + { + "text": "package main\n import (\n 'flag'\n 'html/template'\n 'log'\n 'net/http'\n )\n var addr = flag.String('addr', ':1718', 'http service address')\n var templ = template.Must(template.New('qr').Parse(templateStr))\n func main() { \nflag.Parse()\n http.Handle('/', http.HandlerFunc(QR))\n err := http.ListenAndServe(*addr, nil)\n if err != nil { \nlog.Fatal('ListenAndServe:', err)\n }\n }\n func QR(w http.ResponseWriter, req *http.Request) {\n templ.Execute(w, req.FormValue('s'))\n }", + "source": "Go Documentation - Paralells", + "length": 461, + "id": 52 } ] } diff --git a/frontend/static/quotes/hindi.json b/frontend/static/quotes/hindi.json index 38a986f66..393a730c9 100644 --- a/frontend/static/quotes/hindi.json +++ b/frontend/static/quotes/hindi.json @@ -228,6 +228,18 @@ "source": "कबीर दास", "length": 74, "id": 37 + }, + { + "text": "जहाँ भी आज़ाद रूह की झलक पड़े समझना वह मेरा घर है।", + "source": "अमृता प्रीतम", + "length": 50, + "id": 38 + }, + { + "text": "अगर हम प्रतिबद्ध हैं, तो हम एक ऐसी दुनिया बना सकते हैं, जिसमें पूर्वाग्रह बहुत कम होगा, और परिणामस्वरूप संघर्ष भी बहुत कम होगा।", + "source": "सद्गुरु", + "length": 127, + "id": 39 } ] } diff --git a/frontend/static/quotes/spanish.json b/frontend/static/quotes/spanish.json index 68967dd23..468846ebe 100644 --- a/frontend/static/quotes/spanish.json +++ b/frontend/static/quotes/spanish.json @@ -857,7 +857,50 @@ "text": "Este es mi gusto, no un buen gusto, no un mal gusto, pero sí mi gusto, del cual no me avergüenzo ni lo oculto. Este es mi camino, ¿dónde está el suyo?", "source": "Friedrich Nietzsche", "length": 150, - "id": 159 + "id": 149 + }, + { + "text": "Errar es humano, pero más lo es culpar de ello a otros", + "source": "Baltasar Gracián", + "length": 54, + "id": 150 + }, + { + "text": "El pesimista se queja del viento, el optimista espera que este cambie, pero el realista ajusta las velas.", + "source": "William Wars", + "length": 105, + "id": 151 + }, + { + "text": "Si haces lo que siempre has hecho, obtendrás lo que siempre has conseguido. No es lo que hacemos de vez en cuando lo que da forma a nuestras vidas, sino lo que hacemos constantemente.", + "source": "Tony Robbins", + "length": 183, + "id": 152 + }, + { + "text": "Algo malo debe de tener el trabajo o los ricos ya lo habrían acaparado.", + "source": "Cantinflas", + "length": 71, + "id": 153 + }, + { + "text": "La vida es como montar en bicicleta . Para mantener el equilibrio tienes que avanza.", + "source": "Albert Einstein", + "length": 84, + "id": 154 + }, + { + "text": "Qué maravilloso es que nadie tenga que esperar ni un segundo para empezar a mejorar el mundo.", + "source": "Anne Frank", + "length": 93, + "id": 155 + }, + { + "text": "La felicidad es interior, no exterior; por lo tanto, no depende de lo que tenemos, sino de lo que somos.", + "source": "Pablo Neruda", + "length": 104, + "id": 156 } + ] }