wangshangming's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
practical-tutorials/project-based-learning
Curated list of project-based tutorials
Snailclimb/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
gothinkster/realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
sdmg15/Best-websites-a-programmer-should-visit
:link: Some useful websites for programmers.
xingshaocheng/architect-awesome
后端架构师技术图谱
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
doocs/leetcode
🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
microsoft/api-guidelines
Microsoft REST API Guidelines
davideuler/architecture.of.internet-product
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/OpenAI/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
alibaba/transmittable-thread-local
📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
pretzelhammer/rust-blog
Educational blog posts for Rust beginners
hengyoush/kyanos
Kyanos is a networking analysis tool using eBPF. It can visualize the time packets spend in the kernel, capture requests/responses, makes troubleshooting more efficient.
rust-unofficial/too-many-lists
Learn Rust by writing Entirely Too Many linked lists
rust-rocksdb/rust-rocksdb
rust wrapper for rocksdb
justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn
文章《Functional Programming For The Rest of Us》的中文翻译
alibaba/async_simple
Simple, light-weight and easy-to-use asynchronous components
dtolnay/case-studies
Analysis of various tricky Rust code
kyclark/command-line-rust
Code for Command-Line Rust (O'Reilly, 2024, ISBN 9781098109417)
Warrenren/inside-rust-std-library
本书已经正式出版,目前正预售,可在京东搜索《深入RUST标准库》即可。本书主要对RUST的标准库代码进行分析,并试图给出RUST标准库代码的分析脉络。This project try to give a venation of how reading the RUST standard library source code.
plctlab/riscv-operating-system-mooc
《从头写一个RISC-V OS》课程配套的资源
jbaldwin/libcoro
C++20 coroutine library
Kenneth-Lee/MySummary
My Design Philosophy Summary (Most of them are in Chinese)
cicada-lang/inet-cute
An implementation of interaction nets in JS.
decert-me/blockchain-basic
区块链基础
leshow/haskell-programming-book
My exercises for Haskell: First Principles