C++ 基础, 算法, 数据库,MySQL, ElasticSearch, Redis, 编程四大件, 微服务 , 中间件, ZeroMQ, 部署工具, Docker, k8s, Istio, Linux, , 实践|项目, 开源项目, 个人项目, 读书笔记, 面试题, 优质文章, 博客推荐...
☆161Nov 10, 2024Updated last year
Alternatives and similar repositories for cpp-notes
Users that are interested in cpp-notes are comparing it to the libraries listed below
Sorting:
- 所看所学所记,Python,Go,后端/架构技术,数据分析,机器学习。持续学习中☆10Feb 1, 2020Updated 6 years ago
- A high-performance mqtt server(broker) implemented using C++20 asio coroutine☆16Jun 27, 2025Updated 8 months ago
- url parse and normalize,the only include file is include/Url.h,the pgurl class will parse and normalize your url☆20Mar 7, 2013Updated 13 years ago
- 《大话设计模式》java版实现。包括简单工厂模式,策略模式,装饰模式,代理模式,工厂方法模式,原型模式,模板方法模式,外观模式,建造模式,观察者模式,状态模式。☆10Feb 1, 2018Updated 8 years ago
- c++11 Server based on coroutine and reactor☆110Nov 30, 2021Updated 4 years ago
- 「C/C++学习+面试指南」一份涵盖大部分 C++ 程序员所需要掌握的知识。入门、进阶、深入、校招、社招,准备 C++ 学习& 面试,首选 CppGuide!☆2,303Jul 29, 2023Updated 2 years ago
- c++ async rpc framework. 14w+qps.☆1,639Oct 18, 2023Updated 2 years ago
- 微服务治理框架C++实现☆83Dec 8, 2022Updated 3 years ago
- 一款高性能的后端分布式服务器网络框架☆36Mar 20, 2025Updated last year
- C/C++学习,后端开发进阶指南。☆6,082Jun 24, 2025Updated 8 months ago
- 把这里当网盘了,因为需要差异性更新所以就放这儿了☆15Mar 2, 2016Updated 10 years ago
- Visual Studio Code extension for searching selected or word under cursor in devdocs.io☆16May 17, 2023Updated 2 years ago
- Event-Driven C++ High-Performance WebServer In C++11☆89May 10, 2022Updated 3 years ago
- Simple and easy to use desktop application for ChatGPT & AI, will supporting Window, MacOS, Linux platforms. | 洁且易用的 ChatGPT/星火大模型 & AI 的…☆15Feb 28, 2025Updated last year
- Source for blog post demonstrating the difference between a proactor and reactor☆10May 1, 2017Updated 8 years ago
- ☆21Mar 4, 2025Updated last year
- 这个 项目主要用作C++开发面试相关知识学习。☆32Mar 29, 2021Updated 4 years ago
- A mini-redis learn from tokio.☆12Dec 20, 2022Updated 3 years ago
- 一个QT5练手项目,实现百度和有道翻译API☆10Mar 7, 2016Updated 10 years ago
- 《操作系统真象还原》自写源码实现 并于CSDN上面详细记录操作系统的整个实现流程 包括Debug步骤与书籍中错误勘误 Bochs2.6.8 Gcc4.4 本书除最后三个小功能其余全部实 现 6k行左右的代码 希望能帮到各位 ^^☆77Apr 24, 2022Updated 3 years ago
- 2024届求职-C++后端-学习笔记-操作系统、计算机网络、C++语言+算法☆13Oct 31, 2023Updated 2 years ago
- CPP面试修炼☆171Mar 23, 2024Updated 2 years ago
- An instant messaging software based on Qt. Including C/S, P2P, offline-message, etc. Realize TCP using UDP.☆11Feb 4, 2018Updated 8 years ago
- 个人笔记☆13May 7, 2021Updated 4 years ago
- 涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++…☆2,645Jan 16, 2022Updated 4 years ago
- 从零开始创建一个支持负载均衡的Reactor模式网络库,支持linux平台的三种IO 复用,并基于此构建了多个有 趣的应用,包括经过高度优化实现的高并发的Echo服务,使用消息反射技术实现的聊天服务等,云会议室等,参见【Apps】☆13Aug 24, 2023Updated 2 years ago
- pytorch reimplementation for Detecting Adversarial Examples from Sensitivity Inconsistency of Spatial-Transform Domain☆11Oct 30, 2022Updated 3 years ago
- 音视频基础知识 瑞芯微(Rockchip)/海思MPP☆14Nov 24, 2025Updated 3 months ago
- ☆2,933Dec 16, 2024Updated last year
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,640Dec 8, 2023Updated 2 years ago
- This is a player bases on QT5/ffmpeg/sdl2.0☆13Dec 8, 2018Updated 7 years ago
- 后台开发核心技 术与应用实践☆29Jun 8, 2019Updated 6 years ago
- 本人的文章和笔记,充当懒人 Blog 来用。☆12Jul 15, 2025Updated 8 months ago
- C++那些事☆42,989Mar 12, 2026Updated last week
- 使用Qt开发的高性能二维GIS☆12Jun 6, 2024Updated last year
- This repository is for LiCamPose dataset and official implement for Weakly Supervised 3D Multi-person Pose Estimation for Large-scale Sce…☆12Nov 30, 2022Updated 3 years ago
- QT + FFmpeg 5.x + x264 + x265 + SDL2 音视频播放器☆35May 19, 2024Updated last year
- C/C++ interview notes☆502Mar 22, 2025Updated last year
- 本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删☆11Oct 28, 2020Updated 5 years ago