Yanyu-CQU's Stars
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
kivihub/kivihub-blog
个人博客,学习笔记
WeNeedHome/SummaryOfLoanSuspension
全国各省市停贷通知汇总
shockerli/go-awesome
Go 语言优秀资源整理,为项目落地加速🏃
Anduin2017/HowToCook
程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).
samsarahq/thunder
⚡️ A Go framework for rapidly building powerful graphql services
hoppscotch/hoppscotch
Open source API development ecosystem - https://hoppscotch.io (open-source alternative to Postman, Insomnia)
bytedance/btrace
🔥🔥 btrace(AKA RheaTrace) is a high performance Android trace tool which is based on Perfetto, it support to define custom events automatically during building apk and using bhook to provider more native events like Render/Binder/IO etc.
zhangyunhao116/skipset
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
uber-go/dig
A reflection based dependency injection toolkit for Go.
google/wire
Compile-time Dependency Injection for Go
huangzworks/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
Tencent/rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
tensorflow/serving
A flexible, high-performance serving system for machine learning models
alibaba/x-deeplearning
An industrial deep learning framework for high-dimension sparse data
chrislgarry/Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
zh-google-styleguide/zh-google-styleguide
Google 开源项目风格指南 (中文版)
justjavac/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
lotusnowshen/muduo_with_comments
muduo v1.0.4的注释版
liaoguiqiu/controller_auto_tunning
parameters tunning for a complex controller based on optimization of performance cost functions
baidu/braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
zhedahht/CodingInterviewChinese2
《剑指Offer:名企面试官精讲典型编程面试题》第二版源代码
Yanyu-CQU/CppKeyPoint
Some key points in Cpp when I learn Cpp. Maybe they would be benefit to look for a job.
julycoding/The-Art-Of-Programming-By-July-2nd
本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售
Yanyu-CQU/DataStructSample
Some DataStruct ans some algorithm
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计