impr(quotes): add quotes in various languages (sleeepstorm) (#4837)

* Added three Spanish quotes.

* Added 4 spanish quotes

* Update spanish.json

* Added a comma causing the failure

* Add 2 hindi quotes

* Add 2 Go Quotes

* Fixed length values on Go quotes.

* added a second hindi quote

* added comma
This commit is contained in:
Nikhil Harry 2024-01-08 06:17:39 -08:00 committed by GitHub
parent cc0f96f636
commit 4a4b54188e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 68 additions and 1 deletions

View file

@ -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
}
]
}

View file

@ -228,6 +228,18 @@
"source": "कबीर दास",
"length": 74,
"id": 37
},
{
"text": "जहाँ भी आज़ाद रूह की झलक पड़े समझना वह मेरा घर है।",
"source": "अमृता प्रीतम",
"length": 50,
"id": 38
},
{
"text": "अगर हम प्रतिबद्ध हैं, तो हम एक ऐसी दुनिया बना सकते हैं, जिसमें पूर्वाग्रह बहुत कम होगा, और परिणामस्वरूप संघर्ष भी बहुत कम होगा।",
"source": "सद्गुरु",
"length": 127,
"id": 39
}
]
}

View file

@ -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
}
]
}