lighttpd, webserver, http://www.lighttpd.net/
nginx ,webserver,http://nginx.org/
varnish,a web application accelerator,https://www.varnish-cache.org/
glibc, libs for c, http://www.gnu.org/software/libc/libc.html
gtk, gui toolkit,http://www.gtk.org/
busybox, unix-like utilities, http://www.busybox.net/
netfilter&iptables,http://www.netfilter.org/
redis,key-value store system, http://redis.io/
memcached,memory object caching system, http://memcached.org/
LCC, the lightweight C compiler along with the excellent book documenting it: A Retargetable C Compiler: Design and Implementation by David R. Hanson. It's worth reading even if you have no interest in writing compilers.
本文列举了一些优秀的C语言开源项目,包括轻量级HTTP服务器lighttpd和nginx,Web应用程序加速器varnish,C标准库glibc,GUI工具包gtk,Unix-like实用工具busybox,网络过滤器和iptables,键值存储系统redis,内存对象缓存系统memcached,以及轻量级C编译器LCC的相关资源。这些项目对于C语言开发者和系统管理员具有很高的参考价值。
1233

被折叠的 条评论
为什么被折叠?



