Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/x86-39/x86-39

README bio
https://github.com/x86-39/x86-39

Last synced: about 4 hours ago
JSON representation

README bio

Awesome Lists containing this project

README

        

  𝅺𝅺 
About me

```kotlin
object Me {
val names = arrayOf(
"Emilia", "Jasmine")

val pronouns = arrayOf(
"They/Them", "She/Her")

val tz = TimeZone.
getTimeZone("Europe/Amsterdam")

fun pronounceGIF(): String {
val pronunciations = arrayOf(
"Ο‡Ιͺf", "Gif", "Jif", "Yif")

return pronunciations[Random()
.nextInt(pronunciations.size)]
}
}

```