gofawer's Stars
Developer-Y/cs-video-courses
List of Computer Science courses with video lectures.
commaai/openpilot
openpilot is an operating system for robotics. Currently, it upgrades the driver assistance system on 300+ supported cars.
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
signalapp/Signal-iOS
A private messenger for iOS.
ValveSoftware/GameNetworkingSockets
Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. P2P networking / NAT traversal. Encryption.
apple/swift-algorithms
Commonly used sequence and collection algorithms for Swift
flashlight/flashlight
A C++ standalone library for machine learning
amzeratul/halley
A lightweight game engine written in modern C++
fnc12/sqlite_orm
❤️ SQLite ORM light header only library for modern C++
CppCon/CppCon2020
Slides and other materials from CppCon 2020
CppCon/CppCon2019
Slides and other materials from CppCon 2019
gameprogcpp/code
Game Programming in C++ Code
samhocevar/portable-file-dialogs
💬 Portable GUI dialogs library, C++11, single-header
HappyCerberus/book-cpp-algorithms
The Standard Algorithms in C++.
MultiplayerBook/MultiplayerBook
BartVandewoestyne/Effective-Modern-Cpp
Sample code for the Effective Modern C++ book by Scott Meyers.
PacktPublishing/Software-Architecture-with-Cpp
Software Architecture with C++, published by Packt
arc80/FlapHero
A small C++ game built using Plywood
nicklockwood/Chess
A simple Chess game for iOS, written in Swift
chriskohlhoff/talking-async
Example programs for Talking Async videos
PacktPublishing/CPP-Reactive-Programming
C++ Reactive Programming, published by Packt
ph3at/libenvpp
A modern C++ library for type-safe environment variable parsing
PacktPublishing/Expert-CPP
Expert C++, published by Packt
PacktPublishing/Demystified-Object-Oriented-Programming-with-CPP
Demystified Object-Oriented Programming with C++, published by Packt
PacktPublishing/CPlusPlus17-STL-Solutions
C++17 STL Solutions , published by Packt
PacktPublishing/Building-Games-with-SFML
Building Games with SFML [Video] by Packt Publishing
cmello/draft-http-tunnel
bsergeev/AsioHttpServer
Simple asynchronous HTTP 1.0 server based on non-Boost ASIO C++11 example
hniemeyer/RustForCppDevs
Slides for my "Intro to Rust for C++ devs" talk.
gofawer/match3
A web match-3 game in C++14 using SDL2 / MVC / Range-v3 / Meta State Machine / Dependency Injection