Pinned Repositories
12306
12306智能刷票,订票
7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
955.WLB
955 不加班的公司名单 - 工作 955,work–life balance (工作与生活的平衡)
awk
The AWK Programming Language (AWK 程序设计语言, awkbook) 中文翻译, LaTeX 排版
braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
buttonrpc_cpp14
几百行代码实现的modern c++ rpc library
CodingInterviewChinese2
《剑指Offer》第二版源代码
cppcoro
A library of C++ coroutine abstractions for the coroutines TS
grpc
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
ywq1113.github.io
ywq1113's Repositories
ywq1113/cppcoro
A library of C++ coroutine abstractions for the coroutines TS
ywq1113/grpc
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
ywq1113/ywq1113.github.io
ywq1113/12306
12306智能刷票,订票
ywq1113/7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
ywq1113/awk
The AWK Programming Language (AWK 程序设计语言, awkbook) 中文翻译, LaTeX 排版
ywq1113/braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
ywq1113/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
ywq1113/CppPrimer
:books: Solutions for C++ Primer 5th exercises.
ywq1113/ddia
《Designing Data-Intensive Application》DDIA中文翻译
ywq1113/envoy
Cloud-native high-performance edge/middle/service proxy
ywq1113/etcd
Distributed reliable key-value store for the most critical data of a distributed system
ywq1113/fucking-algorithm
labuladong的算法小抄,手把手撕LeetCode题目,扒各种算法套路的裤子。不仅how,还有why。
ywq1113/googletest
Googletest - Google Testing and Mocking Framework
ywq1113/hash-library
Portable C++ hashing library
ywq1113/incubator-brpc
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called "baidu-rpc" inside Baidu.
ywq1113/istio
Connect, secure, control, and observe services.
ywq1113/json-tutorial
从零开始的 JSON 库教程
ywq1113/kcp
KCP - A Fast and Reliable ARQ Protocol (快速可靠传输协议)
ywq1113/lab
ywq1113/Lars
负载均衡远程服务调度系统
ywq1113/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.
ywq1113/librf
基于C++ Coroutines编写的无栈协程库
ywq1113/MIT-6.824
Basic Sources for MIT 6.824 Distributed Systems Class
ywq1113/MIT6.828
操作系统课程--实现一个简单的内核
ywq1113/muduo-tutorial
Tutorial of Muduo network library
ywq1113/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
ywq1113/tcmalloc
ywq1113/VASP_script
Useful scripts for VASP
ywq1113/WebServer
A C++ High Performance Web Server