https://github.com/lintingbin/C-language.git 剑指offer c语言代码 c++代码 https://github.com/zhedahht/CodingInterviewChinese2/tree/master
https://github.com/shineyr/Offer2016/tree/master 集中《剑指Offer》《程序员面试金典》经典算法问题
fork 自 https://github.com/PanJiaChen/vue-admin-template/blob/master/README-zh.md
tcp ip 网络编程书籍代码仓库 https://github.com/riba2534/TCP-IP-NetworkNote
https://github.com/zeux/pugixml Pugixml是轻量级、简单、快速的 XML 解析器。Pugixml库仅由pugixml.cpp、pugixml.hpp和pugiconfig.hpp三个文件组成,非常容易使用。解析速度快,支持XPath表达式。
跨平台的c开发库,提供asio、stream、容器、算法、xml/json/plist解析、数据库等常用模块
网盘直链下载开源项目 https://github.com/hmjz100/Online-disk-direct-link-download-assistant
c++从零开始编写linux内核 https://github.com/village-kernel/village-kernel 从零开始使用c++写内核。vk.kernel微内核目前实现了任务管理,内存分配,文件系统,动态加载,系统调度,中断管理,工作队列,线程同步(互斥锁,自旋锁,信号量,等待队列)。目前勉强可以运行,但还不完善。