Skip to content

Instantly share code, notes, and snippets.

View crtgregoric's full-sized avatar

Črt Gregorič crtgregoric

View GitHub Profile
[
{
"name": "Sofle",
"author": "Josef Adamcik",
"switchMount": "cherry"
},
[
{
"y": 0.2,
"x": 3,
@crtgregoric
crtgregoric / gist:b2c482705949efc6e0976082df8ddde8
Last active May 2, 2020 08:24
DispatchGroup explanation.
import Foundation
let g = DispatchGroup()
print("enter first")
g.enter()
DispatchQueue.main.asyncAfter(deadline: .now() + 3.0) {
print("leave first")
g.leave()
}
@crtgregoric
crtgregoric / ioslocaleidentifiers.csv
Last active July 2, 2017 18:33 — forked from jacobbubu/ioslocaleidentifiers.csv
iOS Locale Identifiers
Identifier string Country
mr Marathi
bs Bosnian
ee_TG Ewe (Togo)
ms Malay
kam_KE Kamba (Kenya)
mt Maltese
ha Hausa
es_HN Spanish (Honduras)
ml_IN Malayalam (India)