Pinned Repositories
cjieba
CppJieba的C语言api
json-c
https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/
libhttp
Multi platform HTTP and HTTPS library
libutf16
utf8 <-> utf16 conversion library
linux
Linux kernel source tree
list
Port linux kernel list.h to userspace
mysql2markdown
generate mysql table description to markdown format
Proto-quic
根据proto-quic实现的客户端和服务端,去掉其spdy验证,简化代码
quic
libquic: QUIC (Quick UDP Internet Connections)
rbtree
rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).
datrilla's Repositories
datrilla/mysql2markdown
generate mysql table description to markdown format
datrilla/cjieba
CppJieba的C语言api
datrilla/json-c
https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/
datrilla/libhttp
Multi platform HTTP and HTTPS library
datrilla/libutf16
utf8 <-> utf16 conversion library
datrilla/linux
Linux kernel source tree
datrilla/list
Port linux kernel list.h to userspace
datrilla/Proto-quic
根据proto-quic实现的客户端和服务端,去掉其spdy验证,简化代码
datrilla/quic
libquic: QUIC (Quick UDP Internet Connections)
datrilla/rbtree
rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).
datrilla/rzsz
rzsz base on 3.48
datrilla/ucs2-utf8
Convert characters set beetween utf-8 and ucs2 ONLY for simply chinese, ascii ,littlen-endian Computer.
datrilla/utf8-utf16-converter
A UTF-8 <-> UTF-16 converter written in pure C