Schuck-C's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
youngyangyang04/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
forthespada/CS-Books
🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
grpc/grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
imarvinle/awesome-cs-books
🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
qinguoyi/TinyWebServer
:fire: Linux下C++轻量级WebServer服务器
apache/brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
geektutu/7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
GoesToEleven/GolangTraining
Training for Golang (go language)
huangz1990/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
marmotedu/iam
企业级的 Go 语言实战项目:认证和授权系统(带配套课程)
steveLauwh/SGI-STL
剖析 STL 是一种享受的过程!
circlestarzero/EX-chatGPT
Let ChatGPT truly learn how to go online and call APIs! 'EX-ChatGPT' can rival and even surpass NewBing
binjie09/duckduckgo-api
免费的无限制的搜索接口
ronaldo8210/brpc_source_code_analysis
brpc源码分析
pipiliang/clean-code-typescript
TypeScript 代码整洁之道
itsuki0927/SkCode
SkCode = neovim + lua + vscode
OFShare/Algorithm-challenger
ACM and OI general algorithm
aeryzhao/cleancode-book
代码整洁之道
BruceLql/fucking-algorithm
labuladong的算法小抄,手把手撕LeetCode题目,扒各种算法套路的裤子。不仅how,还有why。
husky-666/bilibili_live
bilibili直播间弹幕接收和发送功能的简易实现
hmofrad/Dynamic-PSO-LA
Improving Learning Automata based Particle Swarm: An Optimization Algorithm
ccpang96/2019_campus_apply
:rocket: Full Stack Developer Tutorial,后台技术栈/全栈开发/架构师之路,秋招/春招/校招/面试。 from zero to hero.
xiaochengxinyizhan/shanghai_house_knowledge
2020年11月在上海买房经历总结出来的买房购房做的一些功课分享给大家,技术人帮助技术人,希望对大家有所帮助。
Schuck-C/go_study
Schuck-C/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.