Lassi-Ki's Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
krahets/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
microsoft/generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/
louislam/uptime-kuma
A fancy self-hosted monitoring tool
lencx/ChatGPT
🔮 ChatGPT Desktop Application (Mac, Windows and Linux)
Light-City/CPlusPlusThings
C++那些事
facebook/folly
An open-source C++ library developed and used at Facebook.
ossrs/srs
SRS is a simple, high-efficiency, real-time media server supporting RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, and GB28181.
nginx/nginx
The official NGINX Open Source repository.
gabime/spdlog
Fast C++ logging library.
jitsi/jitsi-meet
Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
catchorg/Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
gitroomhq/postiz-app
📨 The ultimate social media scheduling tool, with a bunch of AI 🤖
Zeyi-Lin/HivisionIDPhotos
⚡️HivisionIDPhotos: a lightweight and efficient AI ID photos tools. 一个轻量级的AI证件照制作算法。
Alinshans/MyTinySTL
Achieve a tiny STL in C++11
wuye9036/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
mehdihadeli/awesome-software-architecture
🚀 A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
microsoft/cpprestsdk
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
juce-framework/JUCE
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
ThePhD/sol2
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
USCiLab/cereal
A C++11 library for serialization
markparticle/WebServer
C++ Linux WebServer服务器
Qihoo360/safe-rules
详细的C/C++编程规范指南,由360质量工程部编著,适用于桌面、服务端及嵌入式软件系统。
versatica/JsSIP
JsSIP, the JavaScript SIP library
vit-vit/CTPL
Modern and efficient C++ Thread Pool Library
SqliteModernCpp/sqlite_modern_cpp
The C++14 wrapper around sqlite library
j0r1/JRTPLIB
RTP Library
c42f/tinyformat
Minimal, type safe printf replacement library for C++
rspeyer/soundtouch
SoundTouch library compiled for iOS http://www.surina.net/soundtouch/index.html
parallel101/simdtutor
x86-64 SIMD矢量优化系列教程