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/murmurhash.c
MurmurHash3 general hash bashed lookup function implementation
shuihan0555/Concurrency
shuihan0555/rabbit-socks
Websocket and Socket.IO support for RabbitMQ (deprecated -- see https://github.com/sockjs/sockjs-erlang instead)
shuihan0555/lib_mysqludf_skeleton
MySQL UDF skeleton project
shuihan0555/mysql-udf
A set of C++ user-defined functions for MySQL servers.
shuihan0555/redlock-cpp
C++实现redis分布式锁(Redlock Redis-based distributed locks implementation in C++)
shuihan0555/ConsumeDemo
shuihan0555/uvpgpool
A Postgresql Connection Pool utilizing libuv for asynchronous connection & query response handling.
shuihan0555/python-tutorials
Learning notes of python
shuihan0555/codeparkshare
Python初学者(零基础学习Python、Python入门)书籍、视频、资料、社区推荐
shuihan0555/otree
a simple btree implementation with automatic space reclaiming
shuihan0555/redis-tools
Abandoned project "Redis tools". What was relevant is now part of redis-cli & redis-benchmark
shuihan0555/lib_mysqludf_json
A UDF library of functions to map relational data to the JSON format.
shuihan0555/active-object
Active Object snippets with C++11, C++03 and C++/Qt
shuihan0555/libuv-multiple-loops
An example showing how to use multiple event loops in libuv. The loops run in two different threads, and the example also shows how threads can communicate.
shuihan0555/cpp11-study
playground for cpp11
shuihan0555/libtask
Write event-driven programs without the hassle of events!
shuihan0555/ben-books
shuihan0555/murmur2
Murmur2 Hashes in ansi C