Pinned Repositories
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
awesome-qt-qml
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things.
Books-1
Boost-Cookbook
Online examples from "Boost C++ Application Development Cookbook":
carrano7e
Source Code for Data Abstraction & Problem Solving with C++: Walls and Mirrors
ccia_code_samples
Code samples for C++ Concurrency in Action
code
Code for the book "Mastering OpenCV with Practical Computer Vision Projects" by Packt Publishing 2012.
CPlusPlus
This repository contains some material I've created to teach courses on C++ and the Standard Template Library (STL). Please see http://www.dre.vanderbilt.edu/~schmidt/cs251 for more information on these topics, including video presentations and slides.
CPP-Design-Patterns
cpp-design-patterns-for-humans
An ultra-simplified explanation to design patterns in C++
BillyTheGolden's Repositories
BillyTheGolden/Mastering-the-Cpp17-STL
Mastering the C++17 STL, published by Packt
BillyTheGolden/Data-Structures
Data Structures in C++ from Data Abstraction and Problem Solving (Walls and Mirrors) 7th ed.
BillyTheGolden/maybe
资料
BillyTheGolden/Effective-Modern-Cpp
Sample code for the Effective Modern C++ book by Scott Meyers.
BillyTheGolden/Modern-Cpp-Programming-Cookbook
Modern Cpp Programming Cookbook, by Packt
BillyTheGolden/flask-zipcode-user-distance
Getting distance between zip code and user's location based on IP address. User need to provide list of zip codes as JSON object. Script will go through each zip code, get latitude/longitude for each zip code, calculate distance between user lat/lng and zip code lat/lng. Response will be a JSON object where the key is the zip code and the value is the distance in miles between that zip code and the user.
BillyTheGolden/Books-1
BillyTheGolden/WLANProfileEditor
A simple dialog UI that wraps the WlanUIEditProfile API for editing Wi-Fi profiles on Windows.
BillyTheGolden/Qt5Projects
Fork of some Qt5 Projects from QtLabs
BillyTheGolden/loki
A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.