NemoYZ's Stars
quickjs-zh/QuickJS
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。
ftk/quickjspp
QuickJS C++ wrapper
chriskohlhoff/asio
Asio C++ Library
mahuifa/QMDemo
Qt日常开发的一些功能模块或者Qt库、三方库的使用Demo,例如FFmpeg、OpenCV、Web、QGraphicsView、OpenGL、网络编程、数据库、QSS样式表、QtChart图表绘制等。
confidentFeng/FFmpeg
FFmpeg_VideoPlayer
actor-framework/actor-framework
An Open Source Implementation of the Actor Model in C++
chromium/chromium
The official GitHub mirror of the Chromium source
unicode-org/icu
The home of the ICU project source code.
jobbole/awesome-cpp-cn
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
Pang-GJ/luce
C++20协程net,基于epoll,可以方便地使用await语法
Flow-Based-Cartograms/go_cart
High-performance software to produce flow-based cartograms.
PHZ76/DesktopSharing
桌面共享, 支持RTSP转发, RTSP推流, RTMP推流。
nlohmann/json
JSON for Modern C++
leiurayer/downkyi
哔哩下载姬downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。
huangzworks/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
sylar-yin/sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
CnTransGroup/EffectiveModernCppChinese
《Effective Modern C++》- 完成翻译
Lynn-zhang/BalanceTree
二叉查找树、AVL树、红黑树、B-树
steveLauwh/SGI-STL
剖析 STL 是一种享受的过程!
Alinshans/MyTinySTL
Achieve a tiny STL in C++11