CoolBr33ze's Stars
JakubVojvoda/design-patterns-cpp
C++ Design Patterns
AdaptiveCpp/AdaptiveCpp
Implementation of SYCL and C++ standard parallelism for CPUs and GPUs from all vendors: The independent, community-driven compiler for C++-based heterogeneous programming models. Lets applications adapt themselves to all the hardware in the system - even at runtime!
uxlfoundation/oneDAL
oneAPI Data Analytics Library (oneDAL)
uxlfoundation/oneAPI-spec
oneAPI Specification source files
oneapi-src/oneAPI-samples
Samples for Intel® oneAPI Toolkits
uxlfoundation/oneMath
oneAPI Math Library (oneMath)
dev-cafe/cmake-cookbook
CMake Cookbook recipes.
TheLartians/ModernCppStarter
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
TheAlgorithms/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
TheAlgorithms/Java
All Algorithms implemented in Java
TheAlgorithms/Python
All Algorithms implemented in Python
methylDragon/coding-notes
I'm compiling comprehensive coding tutorials for many different languages and frameworks! 🐲
egendron93/cpp_library_template
modern implementation of a c++ library that uses cmake and conan2
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
SahibYar/Effective-Cpp-Summary
Strip down version of Scott Meyers "Effective C++" :book: book. Hosted at https://sahibyar.gitbook.io/effective-cpp-summary/
AnthonyDas/Effective_Modern_Cpp
O'Reilly Textbook - Scott Meyers
BartVandewoestyne/Effective-Cpp
Sample code for the Effective C++ book by Scott Meyers.
BartVandewoestyne/Effective-Modern-Cpp
Sample code for the Effective Modern C++ book by Scott Meyers.
shafik/cpp_blogs
C++ Blogs (plus other stuff we should care about like undefined behavior)
shafik/cpp_youtube_channels
Listing of C++ Youtube channels for conferences and user groups
cpp-best-practices/cppbestpractices
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
microsoft/vscode-tips-and-tricks
Collection of helpful tips and tricks for VS Code.
erangi/haifa-cpp
Documents used by the Haifa::C++ meetup group
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
rigtorp/awesome-modern-cpp
A collection of resources on modern C++
nasa/openmct
A web based mission control framework.
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++