fun main() {
println(AboutMe(
name = "asojidev",
preference = mutableListOf(
"they/them",
"gay",
"non-binary masc"
),
occupation = mutableListOf(
"Hobbyist software developer",
"UI/UX Designer"
),
groups = mutableListOf(
"devOS: Sanity Edition [Lead Studio Head]",
"Tricky Tanuki Studios [owned by devOS: Sanity Edition]",
"Illumi Engineering"
),
languages = mutableListOf(
"Kotlin",
"Java",
"C#"
),
socials = AboutMe.Socials(
github = "@asoji",
bluesky = "@asoji.gaywizard.xyz",
mastadon = "@[email protected]"
),
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/list/xTbjb2" // 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")
}
fun bio(): String { return "I'm just a `software dev`" }
-
in one of the IKEA drawers
- denting your local laptop lid
-
01:43
(UTC -07:00) - https://asoji.one
Highlights
- Pro
Pinned Loading
-
EasyLogPlus
EasyLogPlus PublicForked from atomsk-0/EasyLog
A [relatively] simple .NET 6 logging library. Originally made by byte-0x74.
-
UE5LightTheme
UE5LightTheme PublicAn attempt at making a light theme for UE5, mainly so my eyes don't need to strain and have migraines due to Dark Theme.
-
-
PopcornCounter
PopcornCounter Publica dumb thing to count how many buckets of popcorn you've eaten while watching drama
CSS
-
-
MX-Master-3s-Profiles
MX-Master-3s-Profiles PublicJust my personal profiles for my Logitech MX Master 3s via Logi Options+ software
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.