Pinned Repositories
C-Thread-Pool
A minimal but powerful thread pool in ANSI C
cmake-cookbook
CMake Cookbook recipes.
CPlusPlusThings
C++那些事
Cpp-Primer
C++ Primer 5 answers
Cpp_Primer_Answers
《C++ Primer》第五版中文版习题答案
Cpp_Primer_Practice
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
EasyLogger
An ultra-lightweight(ROM<1.6K, RAM<0.3k), high-performance C/C++ log library. | 一款超轻量级(ROM<1.6K, RAM<0.3k)、高性能的 C/C++ 日志库
file-rotatelogs
Port of perl5 File::RotateLogs to Go
immortalwrt-mt798x
kernel_new_features
一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等
ElyCC's Repositories
ElyCC/C-Thread-Pool
A minimal but powerful thread pool in ANSI C
ElyCC/cmake-cookbook
CMake Cookbook recipes.
ElyCC/CPlusPlusThings
C++那些事
ElyCC/Cpp-Primer
C++ Primer 5 answers
ElyCC/Cpp_Primer_Answers
《C++ Primer》第五版中文版习题答案
ElyCC/Cpp_Primer_Practice
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
ElyCC/EasyLogger
An ultra-lightweight(ROM<1.6K, RAM<0.3k), high-performance C/C++ log library. | 一款超轻量级(ROM<1.6K, RAM<0.3k)、高性能的 C/C++ 日志库
ElyCC/file-rotatelogs
Port of perl5 File::RotateLogs to Go
ElyCC/immortalwrt-mt798x
ElyCC/kernel_new_features
一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等
ElyCC/ldd3
Linux Device Drivers 3 examples updated to work in recent kernels
ElyCC/learning-cmake
learning cmake
ElyCC/leetcode
LeetCode Problems' Solutions
ElyCC/libcoap
A CoAP (RFC 7252) implementation in C
ElyCC/libevent
Event notification library
ElyCC/mosquitto
Eclipse Mosquitto - An open source MQTT broker
ElyCC/mtk_uartboot
ElyCC/nsjail
A light-weight process isolation tool, making use of Linux namespaces and seccomp-bpf syscall filters (with help of the kafel bpf language)
ElyCC/paho.mqtt.c
An Eclipse Paho C client library for MQTT for Windows, Linux and MacOS. API documentation: https://eclipse.github.io/paho.mqtt.c/
ElyCC/paho.mqtt.embedded-c
Paho MQTT C client library for embedded systems. Paho is an Eclipse IoT project (https://iot.eclipse.org/)
ElyCC/pyecharts
🎨 Python Echarts Plotting Library
ElyCC/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
ElyCC/unpv13e
UNIX Network Programming, Volume 1, Third Edition Source Code