kingFighter's Stars
rigtorp/MPMCQueue
A bounded multi-producer multi-consumer concurrent queue written in C++11
mandliya/algorithms_and_data_structures
180+ Algorithm & Data Structure Problems using C++
Apress/design-patterns-in-modern-cpp
Source code for 'Design Patterns in Modern C++' by Dmitri Nesteruk
soulmachine/algorithm-essentials
算法精粹--举一反三,抛弃题海战术
qicosmos/cinatra
modern c++(c++20), cross-platform, header-only, easy to use http framework
wilsonfreitas/awesome-quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
semver/semver
Semantic Versioning Specification
yuesong-feng/30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
Qihoo360/safe-rules
详细的C/C++编程规范指南,由360质量工程部编著,适用于桌面、服务端及嵌入式软件系统。
zas023/JdBuyer
京东抢购自动下单助手,GUI 支持 Windows 和 macOS
jaywcjlove/reference
为开发人员分享快速参考备忘清单(速查表)
button-chen/buttonrpc_cpp14
The modern c++ rpc library implemented in a few hundred lines of code
hengqiali/AwesomeCpp
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等
downdemo/Cpp-Concurrency-in-Action-2ed
C++11/14/17/20 multithreading, involving operating system principles and concurrent programming technology.
rigtorp/SPSCQueue
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
rwv/chinese-dos-games
🎮 Chinese DOS games collections.
jaege/Cpp-Primer-5th-Exercises
Solutions to Exercises in C++ Primer 5th Edition
aria2/aria2
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
MengRao/SPSC_Queue
A highly optimized single producer single consumer message queue C++ template
CnTransGroup/EffectiveModernCppChinese
《Effective Modern C++》- 完成翻译
imarvinle/WebServer
A C++ Lightweight Web Server based on Linux epoll
0voice/algorithm-structure
2021年最新总结 500个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结
lydrainbowcat/tedukuri
《算法竞赛进阶指南》资源社区
guaguaupup/cpp_interview
c++后台服务器开发面经或八股总结!(有深度有广度,和仅有概念的总结文章不同!)
Alinshans/MyTinySTL
Achieve a tiny STL in C++11
kitao/pyxel
A retro game engine for Python
gatieme/CodingInterviews
剑指Offer——名企面试官精讲典型编程题
Gooddbird/tinyrpc
c++ async rpc framework. 14w+qps.
linyacool/WebServer
A C++ High Performance Web Server
yzhu798/CodingInterviewsNotes
涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等