Pinned Repositories
BinderSample
Android Binder Demo示例程序,分别从Android应用层(Java)、framework层(Java)、native层(C++)3个角度,通过example阐述如何创建和使用Android Binder IPC实例
daily_exercise
用于日常练习
design_patterns
learnGit
leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
miniftpd
muduo
A C++ non-blocking network library for multi-threaded server in Linux
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, HyperLogLogs, Bitmaps.
ReviewCS
复习CS专业知识
UNP
用于存放UNP部分练习代码
tanligao's Repositories
tanligao/design_patterns
tanligao/miniftpd
tanligao/BinderSample
Android Binder Demo示例程序,分别从Android应用层(Java)、framework层(Java)、native层(C++)3个角度,通过example阐述如何创建和使用Android Binder IPC实例
tanligao/daily_exercise
用于日常练习
tanligao/learnGit
tanligao/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
tanligao/muduo
A C++ non-blocking network library for multi-threaded server in Linux
tanligao/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, HyperLogLogs, Bitmaps.
tanligao/ReviewCS
复习CS专业知识
tanligao/UNP
用于存放UNP部分练习代码
tanligao/lighttpd1.4
lighttpd1.4 on github for easier collaboration - main repo still on lighttpd.net
tanligao/Linux-0.11
The old Linux kernel source ver 0.11 which has been tested under modern Linux, Mac OSX and Windows.
tanligao/skynet
A lightweight online game framework
tanligao/tanligao.github.io
tanligao/TeamTalk
TeamTalk is a solution for enterprise IM
tanligao/Tinyhttpd
tinyhttpd 是一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。
tanligao/WebBench
Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。