Skip to content
View Vortetty's full-sized avatar
💭
Alive, existing, doing dumb stuff
💭
Alive, existing, doing dumb stuff

Block or report Vortetty

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
Vortetty/README.md

Hey, i'm Kali!

Just a trans girl programming for fun in my free time

A bit more about me

class basicPronoun():
    def __init__(self, sub, obj):
        self.subjective = sub
        self.objective = obj

kali = {
    "pronouns": [
        basicPronoun("it", "its"),
        basicPronoun("she", "her"),
        basicPronoun("they", "them"),
    ],
    "names": [ "Kali", "Winter", "Tæmt modʒiɹæ", "Vortetty" ],
    "languages": {
        "natural": [ "english" ],
        "computer": [ "python", "c++", "kotlin", "java", "javascript", "c#", "html", "css", "rust" ]
    },
    "current_focus": "Random projects for fun",
    "fun_fact": "Knowing what to search is half of the battle"
}

Why so sparse on repos?

I've started pruning it semi-regularly. Anything i don't feel represents me and does not contribute to the overall open source community is privated; things like merged forks, unused forks, or obsolete projects from my early early learning or school where other resources do better and/or may show bad practice. In a way like taking dead limbs off a tree for safety.

Summary

trophy

Winter's GitHub stats

Winter's Top Langs

Pinned Loading

  1. GBATextLib GBATextLib Public

    A text library for the gba using LibGBA

    C++

  2. GBA-Game-Of-Life GBA-Game-Of-Life Public

    C++ 1

  3. GBPrinter-DPU411 GBPrinter-DPU411 Public

    A gameboy printer mod for the dpu411

    C++