Pinned Repositories
Blog
ChatRoom
用epoll完成的一个多人在线聊天室
CppPrimer
:books: C++ Primer 5 exercise answers.
ExpTree
使用逆波兰式实现的表达式求值
ftracer
Function tracer for gcc
hurlex-doc
hurlex 项目的文档
LeetCode
做leetcode记录下来的题解
simpleC_complier
参考c4完成的C语言编译器,代码逻辑大部分跟c4相同,但是确实是自己理解了并重写,附有大量中文注释。
Tinyhttpd
tinyhttpd 是一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。
UkeyHttpd
使用线程池和epoll实现的简单的http服务器
UKeeySDis's Repositories
UKeeySDis/simpleC_complier
参考c4完成的C语言编译器,代码逻辑大部分跟c4相同,但是确实是自己理解了并重写,附有大量中文注释。
UKeeySDis/UkeyHttpd
使用线程池和epoll实现的简单的http服务器
UKeeySDis/ChatRoom
用epoll完成的一个多人在线聊天室
UKeeySDis/Tinyhttpd
tinyhttpd 是一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。
UKeeySDis/Blog
UKeeySDis/CppPrimer
:books: C++ Primer 5 exercise answers.
UKeeySDis/ExpTree
使用逆波兰式实现的表达式求值
UKeeySDis/ftracer
Function tracer for gcc
UKeeySDis/hurlex-doc
hurlex 项目的文档
UKeeySDis/LeetCode
做leetcode记录下来的题解
UKeeySDis/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
UKeeySDis/libevent
Event notification library
UKeeySDis/my_vimrc
自己使用的vim配置文件,使用的插件有youcompleteme和nerdtree以及tagbar等。
UKeeySDis/nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
UKeeySDis/SimpleFTP
在linux下用c实现的一个简单的ftp服务端和客户端
UKeeySDis/tensorflow
Computation using data flow graphs for scalable machine learning
UKeeySDis/ukeeysdis.github.io
personal website