Pinned Repositories
apue
Advanced Programming in the UNIX
benchmark
A microbenchmark support library
buptwxt.github.io
喜糖的个人博客
CppPrimer
:books: C++ Primer 5 exercise answers.
googletest
GoogleTest - Google Testing and Mocking Framework
HexoBlog
Hexo 个人博客
huxpro.github.io
My Blog / Jekyll Themes
leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Personal-Bookshelves
SerialPortControlRelay
继电器型号:XZ232X4Y4; 平台:windows;1、cmd输入命令直接控制连接在串口的继电器; 2、通过平台客户端发送json格式命令给连接有继电器的主机上运行的server程序控制继电器;3、server程序通过ini文件配置ip和端口;4、server程序通过xml文件配置继电器的类型,5、平台客户端发送命令修改xml配置
buptwxt's Repositories
buptwxt/apue
Advanced Programming in the UNIX
buptwxt/benchmark
A microbenchmark support library
buptwxt/buptwxt.github.io
喜糖的个人博客
buptwxt/CppPrimer
:books: C++ Primer 5 exercise answers.
buptwxt/googletest
GoogleTest - Google Testing and Mocking Framework
buptwxt/HexoBlog
Hexo 个人博客
buptwxt/huxpro.github.io
My Blog / Jekyll Themes
buptwxt/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
buptwxt/Personal-Bookshelves
buptwxt/SerialPortControlRelay
继电器型号:XZ232X4Y4; 平台:windows;1、cmd输入命令直接控制连接在串口的继电器; 2、通过平台客户端发送json格式命令给连接有继电器的主机上运行的server程序控制继电器;3、server程序通过ini文件配置ip和端口;4、server程序通过xml文件配置继电器的类型,5、平台客户端发送命令修改xml配置
buptwxt/TDengine
An open-source big data platform designed and optimized for the Internet of Things (IoT).
buptwxt/thread_pool
thread pool for linux
buptwxt/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
buptwxt/tinyrpc
A simple but usable RPC framework