NfhLion's Stars
weijunext/indie-hacker-tools
收录独立开发者出海技术栈和工具
yundiantech/VideoPlayer
Qt+ffmpeg实现的视频播放器
it-ebooks-0/geektime-books
:books: 极客时间电子书
Qihoo360/evpp
A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
mutouyun/cpp-ipc
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
Mq-b/Modern-Cpp-templates-tutorial
现代C++模板教程
CnTransGroup/Cpp17TheCompleteGuideChinese
《C++ 17 The Complete Guide》- 翻译中
CnTransGroup/EffectiveModernCppChinese
《Effective Modern C++》- 完成翻译
yinwenjie/FFmpeg_Tutorial
FFmpeg工具和sdk库的使用demo
0voice/ffmpeg_develop_doc
2023年,最新音视频学习资料整理,项目(调试可用),ffmpeg命令手册,文章,编解码论文,视频讲解,面试题全套资料
All-Hands-AI/OpenHands
🙌 OpenHands: Code Less, Make More
shengqiangzhang/examples-of-web-crawlers
一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
liu-jianhao/Cpp-Design-Patterns
C++设计模式
youngyangyang04/PowerVim
Make your vim more power and much easer. 最实用的vim配置🔥
trekhleb/learn-python
📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
avinashkranjan/Amazing-Python-Scripts
🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
fnplus/Python-scripts-collection
This is a collection of short Python scripts to solve and automate tasks and simplify any work.
hpcaitech/Open-Sora
Open-Sora: Democratizing Efficient Video Production for All
lining0806/PythonSpiderNotes
Python入门网络爬虫之精华版
gnemoug/distribute_crawler
使用scrapy,redis, mongodb,graphite实现的一个分布式网络爬虫,底层存储mongodb集群,分布式使用redis实现,爬虫状态显示使用graphite实现
cpp-main/cpp-tbox
A complete Linux application software development tool library and runtime framework, aim at make C++ development easy.
Tencent/libco
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.
jobbole/awesome-cpp-cn
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
wuye9036/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
MeouSker77/Cpp17
本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删
ZLMediaKit/ZLToolKit
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
rigtorp/SPSCQueue
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
rigtorp/MPMCQueue
A bounded multi-producer multi-consumer concurrent queue written in C++11
834810071/muduo_study
Linux多线程服务端编程[muduo C++网络库]
libevent/libevent
Event notification library