zhaomengit's Stars
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
torvalds/linux
Linux kernel source tree
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
godotengine/godot
Godot Engine – Multi-platform 2D and 3D game engine
apache/echarts
Apache ECharts is a powerful, interactive charting and data visualization library for browser
bradtraversy/50projects50days
50+ mini web projects using HTML, CSS & JS
SerenityOS/serenity
The Serenity Operating System 🐞
alibaba/nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
v2fly/v2ray-core
A platform for building proxies to bypass network restrictions.
xuxueli/xxl-job
A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
233boy/v2ray
最好用的 V2Ray 一键安装脚本 & 管理脚本
apache/rocketmq
Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
dibingfa/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11
chat2db/Chat2DB
🔥🔥🔥AI-driven database tool and SQL client, The hottest GUI client, supporting MySQL, Oracle, PostgreSQL, DB2, SQL Server, DB2, SQLite, H2, ClickHouse, and more.
alibaba/tengine
A distribution of Nginx with some advanced features
ritz078/transform
A polyglot web converter.
cotes2020/jekyll-theme-chirpy
A minimal, responsive, and feature-rich Jekyll theme for technical writing.
godotengine/godot-demo-projects
Demonstration and Template Projects
Postcatlab/postcat
Postcat 是一个可扩展的 API 工具平台。集合基础的 API 管理和测试功能,并且可以通过插件简化你的 API 开发工作,让你可以更快更好地创建 API。An extensible API tool.
PathOfBuildingCommunity/PathOfBuilding
Offline build planner for Path of Exile.
godotengine/godot-docs
Godot Engine official documentation
alibaba/higress
🤖 AI Gateway | AI Native API Gateway
yitter/IdGenerator
💎多语言实现,高性能生成唯一数字ID。 💎优化的雪花算法(SnowFlake)——雪花漂移算法,在缩短ID长度的同时,具备极高瞬时并发处理能力(50W/0.1s)。 💎原生支持 C#/Java/Go/Rust/C/JavaScript/TypeScript/Python/Pascal 多语言,提供其它适用于其它语言的多线程安全调用动态库(FFI)。💎支持容器环境自动扩容(自动注册 WorkerId ),单机或分布式唯一IdGenerator。💎顶尖优化,超强效能。
v2fly/v2ray-examples
v2ray-core 的模板们
apache/ratis
Open source Java implementation for Raft consensus protocol.
wangjs96/A-tutorial-compiler-written-in-Java
For Jack language. Most of codes were commented with their usage, which can be useful for beginner to realize the running principle of a compiler for object-oriented programming language.
openmessaging/dledger
A raft-based java library for building high-available, high-durable, strong-consistent commitlog.
ozantekin/50Days50Projects
This repository features 50 mini projects related to HTML, CSS, and JavaScript. The development stages of these projects are available on YouTube.
openacid/paxoskv
Naive and Basic impl of a kv-storage based on paxos; for https://blog.openacid.com/algo/paxos/