Yi-21's Stars
Yi-21/FTP-Client
SimplifyJobs/New-Grad-Positions
A collection of full time roles in SWE, Quant, and PM for new grads.
3masterplus/book
Book PDF
bretternst/tcpppl_answers
Answers to exercises from "The C++ Programming Language" by Bjarne Stroustrup.
imarvinle/awesome-cs-books
🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
szza/LearningNote
C++和Linux学习笔记
applenob/Cpp_Primer_Practice
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
geekxh/hello-algorithm
🌍 针对小白的算法训练 | 包括四部分:①.大厂面经 ②.力扣图解 ③.千本开源电子书 ④.百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)推荐免费ChatGPT使用网站
Light-City/CPlusPlusThings
C++那些事
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
qinguoyi/TinyWebServer
:fire: Linux下C++轻量级WebServer服务器
linyacool/WebServer
A C++ High Performance Web Server
zh-google-styleguide/zh-google-styleguide
Google 开源项目风格指南 (中文版)
microsoft/calculator
Windows Calculator: A simple yet powerful calculator that ships with Windows
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Alinshans/MyTinySTL
Achieve a tiny STL in C++11
GrowingGit/GitHub-Chinese-Top-Charts
:cn: GitHub中文排行榜,各语言分设「软件 | 资料」榜单,精准定位中文好项目。各取所需,高效学习。
anhkgg/SuperWeChatPC
超级微信电脑客户端,支持多开、防消息撤销、语音消息备份...开放WeChatSDK
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11
gibsjose/cpp-cheat-sheet
C++ Syntax, Data Structures, and Algorithms Cheat Sheet
progschj/ThreadPool
A simple C++11 Thread Pool implementation