rickard1117's Stars
loentar/ngrest
Fast and easy C++ RESTful WebServices framework
etcd-cpp-apiv3/etcd-cpp-apiv3
The etcd-cpp-apiv3 is a C++ library for etcd's v3 client APIs, i.e., ETCDCTL_API=3.
qicosmos/ormpp
modern C++ ORM, C++17, support mysql, postgresql,sqlite
wuye9036/Markdown-Syntax-CN
Markdown 语法简体中文版(fork 于繁体中文版 http://markdown.tw/ )
wuye9036/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
rigtorp/awesome-modern-cpp
A collection of resources on modern C++
cloudwu/coroutine
A asymmetric coroutine library for C.
tidwall/evio
Fast event-loop networking for Go
Tencent/DCache
A distributed in-memory NOSQL system based on TARS framework, support LRU algorithm and data persists on back-end database. Users can easily deploy, publish, and scale services on the web interface.
jrfonseca/gprof2dot
Converts profiling output to a dot graph.
WuBingzheng/memleax
debugs memory leak of running process. Not maintained anymore, try `libleak` please.
996icu/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
windard/sm4
SM4 by JavaScript
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
chaozh/MIT-6.824
Basic Sources for MIT 6.824 Distributed Systems Class
EmbedXj/OperatingSystems.ThreeEasyPieces
Chinese edition of Operating Systems .Three Easy Pieces
facebook/folly
An open-source C++ library developed and used at Facebook.
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
asatarin/testing-distributed-systems
Curated list of resources on testing distributed systems
Tencent/TSeer
A high available service discovery & registration & fault-tolerance framework
cfenollosa/os-tutorial
How to create an OS from scratch
TarsCloud/Tars
Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.
dacorvo/gtest-cmake-example
A sample project using GoogleTest with CMake
wsdjeg/vim-galore-zh_cn
Vim 从入门到精通
wsdjeg/hello-vim
Vim 中文资源整理
skywind3000/awesome-cheatsheets
超级速查表 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 :zap:
loveyacper/ananas
A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc
allencomet/proxy
a proxy server code that may help you learn network programming
yangmingzi/how-to-implement-a-DB-like-sqlite
golang/go
The Go programming language