Pinned Repositories
1-pandas-intro
利用Pandas分析离线股票数据(秒级记录)
ImageMagick
ImageMagick 7
object_pool
object pool for c++11
secp256k1
Optimized C library for EC operations on curve secp256k1
uttp
[Unfinished] libuv based HTTP server
shuihan0555's Repositories
shuihan0555/CTPL
Modern and efficient C++ Thread Pool Library
shuihan0555/BinarySemaphore
Binary semaphore using futexes.
shuihan0555/mysql-protobuf
shuihan0555/cplusplus-_Implementation_Of_Introduction_to_Algorithms
《算法导论》第三版中算法的C++实现
shuihan0555/Seqlock
An implementation of Seqlock in C++11
shuihan0555/libuv-chat
TCP Event-Loop Async Chat server and client using libuv
shuihan0555/mysql
Automatically exported from code.google.com/p/google-mysql
shuihan0555/cpp-netlib
The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.
shuihan0555/sonar-cppcheck
SonarQube Cppcheck Plugin
shuihan0555/RabbitMQ
RabbitMQ系统3.5.3版本中文完全注释(同时实现了RabbitMQ系统和插件源代码编译,根据配置文件创建RabbitMQ集群,创建连接RabbitMQ系统的客户端节点等相关功能,方便源代码的阅读)
shuihan0555/SystemProgramming
UIUC Crowd-Sourced System Programming Book
shuihan0555/CppCon2014
Speaker materials from CppCon 2014
shuihan0555/maven-framework-project
a maven and spring repository
shuihan0555/kNN
机器学习实战
shuihan0555/fossa
Async non-blocking multi-protocol networking library for C/C++
shuihan0555/spartan
A collection of High-Frequency trading components
shuihan0555/materials
shuihan0555/opensource
【编程随想】收藏的开源项目清单
shuihan0555/REACT-CPP-AMQP
Library to work with the RabbitMQ broker using the REACT-CPP event loop
shuihan0555/libuv-tls
Add SSL/TLS functionality on top of libuv
shuihan0555/cpp.react
C++React: A reactive programming library for C++11.
shuihan0555/usrsctp
shuihan0555/multiplaybanditlib
shuihan0555/ShadowVPN
Removed according to regulations.
shuihan0555/mysql-plugin-disable-myisam
MySQL plugin to disable creating MYISAM tables.
shuihan0555/libuv
Go to
shuihan0555/rabbitmq-cpp-tutorials
C++ code for RabbitMQ tutorials
shuihan0555/murmur3
Murmur3 hash in C
shuihan0555/Okasaki
Functional data structures in C++
shuihan0555/murmurhash.c
MurmurHash3 general hash bashed lookup function implementation