Stars
Android 面试宝典、数据结构和算法、音视频 (FFmpeg、AAC、x264、MediaCodec)、 C/C++ 、OpenCV、跨平台等学习记录。【0基础音视频进阶学习路线】
A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
《C++ 17 The Complete Guide》- 翻译中
《Effective Modern C++》- 完成翻译
2023年,最新音视频学习资料整理,项目(调试可用),ffmpeg命令手册,文章,编解码论文,视频讲解,面试题全套资料
一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
Make your vim more power and much easer. 最实用的vim配置🔥
📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
This is a collection of short Python scripts to solve and automate tasks and simplify any work.
Open-Sora: Democratizing Efficient Video Production for All
使用scrapy,redis, mongodb,graphite实现的一个分布式网络爬虫,底层存储mongodb集群,分布式使用redis实现,爬虫状态显示使用graphite实现
A complete Linux application software development tool library and runtime framework, aim at make C++ development easy.
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 2013.
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
A bounded multi-producer multi-consumer concurrent queue written in C++11