Skip to content
View x86-39's full-sized avatar

Highlights

  • Pro

Organizations

@bottom-software-foundation @Queercraft @tonetag @39systems @39software @39services @39school

Block or report x86-39

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
x86-39/README.md

  𝅺𝅺  About me

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

Pinned Loading

  1. 39systems/39.systems 39systems/39.systems Public

    Website for 39.systems, org by Jasmijn Emilia Rosalina Knoope. Landing page, project overview, contact

  2. 39school/certifications 39school/certifications Public

    Progress tracker & learning material for the certifications I've achieved or am studying for, by Jasmijn Emilia Rosalina Knoope

    HCL 6 5

  3. 39services/terraform_standard_environment 39services/terraform_standard_environment Public

    Standardised, parametric Terraform code I use in my environments. Saves time writing code and allows for deploying purely by setting variables

    HCL

  4. 39software/tonetag.is 39software/tonetag.is Public

    tonetag.is | Website to quickly look up tone indicators, a common tool in online communication, easily embeds in chat apps for quick viewing!

    Kotlin 7

  5. 39school/homelab_v3 39school/homelab_v3 Public archive

    Homelab setup built on Kubernetes and Rancher, deployed with Ansible, Terraform, Fleet and ArgoCD!

    HCL 36 2

  6. 39software/Adventageous 39software/Adventageous Public

    Minecraft Spigot plugin for advent calendars and daily rewards. Encourage players to join daily! Easy setup and usage through inventory GUI!

    Java 3