Pinned Repositories
Apron_C
Complier for permission description language(specific for Apron).
apron_language
independ apron language.
ATCD
ACE/TAO/CIAO/DAnCE
c4
C in four functions
CHadoop
Prototype of Hadopp-like computation system in C/C++
floodlightsec
frenetic
The Frenetic Programming Language and Runtime System
freneticEx
extend netkat
glog
C++ implementation of the Google logging module
json
JSON for Modern C++
similecat's Repositories
similecat/Apron_C
Complier for permission description language(specific for Apron).
similecat/apron_language
independ apron language.
similecat/ATCD
ACE/TAO/CIAO/DAnCE
similecat/c4
C in four functions
similecat/CHadoop
Prototype of Hadopp-like computation system in C/C++
similecat/floodlightsec
similecat/frenetic
The Frenetic Programming Language and Runtime System
similecat/freneticEx
extend netkat
similecat/glog
C++ implementation of the Google logging module
similecat/json
JSON for Modern C++
similecat/Lan
Complier (In java) for permission description language(specific for Apron and constrait).
similecat/leetcode
code for leetcode onlie judge
similecat/Libevent
Nick's public libevent repository. The official repository is at git://levent.git.sourceforge.net/gitroot/levent/libevent
similecat/muduo
A C++ non-blocking network library for multi-threaded server in Linux
similecat/nedmalloc
An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmalloc. Optimised for x86 and x64. Compatible with C++. Can patch itself into existing binaries on Windows.
similecat/nginx
Complete (unofficial) history of nginx releases
similecat/programming_cpp
Learning test on cpp.
similecat/protobuf
Protocol Buffers - Google's data interchange format
similecat/shadowsocks
similecat/tesseract
Tesseract Open Source OCR Engine (main repository)
similecat/Tinyhttpd
tinyhttpd 是一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。
similecat/vim
vim配置文件和插件
similecat/WebBench
Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。Webbench使用C语言编写, 代码实在太简洁,源码加起来不到600行。