Pinned Repositories
AlgorithmsSedgewick
Code from the book "Algorithms" (4th ed.) by Robert Sedgewick and Kevin Wayne (original, and my solutions to exercises).
cosbench
a benchmark tool for cloud object storage service
Cpp-Primer
C++ Primer 5ed answers
CppPrimer
:books: C++ Primer 5 exercise answers.
jfinal-blog
采用jfinal开发的个人博客
jfinalbbs
使用JFinal开发的Java语言的社区
kimgbo
kimgbo是muduo网络库的重构版本
klibcpp
kedixa's Cplusplus Library(timer, multiarray, unsigned_bigint, bigint, rational)
muduo
A C++ non-blocking network library for multi-threaded server in Linux
paxos
A simple Paxos implementation in C++
shuizaiku7's Repositories
shuizaiku7/AlgorithmsSedgewick
Code from the book "Algorithms" (4th ed.) by Robert Sedgewick and Kevin Wayne (original, and my solutions to exercises).
shuizaiku7/cosbench
a benchmark tool for cloud object storage service
shuizaiku7/Cpp-Primer
C++ Primer 5ed answers
shuizaiku7/CppPrimer
:books: C++ Primer 5 exercise answers.
shuizaiku7/jfinal-blog
采用jfinal开发的个人博客
shuizaiku7/jfinalbbs
使用JFinal开发的Java语言的社区
shuizaiku7/kimgbo
kimgbo是muduo网络库的重构版本
shuizaiku7/klibcpp
kedixa's Cplusplus Library(timer, multiarray, unsigned_bigint, bigint, rational)
shuizaiku7/muduo
A C++ non-blocking network library for multi-threaded server in Linux
shuizaiku7/paxos
A simple Paxos implementation in C++
shuizaiku7/ResumeSample
Resume template for Chinese programmers . 程序员简历模板系列。包括PHP程序员简历模板、iOS程序员简历模板、Android程序员简历模板、Web前端程序员简历模板、Java程序员简历模板、C/C++程序员简历模板、NodeJS程序员简历模板、架构师简历模板以及通用程序员简历模板
shuizaiku7/SearchEngine
shuizaiku7/shadowsocks
backup of https://github.com/shadowsocks/shadowsocks
shuizaiku7/sicp
Structure and Interpretation of Computer Programs study notes with exercise solutions
shuizaiku7/slang
SystemVerilog compiler and language services
shuizaiku7/Socket
Socket C++ Classes
shuizaiku7/tair
A distributed key-value storage system developed by Taobao.com
shuizaiku7/test_github
This repository is used for testing the usage of github
shuizaiku7/TinySTL
TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)
shuizaiku7/Vlpp
Common C++ construction, including string operation / generic container / linq / General-LR parser generator / multithreading / reflection for C++ / etc
shuizaiku7/WebBench
Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。
shuizaiku7/YTSTL