Oliver-Chang's Stars
Light-City/CPlusPlusThings
C++那些事
Z-Siqi/Clash-for-Windows_Chinese
clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序
docmirror/dev-sidecar
开发者边车,github打不开,github加速,git clone加速,git release下载加速,stackoverflow加速
xuchengsheng/spring-reading
涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。
apachecn/Interview
Interview = 简历指南 + 算法题 + 八股文 + 源码分析
cuixueshe/earthworm
Learning English through the method of constructing sentences with conjunctions
zhiyiYo/PyQt-Fluent-Widgets
A fluent design widgets library based on C++ Qt/PyQt/PySide. Make Qt Great Again.
yuesong-feng/30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
moesnow/March7thAssistant
崩坏:星穹铁道全自动 三月七小助手
forthespada/InterviewGuide
🔥🔥「InterviewGuide」是阿秀从校园->职场多年计算机自学过程的记录以及学弟学妹们计算机校招&秋招经验总结文章的汇总,包括但不限于C/C++ 、Golang、JavaScript、Vue、操作系统、数据结构、计算机网络、MySQL、Redis等学习总结,坚持学习,持续成长!
0voice/cpp_new_features
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
markparticle/WebServer
C++ Linux WebServer服务器
CHNZYX/Auto_Simulated_Universe
崩坏:星穹铁道 模拟宇宙自动化 (Honkai Star Rail - Auto Simulated Universe)
lynnboy/CppCoreGuidelines-zh-CN
Translation of C++ Core Guidelines [https://github.com/isocpp/CppCoreGuidelines] into Simplified Chinese.
arkingc/note
学习笔记整理📚
wx-chevalier/Awesome-Books-Notes
:books: Awesome CS Books(with Digests)/Series(.pdf by git lfs) Warehouse for Geeks, ProgrammingLanguage, SoftwareEngineering, Web, AI, ServerSideApplication, Infrastructure, FE etc. :dizzy: 优秀创业、商业、产品、人文、计算机科学与技术领域相关的书籍归档,以及我的读书笔记。
guaguaupup/cpp_interview
c++后台服务器开发面经或八股总结!(有深度有广度,和仅有概念的总结文章不同!)
biuuu/star-rail-warp-export
Honkai: Star Rail Warp History Exporter
0voice/cpp_backend_awsome_blog
2023年最新整理 c++后端开发,1000篇优秀博文,含内存,网络,架构设计,高性能,数据结构,基础组件,中间件,分布式相关
Melledy/LunarCore
A game server reimplementation for a certain turn-based anime game
DoctorReid/StarRailOneDragon
崩坏:星穹铁道 - 一条龙 Honkai Star Rail - One Dragon | 全日常自动 |
qinyuLT/CloudPan
linux下c/c++模拟实现云盘项目
Codesire-Deng/co_context
A coroutine framework aimed at high-concurrency io with reasonable latency, based on io_uring.
Theresa-0328/MHY_Scanner
MHY扫码登录器,支持从直播流抢码。
vichargrave/tcpsockets
Example source code from my TCP/IP Network Programming Design Patterns in C++ and TCP/IP Sockets with Time Out Capabilities blogs.
EricPengShuai/Interview
CPP面试修炼
invxp/brink
基于boost::asio的server,简洁,高效
jinhailang/blog
技术博客:知其然,知其所以然
fethx/CS-Notes
快来看,这个八股文很棒!包括算法,力扣,C++,操作系统,计算机网络等,不仅有我自己的总结,还列出了引用来源,enjoy!
Caturra000/io_uring-examples-cpp
A ~200-line example implementing C++20 coroutines for liburing