Pinned Repositories
actor-framework
An Open Source Implementation of the Actor Model in C++
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
apue.3e
Advanced Programming in the UNIX Environment - Third Edition
APUE_notes
《UNIX环境高级编程》中文第三版笔记
awesome-cheatsheets
超级速查表 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 :zap:
awesome-spider
爬虫集合
bgslibrary
A Background Subtraction Library
Books
运维之道
brpc
Most common RPC framework used throughout Baidu, with 600,000+ instances and 500+ kinds of services, called "baidu-rpc" inside Baidu.
ddzlib
斗地主牌库(含癞子和机器人)
YuuFish's Repositories
YuuFish/bgslibrary
A Background Subtraction Library
YuuFish/c1000k
A tool to test if you system supports 1 million connections(c1000k)
YuuFish/code-with-comments
Read code, comment it.
YuuFish/Counting-and-Detecting-Vehicles
Program written in C++ for counting and detecting vehicles. This program use the opencv library for the image processing.
YuuFish/CppCon2014
Speaker materials from CppCon 2014
YuuFish/CppCon2015
Presentation Materials from CppCon 2015
YuuFish/ebook-1
A collection of classic computer science books from Internet
YuuFish/larbin
Larbin Web Crawler
YuuFish/learnCode
YuuFish/learngit
YuuFish/leetcode-2
LeetCode Problems' Solutions
YuuFish/libevent
A public libevent repository. The official repository is at https://github.com/libevent/libevent
YuuFish/linux_chat_tcp
YuuFish/LoveCode
YuuFish/lua-events
A Lua EventEmitter class in node.js style.
YuuFish/lua-fsm
A simple finite-state machine implementation for Lua.
YuuFish/lua_reading
Lua 5.3.0 源码阅读,阅读过程中加入注释方便理解
YuuFish/muduo
A C++ non-blocking network library for multi-threaded server in Linux
YuuFish/opencv
Open Source Computer Vision Library
YuuFish/PySpider-1
Python爬虫的学习历程
YuuFish/reactor
一个简单的reactor模式实现
YuuFish/Reactor-1
a c implemention of Reactor pattern -- by adamtornhill
YuuFish/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
YuuFish/simple_vehicle_counting
Vehicle Detection, Tracking and Counting
YuuFish/some-mmorpg
YuuFish/talkbox
a talkbox build with skynet
YuuFish/tftpx
TFTP server and client implementation in C
YuuFish/ucore_os_lab
os kernel labs for operating systems course in Tsinghua University.
YuuFish/vim
vim配置文件和插件
YuuFish/zl_threadpool
Linux平台下C++(C++98、C++03、C++11)实现的线程池