Skip to content
View 4o4E's full-sized avatar

Highlights

  • Pro

Block or report 4o4E

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

👋 Hi there, I'm 404E

关于我

object Me {
    val hobby = listOf(
        "bilibili",
        "steam",
        "羽毛球",
        "游泳",
    )

    suspend fun next() = when {
        now().isWorkTime -> ((1..9).map { "工作" } + "摸鱼").random()
        now().isTimeToSleep -> "sleep"
        else -> hobby.random()
    }

    suspend fun life() {
        while (true) {
            withContext(Dispatchers.Main) {
                invoke(next())
            }
        }
    }
}

喜欢且熟悉 kotlin 的全栈开发者

工作中大量使用java/springjs/vue, 也熟悉前端(ts/react)和客户端(jetpack compose)

别的技术栈诸如python会用但用的不多

热爱技术、喜欢尝试新又新又好的工具和解决难题

最近在写什么

使用kotlin喵, 使用kotlin谢谢喵

好用爱用多用😋

wakatime

以前做的mc项目

Bukkit 插件

Minecraft 材质

Popular repositories Loading

  1. EClean EClean Public

    基于BukkitAPI的清理插件

    Kotlin 67 8

  2. DynamicGlowOre DynamicGlowOre Public

    Minecraft 动态发光矿石 材质包

    Kotlin 45 6

  3. Boom Boom Public

    基于BukkitAPI的管理插件

    Kotlin 37 3

  4. ViewSlimeChunk ViewSlimeChunk Public

    基于BukkitAPI的史莱姆区块预览插件

    Kotlin 9 1

  5. SlimefunStackingMachine SlimefunStackingMachine Public

    粘液科技堆叠机器

    Kotlin 5 5

  6. EWarp EWarp Public

    基于BukkitAPI的warp传送点插件

    Kotlin 3