Zhuagenborn
- 27 followers
- China
Pinned Loading
Repositories
- SECS-II-Serialization Public
📦 A SECS-II/SEMI E5 serialization library written in C++23, supporting byte serialization and SML formatting.(使用C++23开发的SECS-II/SEMI E5序列化库,支持字节序列化和SML格式化。)
- Cpp-Struct-Byte-Order-Converter Public
⚒ A PowerShell script used to generate byte reversing functions for a C/C++ structure.(用于为C/C++结构体生成字节序翻转函数的PowerShell脚本。)
- Bit-Manipulation Public
✂️ A header-only bit manipulation library written in C++23.(使用C++23开发的比特位操作库。)
- Enum-Flags Public
🚩 A header-only type-safe bit flag manager for C++ scoped enumerations written in C++23.(使用C++23开发的强类型枚举操作库。)
- Echo-Web-Server Public
☁️ A C++20 echo web server using a thread pool, an epoll and non-blocking sockets to process requests, consisting of a YAML-based configuration, a customizable logger and a min-heap-based timer.(使用C++20开发的Web回声服务器,使用线程池、epoll和非阻塞套接字处理网络请求,并包含YAML配置、日志记录和基于最小堆的定时器。)
- Cpp-Project-Template Public archive
🏗️ A C++ project template built with Docker, Makefile, CMake, GoogleTest and GitHub Actions.(包含Docker、Makefile、CMake、GoogleTest和GitHub Actions的C++项目构建模板。)
- Tiny-x86-OS Public
💽 A simple Intel x86 operating system written in assembly and C++, supporting interrupts, memory paging and heap allocation, disk control, file partition, system calls, thread scheduling, etc.(使用C++和汇编开发的简易Intel x86操作系统,支持中断、内存分页、堆内存管理、磁盘控制、文件分区、系统调用、线程调度等功能。)
- Windows-x86-Debugger Public
🐞 A simple Windows x86 debugging framework written in C++20 that supports software breakpoints and hardware breakpoints. It can be used to create custom debuggers.(使用C++20开发的简易Windows x86调试框架,支持软件断点和硬件断点,可以用于创建自定义调试器。)