Skip to content
View kkkzbh's full-sized avatar
  • Hebei University

Highlights

  • Pro

Block or report kkkzbh

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

banner

Hi, I'm kkkzbh ✦

divider

✦ About me

Mutsumi

  • 🎓 CS undergraduate with a genuine love for computer science.
  • 🧩 C++ enthusiast interested in low-level systems, with hands-on experience in data structures, operating systems, TCP, and a compiler of my own.
  • 🏆 Algorithmic problem-solving lover and ICPC / CCPC participant.
  • 🤖 Curious about AI and agents, hoping to explore related research and engineering problems.
  • 🌙 Motto: I want to sleep, but the compiler still has diagnostics.


✦ Current Focus

Sakiko

  • 🧠 Advancing KCP, my C++26-inspired language/compiler prototype: diagnostics, stdlib formatting, IR/codegen, and miniC lab infrastructure.
  • 🧭 Extending KCP's CLion tooling: PSI parsing, references, rename, completion, syntax highlighting, and editor workflow.
  • 🚀 Maintaining CPH Target Runner, a CLion competitive-programming toolkit with sample management, Competitive Companion import, and Codeforces submission workflows.
  • 🐧 Shipping Codex tooling for Fedora KDE: RPM/DNF packaging, CI and release automation, GitHub Pages repository metadata, and desktop integration.

divider

Pinned Loading

  1. NVIDIA/stdexec NVIDIA/stdexec Public

    `std::execution`, the standard C++ framework for asynchronous and parallel programming.

    C++ 2.4k 246

  2. OS OS Public

    基于 x86/i386 架构,使用 C /C++ / NASM 实现操作系统 knix,覆盖 MBR/Loader 启动、中断、分页内存管理、线程/进程调度、系统调用、文件系统与用户态 Shell,并支持 Bochs/QEMU 调试验证。

    C++ 3

  3. bigxin bigxin Public

    项目介绍:基于 C++26、Asio 协程、MySQL 与 Qt 实现即时通讯系统 bigxin,包含 TCP 服务端、桌面客户端。支持注册登录、单聊/群聊、好友与群组管理、历史消息、本地缓存和消息状态同步。

    C++ 2

  4. AscendAny AscendAny Public

    面向编程学习与竞赛训练场景,基于考试成绩、提交记录、题库知识点等多源数据构建学生能力画像、个性化题目推荐与学习路径,并接入对话式 Agent 提供考试分析和训练建议。

    Python 2 1

  5. CPH CPH Public

    一个为CLion设计的竞赛测样例工具,支持快速从OJ创建含样例文件,支持快速远程cf提交服务,支持万能头编译加速,自动化管理CLion运行配置

    Kotlin 3

  6. KCP KCP Public

    参考现代 C++ 与 Rust 设计编译器 kcp,基于 C++26 实现预处理、词法、语法、语义分析到 IR/LLVM codegen 主线,支持模块、泛型/concept、结构体/impl、variant/match、显式借用/移动等特性。

    C++ 2