Taopper's Stars
zhongyang219/TrafficMonitor
这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
alibaba/canal
阿里巴巴 MySQL binlog 增量订阅&消费组件
CodisLabs/codis
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
redis/jedis
Redis Java client
hashicorp/golang-lru
Golang LRU cache
baidu/braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
armink/EasyLogger
An ultra-lightweight(ROM<1.6K, RAM<0.3k), high-performance C/C++ log library. | 一款超轻量级(ROM<1.6K, RAM<0.3k)、高性能的 C/C++ 日志库
abumq/easyloggingpp
C++ logging library. It is powerful, supports asynchronous low latency, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
ivmai/bdwgc
The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)
Hacker233/resume-design
猫步简历 – 一款开源免费的简历制作神器,支持导出超高清PDF、图片、源码级JSON数据等,AI简历生成、AI润色、AI语种翻译等。提供海量在线制作模版、主题任意切换、高度定制化的简历模块。使用猫步简历,您可以制作出一份独特、优美、专业的求职简历。
dolotech/ebook
学习资料
ezEngine/ezEngine
An open source C++ game engine.
ProletRevDicta/Prolet
Historical documents (in Chinese) about the GPCR (Thanks Comrade RC MR HR etc.)
ksyun-kenc/liuguang
鎏光云游戏引擎
AustinBrunkhorst/CPP-Reflection
C++ Reflection Parser / Runtime Skeleton
chronolaw/annotated_nginx
Annotated Nginx Source(中文)
cristibalan/braid
Simple tool to help track vendor branches in a Git repository.
double-qiu/books
技术书籍
NetickNetworking/NetickForUnity
Netick is a C# networking solution for Unity.
daichangya/book
skywind3000/GONGLUE
单机游戏攻略秘籍(1580+ 篇)
JerryZhou/aoi
area of interest(AOI), Navigation-Mesh
pojol/braid
A high-performance distributed framework powered by Actor model, designed for building scalable microservices and real-time applications with ease.
jxr041100/system_design
advanced coding and system design problems
Manistein/test_epoll_lt_and_et
这是一个展示epoll水平触发(level trigger)和边缘触发(edge trigger),分别在read和write两种情况下有什么表现的实验,目的是彻底搞清楚epoll的水平触发和边缘触发原理。
Skierhou/BagSystem
通用的游戏背包系统
mmycly/serverTwo
标签:c11 boost库 moba 最后一战 极其接近“王者荣耀”游戏 推荐理由:代码上使用了热度最高的c11方法和boost库,值得初学者学习。c++异步调用mysql redis http,封装了active驱动、定时器、对象池、ucore网络库等代表性优秀库。 功能上实现了登录、负载、用户中心、匹配、移动、技能、AI等战斗逻辑的衔接处理、打断判断。玩法支持人机、匹配、排位。
mosheepdev/NKGMobaBasedOnET
基于ET框架致敬LOL的Moba游戏,包含完整的客户端与服务端交互,热更新,基于双端行为树的技能系统,更多精彩等你发现!
coderHsc/gameAlgorithm
游戏中常用的算法