Pinned Repositories
3dlearn
Automatically exported from code.google.com/p/3dlearn
ace_reactor
ace reactor server.
acmLearn
若干acm程序设计大赛题和学习资料
architecture.of.internet-product
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
bbqscreen_client
Sources for the client app of BBQScreen
FEBio
FEBio Suite Solver
free-programming-books
:books: Freely available programming books
MachineLearning
一些关于机器学习的学习资料与研究介绍
ngx_limit_tcp_module
This module used for limiting accept events and concurrent.
Reactor-10
a c implemention of Reactor pattern -- by adamtornhill
chenbk85's Repositories
chenbk85/raft
raft cpp implementation demo
chenbk85/apue
Advanced Programming in the UNIX Environment ( c++ )
chenbk85/bluetootch
bluetooch control ppt
chenbk85/boost-fiber
userland threads
chenbk85/bServer
a server frame
chenbk85/C-11
C++11一些简单的联系代码
chenbk85/carp
"interesting" VM in C. Let's see how this goes.
chenbk85/CGSFII
CGSF Second Edition
chenbk85/easyrtc
EasyRTC is a bundle of Open Source WebRTC joy! Our Javascript API hides the differences between Chrome and Firefox browsers and simplifies coding needed for working WebRTC apps. Signalling server using socket.io built on node.js. Tons of free code so you can build WebRTC apps in a few hours that just work. Demos include Instant messaging, Multiparty chatroom, Audio + Video, Screen sharing, Data channel Messaging and File sharing, and more.
chenbk85/g3log
G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++11 with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage.
chenbk85/HelloBoostIoServices
Boost asio based thread pool, timer and async IO services. Hello world usage in main program, but potentially useful.
chenbk85/How-to-Make-a-Computer-Operating-System
How to Make a Computer Operating System in C++
chenbk85/JdeRobot
chenbk85/kimgbo
kimgbo是一个基于Reactor模式的多线程C++网络库,从muduo网络库改写而来,去除了muduo对于Boost库的依赖,转而用C++11和tr1标准替代。并优化了muduo网络库原有的一处代码,提供了基础的使用示列,示列代码在kimgbo/example目录下。后期准备继续对其进行完善,并有可能改进其Buffer的实现,敬请关注!!!
chenbk85/Linux_Server_Reactor
Linux Server on TCP in reactor model
chenbk85/logserver
日志服务器,接收APP发送的日志
chenbk85/malloc-survey
:chart_with_upwards_trend: Allocation benchmarks
chenbk85/mariadb-connector-c
MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.The client library is LGPL licensed.
chenbk85/Markdown-Syntax-CN
Markdown 语法简体中文版(fork 于繁体中文版 http://markdown.tw/ )
chenbk85/netter
A multiple thread IO reactor network library for high performance c++ server programming
chenbk85/ofxModernSocket
openframeworks socket library with c++11 thread and boost.asio
chenbk85/PSS
易于开发基于插件的跨平台网络服务器框架
chenbk85/reactor-8
chenbk85/reckless
Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.
chenbk85/rptp
A network library based on Reactor, Poll and ThreadPool
chenbk85/source-sdk-2013
The 2013 edition of the Source SDK
chenbk85/SSL
chenbk85/tphProjects
Contains all of my private projects.
chenbk85/use_vim_as_ide
use vim as IDE
chenbk85/znet
A C network library