capeskychung's Stars
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
MisterBooo/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
xingshaocheng/architect-awesome
后端架构师技术图谱
geekxh/hello-algorithm
🌍 针对小白的算法训练 | 包括四部分:①.大厂面经 ②.力扣图解 ③.千本开源电子书 ④.百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)推荐免费ChatGPT使用网站
lettier/3d-game-shaders-for-beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
jupyter/jupyter
Jupyter metapackage for installation, docs and chat
zhisheng17/flink-learning
flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》
frank-lam/fullstack-tutorial
🚀 fullstack tutorial 2022,后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试
QianMo/Game-Programmer-Study-Notes
:anchor: 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
Tencent/libco
libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.
aceld/zinx
A lightweight concurrent server framework based on Golang.
rajasekarv/vega
A new arguably faster implementation of Apache Spark from scratch in Rust
QianMo/OpenCV3-Intro-Book-Src
:blue_book:《OpenCV3编程入门》书本配套源码 |《Introduction to OpenCV3 Programming》Book Source Code
zavg/linux-0.01
Historically first (actually 0.01) release of linux kernel made by Linus Torvalds
y123456yz/reading-and-annotate-mongodb-3.6
分布式文档数据库mongodb-3.6(mongos、mongod、wiredtiger存储引擎)源码中文注释分析,持续更新。后期重点进行mongodb-4.4最新版本内核源码分析
YuxuanLing/books
Manistein/dummylua-tutorial
这是一个仿制lua解释器的项目,我希望通过逐步实现lua解释器的各个部分,更加深刻地掌握lua的基本结构和运作原理。
phenomLi/Blog
Comments, Thoughts, Conclusions, Ideas, and the progress.
chenshuo/muduo-protorpc
Google Protobuf RPC based on Muduo
skywind3000/AsyncNet
AsyncNet
Aenyhm/entitas-python
Entitas ECS implementation in Python.
spin6lock/python-sproto
python binding to sproto
izualzhy/Tiny-Tools
小的实验项目代码
ut-osa/txos
Operating system demonstrating system transactions
khaled-rahman/Bully-Algorithm-Implementation
Bully Algorithm Implementation
iwtbabc123/alpha-server
a game server engine use c++11 and python
capeskychung/PySyncObj
A library for replicating your python class between multiple servers, based on raft protocol