《UNIX环境高级编程》中文第三版笔记
☆1,393Jan 25, 2019Updated 7 years ago
Alternatives and similar repositories for APUE_notes
Users that are interested in APUE_notes are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 《UNIX环境高级编程》随书代码与课后习题☆445Nov 11, 2025Updated 4 months ago
- 《算法导论》第三版中算法的C++实现☆4,061Mar 14, 2024Updated 2 years ago
- 一个学习Apue的仓库,对于每一章节的学习代码会上传下来,包含一些遇到的问题,以及解决的 一些问题,也包括了一路走来,的成长点滴,在后期后加上我的 博客地址,来记录学习的点滴、☆442Jun 12, 2018Updated 7 years ago
- 《learning python》中文第四版的学习笔记,由纸值文档转换而来☆304Jan 25, 2019Updated 7 years ago
- Event-driven network library for multi-threaded Linux server in C++11☆16,000Dec 23, 2025Updated 3 months ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job s…☆37,638Aug 24, 2025Updated 7 months ago
- Python常用库以及第三方package的使用笔记☆120Jan 25, 2019Updated 7 years ago
- 优质的网络资源的地址☆33Apr 29, 2016Updated 9 years ago
- A C++ High Performance Web Server☆8,182Sep 27, 2023Updated 2 years ago
- deeplearningbook学习笔记,来自于 http://www.deeplearningbook.org☆279Jan 25, 2019Updated 7 years ago
- C++那些事☆42,989Mar 12, 2026Updated last week
- 涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++…☆2,647Jan 16, 2022Updated 4 years ago
- A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》☆5,483Feb 27, 2026Updated 3 weeks ago
- 剖析 STL 是一种享受的过程!☆2,526Jan 15, 2018Updated 8 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- Linux下C++轻量级WebServer服务器☆19,333Jul 5, 2024Updated last year
- Unix环境高级编程学习笔记☆13Jul 20, 2014Updated 11 years ago
- 《Linux/UNIX网络编程》习题答案&重点归纳☆93Jul 23, 2021Updated 4 years ago
- C++11/14/17/20 Concurrency Demystified: From Core Principles to Thread-Safe Code☆2,195Dec 25, 2024Updated last year
- 知名开源代码库的注释版:C++、Golang等☆1,378Feb 25, 2023Updated 3 years ago
- Linux高性能服务器编程源码☆558Dec 28, 2015Updated 10 years ago
- 《Effective Modern C++》- 完成翻译☆8,843Nov 14, 2025Updated 4 months ago
- Master Modern C++(11/14/17/20) Templates: TMP, SFINAE, Concepts, CRTP, Variadic Magic, and Compile-Time Sorcery☆1,644Jan 24, 2025Updated last year
- 《深度探索c++对象模型》的阅读笔记☆56Jun 11, 2015Updated 10 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网//tinyhttpd.sourceforge.net☆12,116Jul 27, 2023Updated 2 years ago
- 中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)☆10,522Aug 20, 2024Updated last year
- 学习笔记整理📚☆2,112Jun 7, 2023Updated 2 years ago
- Achieve a tiny STL in C++11☆12,419Oct 27, 2024Updated last year
- Linux多线程服务端编程[muduo C++网络库]☆588Sep 9, 2021Updated 4 years ago
- C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前 哨」和「CPP开发者」微信公号团队维护更新。☆11,052Dec 28, 2023Updated 2 years ago
- 学习C & C++ & python&汇编语言 LLVM编译器 数据结构 算法 操作系统 单片机 linux 面试☆3,057May 17, 2024Updated last year
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,642Dec 8, 2023Updated 2 years ago
- 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework☆4,733Aug 19, 2023Updated 2 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.
- C++设计模式☆2,588Oct 11, 2024Updated last year
- 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。☆2,317Jan 26, 2021Updated 5 years ago
- 从零开始的 JSON 库教程☆7,952Jun 14, 2024Updated last year
- 《TCP/IP详解 卷1:协议》读书笔记☆118Oct 6, 2023Updated 2 years ago
- 搞定C++。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。☆8,645Jul 20, 2025Updated 8 months ago
- Linux 内核揭秘☆7,647Jul 17, 2025Updated 8 months ago
- UNIX网络编程 卷1:套接字联网API(第3版)源代码☆168Jun 4, 2019Updated 6 years ago