Read code, comment it.
☆353Feb 10, 2021Updated 5 years ago
Alternatives and similar repositories for code-with-comments
Users that are interested in code-with-comments are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 学海无涯☆39Sep 11, 2021Updated 4 years ago
- 技术总结 & 想法 & 经历☆127Feb 10, 2021Updated 5 years ago
- C/C++做的小项目合集带注释☆416May 4, 2017Updated 8 years ago
- Event-driven network library for multi-threaded Linux server in C++11☆16,071Dec 23, 2025Updated 4 months ago
- 阅读过的一些开源代码和注释☆212May 23, 2015Updated 10 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 学习Linux epoll,使用epoll实现聊天室demo☆12Apr 2, 2019Updated 7 years ago
- Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网//tinyhttpd.sourceforge.net☆12,126Jul 27, 2023Updated 2 years ago
- 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework☆4,675Aug 19, 2023Updated 2 years ago
- 一个c++网络库,基于epoll☆17Jul 31, 2017Updated 8 years ago
- linux下c/c++模拟实现云盘项目☆633Oct 2, 2021Updated 4 years ago
- tinyhttpd的详细注释版,十分适合入门者学习的一个项目☆1,785Jul 8, 2018Updated 7 years ago
- An easy to use and efficient memory pool allocator written in C++.☆1,429Jun 2, 2019Updated 6 years ago
- 从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis…☆1,113Jul 5, 2022Updated 3 years ago
- Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址//home.tiscali…☆2,796Jun 19, 2021Updated 4 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆647May 1, 2021Updated 5 years ago
- C++ 简单练习项目☆538Jun 23, 2024Updated last year
- 学习C++,学习linux编程,学习网络编程,学习reactor网络模型,自己实现一遍练手;☆374Jun 12, 2017Updated 8 years ago
- an implementation of a lsmtree☆11Feb 18, 2023Updated 3 years ago
- 我在OJ上所做的数据结构和算法题目集及相应的 解答。现在大概有400+题目, 主要包括Leetcode、HiHoCoder、NowCoder、CCF CSP认证考试和其他OJ,其中Leetcode上做题数量最多,分类齐全,总结也更多一些。☆20Jan 1, 2019Updated 7 years ago
- Some exercises and mini projects like miniFtpd about unix network programming☆20Nov 21, 2017Updated 8 years ago
- 记录cpp知识点,面试题,网络编程,多线程编程☆547May 23, 2020Updated 5 years ago
- Windows PE file debugger☆11Aug 30, 2017Updated 8 years ago
- A simple C Thread pool implementation☆899Dec 16, 2020Updated 5 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Linux下的一个C++轻量级Web服务器,在完善自带的KV存储引擎之后提供分布式的存储服务☆33Jan 19, 2023Updated 3 years ago
- libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since…☆8,682Mar 7, 2024Updated 2 years ago
- TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)☆2,506Oct 27, 2018Updated 7 years ago
- 基于protobuf以及boost.asio网络模块实现的RPC☆18Jul 8, 2015Updated 10 years ago
- 一个简单的reactor模式实现☆31Sep 10, 2019Updated 6 years ago
- A C++ High Performance Web Server☆8,189Sep 27, 2023Updated 2 years ago
- A(nother) Binary Analysis Framework☆31Jun 10, 2014Updated 11 years ago
- Windows Kernel Mode PCRE☆10Feb 4, 2015Updated 11 years ago
- 一个简单的rtmp/rtsp播放器,支持windows/linux/macos☆45Jan 25, 2020Updated 6 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- 🌎 High Performance HTTP WebServer☆633Feb 7, 2018Updated 8 years ago
- Windows library for hooking functions across processes, injecting DLLs into other applications, and more. (Somewhat similar to MS Detours…☆12Apr 2, 2013Updated 13 years ago
- A memory engine that scans, debugs and disassembles an applications memory space.☆14Oct 29, 2017Updated 8 years ago
- A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》☆5,480Feb 27, 2026Updated 2 months ago
- Windows Syslog Command Line Client☆15Nov 21, 2012Updated 13 years ago
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,402Mar 5, 2024Updated 2 years ago
- 多线程/线程池,epoll,libevent网络库分别实现的三个网络HTTP服务器程序☆13Nov 8, 2017Updated 8 years ago