Skip to content
View czm23333's full-sized avatar

Organizations

@Plugindustry

Block or report czm23333

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 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

Pinned Loading

  1. SystemF-Bisheng/Compiler2025-SystemF SystemF-Bisheng/Compiler2025-SystemF Public

    2025 毕昇杯 SystemF

    Java 8

  2. Plugindustry/WheelCore Plugindustry/WheelCore Public

    轮芯——为IndustrialWorld等插件设计的一个前置插件

    Java 26 5

  3. TransparentReflect TransparentReflect Public

    A Lightweight Transparent Reflection Framework

    Java 10 1

  4. MinecraftSwing MinecraftSwing Public

    Use Swing in Minecraft

    Java 13

  5. C++ Compile-time Reference C++ Compile-time Reference
    1
    #include <iostream>
    2
    #include <source_location>
    3
    
                  
    4
    namespace ct_crc32 {
    5
        static constexpr uint32_t table[256] = {
  6. C++ Monad and Monad Transformer C++ Monad and Monad Transformer
    1
    #include <iostream>
    2
    #include <functional>
    3
    #include <concepts>
    4
    #include <optional>
    5