Skip to content
View asoji's full-sized avatar
  • in one of the IKEA drawers
  • denting your local laptop lid

Highlights

  • Pro

Organizations

@ConsistencyPlus @devOS-Sanity-Edition @Tricky-Tanuki-Studios

Block or report asoji

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
asoji/README.md

fun main() {
    println(AboutMe(
        name = "asojidev",
        preference = mutableListOf(
            "he/him",
            "gay"
        ),
        occupation = mutableListOf(
            "Hobbyist software developer",
            "UI/UX Designer"
        ),
        groups = mutableListOf(
            "devOS: Sanity Edition [Lead Studio Head]",
            "Tricky Tanuki Studios [owned by devOS: Sanity Edition]"
        ),
        languages = mutableListOf(
            "Kotlin",
            "Java",
            "C#"
        ),
        socials = AboutMe.Socials(
            github = "@asoji",
            bluesky = "@asoji.furry.st",
            mastadon = "@asojidev@nyanya.gay"
        ),
        profilePictureArtist = "@GreenyPika on Twitter"
    ))

    println(Projects(
        projects = mutableListOf(
            Pair("Softer Pastels",  "https://github.com/devOS-Sanity-Edition/SofterPastels"),
            Pair("Yiski",           "https://github.com/devOS-Sanity-Edition/yiski/"),
            Pair("EasyLogPlus",     "https://github.com/asoji/EasyLogPlus"),
            Pair("PopcornCounter",  "https://github.com/asoji/PopcornCounter"),
        )
    ))

    println(PCSpecs(
        link = "https://pcpartpicker.com/user/HiItsDevin/saved/DWJQ6h" // Go here for a more up-to-date PC Part Picker List
    ))


    TODO("Add more to this readme, this is all I could come up with for now :p")
}

Pinned Loading

  1. devOS-Sanity-Edition/yiski devOS-Sanity-Edition/yiski Public

    a devOS discord bot

    Kotlin 1