walterzhaoJR's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
kamranahmedse/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
jackfrued/Python-100-Days
Python - 100天从新手到大师
xingshaocheng/architect-awesome
后端架构师技术图谱
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
Light-City/CPlusPlusThings
C++那些事
geekxh/hello-algorithm
🌍 针对小白的算法训练 | 包括四部分:①.大厂面经 ②.力扣图解 ③.千本开源电子书 ④.百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)推荐免费ChatGPT使用网站
PKUanonym/REKCARC-TSC-UHT
清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University
lib-pku/libpku
贵校课程资料民间整理
facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
afatcoder/LeetcodeTop
汇总各大互联网公司容易考察的高频leetcode题🔥
zijie0/HumanSystemOptimization
健康学习到150岁 - 人体系统调优不完全指南
dtm-labs/dtm
A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.
lifei6671/interview-go
golang面试题集合
shfshanyue/Daily-Question
互联网大厂内推及大厂面经整理,并且每天一道面试题推送。每天五分钟,半年大厂中
rosedblabs/rosedb
Lightweight, fast and reliable key/value storage engine based on Bitcask.
HDT3213/godis
A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群
talent-plan/tinykv
A course to build distributed key-value service based on TiKV model
foxsen/archbase
教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本
SFUMECJF/cmake-examples-Chinese
快速入门CMake,通过例程学习语法。在线阅读地址:https://sfumecjf.github.io/cmake-examples-Chinese/
xiaoweiChen/CMake-Cookbook
:book: 作为对《CMake Cookbook》的中文翻译。
CDDSCLab/training-plan
电子科技大学分布式存储与计算实验室新生训练计划
SmartKeyerror/reading-source-code-of-leveldb-1.23
leveldb 源码阅读,分析 DB 运作流程与 WAL、SSTable 等文件格式与 Compaction 过程。
Barca0412/Introduction-to-Quantitative-Finance
量化投资学习资料整理:学界(行为金融、投资者情绪、常用程序函数,etc);业界(公开资料整理,数据源,回测框架,卖方金工研报及复现,量化研究学习路线,etc)
Bean-Li/Bean-Li.github.io
Personal Tech Blog
walterzhaoJR/CPlusPlusThings
C++那些事
walterzhaoJR/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.