Netcan
netcan
机工社《C++20高级编程》作者
Languages
Repos
74
Stars
2.3k
Forks
291
Top Language
C++
Loading contributions...
Top Repositories
asyncio is a c++20 library to write concurrent code using the async/await syntax.
My course design for compiler theory (Visualization).
Simple C++ Config Loader Framework(Serialization & Reflection)
There is my code snippet.
A simple Java talk software.
Animal Fight Chess Game(斗兽棋) written in rust.
Repositories
74Added Local network multiplayer feature interface, Custom host port and maximum players settings.
sts2-agent is an agent/mod prototype for Slay the Spire 2. The repository focuses on exposing structured in-game state, safe action execution, and local tooling so external policies or LLMs can drive live gameplay.
机工社《高级C++20编程》随书代码
asyncio is a c++20 library to write concurrent code using the async/await syntax.
My solutions for leetcode by rust lang.
合肥工业大学毕业设计(论文)模板
a Rust library that generates QuantStats-style HTML performance tear sheets from return time series.
Simple C++ Config Loader Framework(Serialization & Reflection)
My course design for compiler theory (Visualization).
Convert mathematical equations to SVGs, PNGs, or MathML. A general wrapper to Lasem and mtex2MML.
There is my code snippet.
My docker env for dev.
A tiny Rust library that emulates a C++ `std::visit`-like experience using macros and a proc-macro derive.
Slide puzzle game written by Netcan. using the SDL engine and use of A* algorithm.
Exploring rendering techniques for 3D graphics
Intuitive & Powerful C++20 consteval metaprogramming library(via value).
简易网页播放器示例,自动解析 HLS (m3u8) 多码率流,提供画质切换,兼容 HEVC/HDR 以及 iPhone Safari 原生播放。本项目由 AI 助手(ChatGPT,Codex 模式)独立开发构建,包含 UI、播放器逻辑与文档内容。
The Farmer Was Replaced(编程农场) solutions
合工大宣百科竞赛平台 By Netcan
Animal Fight Chess Game(斗兽棋) written in rust.
A SDK for building applications on top of Meteora's DLMM
A databases course design, using python.
Netcan OS is an operation system for x86 PCs, for learning how os works.
Index generator plugin for Hexo. Pin top version
My blog for something about programming.
self profile
A simple Java talk software.
合肥工业大学LaTeX模板
ChinessChess game written by rust.
实现一个线性代数库,为Python写扩展。《程序猿的数学3 线性代数》读后笔记