Pinned Repositories
apue.h
coroutine-in-C
A stackful, asymmetric coroutine in C. 有栈非对称协程的C语言实现版本。
doubanlist
elmerfem
Official git repository of Elmer FEM software
genpasswd
Generate a password base on a tag. 基于标签的密码生成本。
http-server
A simple http server implement in c, based on the reactor pattern.
MyDict
A dictionary which can display word randomly.
netcat-with-AES
Netcat with AES (可以使用 AES 加密的 netcat).
tcp-server
A multi-threading tcp-server in c, based on the reactor pattern.
thread-pool
A threadpool library with automatic thread adjustment capability. 可以自动调节线程数量的C语言线程库。
lylhw13's Repositories
lylhw13/coroutine-in-C
A stackful, asymmetric coroutine in C. 有栈非对称协程的C语言实现版本。
lylhw13/MyDict
A dictionary which can display word randomly.
lylhw13/apue.h
lylhw13/doubanlist
lylhw13/elmerfem
Official git repository of Elmer FEM software
lylhw13/genpasswd
Generate a password base on a tag. 基于标签的密码生成本。
lylhw13/http-server
A simple http server implement in c, based on the reactor pattern.
lylhw13/netcat-with-AES
Netcat with AES (可以使用 AES 加密的 netcat).
lylhw13/tcp-server
A multi-threading tcp-server in c, based on the reactor pattern.
lylhw13/thread-pool
A threadpool library with automatic thread adjustment capability. 可以自动调节线程数量的C语言线程库。
lylhw13/GAS-Professional-Assembly-Language
Linux下的as格式汇编《Professional Assembly Language》
lylhw13/local-share
类似于web chat, 可以方便地在局域网的多设备之间分享文字,图片和文件。
lylhw13/lylhw13.github.io
lylhw13/password
password generator and keeper for wechat
lylhw13/socket-with-AES
Example for tcp socket with aes encrypt. Use server and client chat as an example to explain useage.
lylhw13/video2gif
A batch script for convert video to GIF files by FFmpeg.exe on Windows