Pinned Repositories
TxtToAi
将点集进行贝塞尔曲线化,转成矢量图
c-
fossa
Async non-blocking multi-protocol networking library for C/C++
interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。
learngit
muduo
A C++ non-blocking network library for multi-threaded server in Linux
NetServer
A C++ High Performance NetServer
OfferRoad
c++开发面试准备复习笔记
Python-100-Days
Python - 100天从新手到大师
Simple-Web-Server
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
serifycode's Repositories
serifycode/TxtToAi
将点集进行贝塞尔曲线化,转成矢量图
serifycode/c-
serifycode/fossa
Async non-blocking multi-protocol networking library for C/C++
serifycode/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。
serifycode/learngit
serifycode/muduo
A C++ non-blocking network library for multi-threaded server in Linux
serifycode/NetServer
A C++ High Performance NetServer
serifycode/OfferRoad
c++开发面试准备复习笔记
serifycode/Python-100-Days
Python - 100天从新手到大师
serifycode/Simple-Web-Server
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
serifycode/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
serifycode/txt2ai
点集转成贝塞尔曲线
serifycode/web_server
参考muduo、Netserver、webserver写的服务器
serifycode/WebBench
Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址:http://home.tiscali.cz/~cz210552/webbench.html
serifycode/WebServer
A C++ High Performance Web Server