jleko75's Stars
rigtorp/awesome-modern-cpp
A collection of resources on modern C++
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
lballabio/QuantLib
The QuantLib C++ library
adnanaziz/EPIJudge
EPI Judge - Preview Release
microsoft/proxy
Proxy: Next Generation Polymorphism in C++
shashankvemuri/Finance
150+ quantitative finance Python programs to help you gather, manipulate, and analyze stock market data
curl/everything-curl
The book documenting the curl project, the curl tool, libcurl and more. Simply put: everything curl.
jpbarrette/curlpp
C++ wrapper around libcURL
CppCon/CppCon2019
Slides and other materials from CppCon 2019
striver79/SDESheet
markjprice/cs10dotnet6
Repository for the Packt Publishing book titled "C# 10 and .NET 6 - Modern Cross-Platform Development" by Mark J. Price
jaege/Cpp-Primer-5th-Exercises
Solutions to Exercises in C++ Primer 5th Edition
anthonywilliams/ccia_code_samples
Code samples for C++ Concurrency in Action
portfoliocourses/c-example-code
C Programming Language Example Code
BartVandewoestyne/Design-Patterns-GoF
Working code for the Design Patterns book from the Gang of Four.
muqsitnawaz/modern-cpp-cheatsheet
Best practices of Modern C++
damirlj/modern_cpp_tutorials
Tutorials in modern c++
nburgessx/SwapsBook
Low Latency Interest Rate Markets – Theory, Pricing and Practice
DanielaE/CppInAction
Demo Code for presentation "C++ In Action"
CppCon/CppCon2021
Slides and other materials from CppCon2021
HFTrader/awesome-programming-resources
My curated collection of great sources of information for programming
HFTrader/awesome-modern-cpp
A collection of resources on modern C++
sadhbh-c0d3/cpp20-orderbook
Order Book implementation in C++20 (Concepts & Co-Routines)
profitviews/popular-gits
proghead00/Data-Structures-and-Algorithms-In-C-Cpp
This repo contains important DSA problems and solutions
HFTrader/hash-table-shootout
A benchmark of some prominent C/C++ hash table implementations
Vitorian/MyPasteBin
Miscellaneous Bits of Random Code
HFTrader/BenchmarkingTutorial
Google Benchmark examples
HFTrader/modern-cpp-cheatsheet
Cheatsheet for best practices of Modern C++ (taken from Effective Modern C++)
swapnilh/maze-for-programmers
C++ implementations of the algorithms from "Mazes For Programmers"