-
Updated
Jun 27, 2022 - JavaScript
{{ message }}
A collection of full-stack resources for programmers.
A Collection of Cheatsheets, Books, Questions, and Portfolio For DS/ML Interview Prep
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)
Learn OpenCV in 4 Hours - Code used in my Python and OpenCV course on freeCodeCamp.
Range-based goodness for C++17
TE: C++17 Run-time polymorphism (type erasure) library
Trait introspection and concept creator for C++11
Fast binary logger for C++
Machine Learning Concepts with Concepts
Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"
Concept Bottleneck Models, ICML 2020
Thread pool using std::* primitives from C++17, with optional priority queue/greenthreading for POSIX.
Modern port of Melanie Mitchell's and Douglas Hofstadter's Copycat
(Concepts-enabled) Functional Abstraction Layer for C++
A simple app which shows the lastest movies trailers based on different genres developed using SwiftUI.
This capsule is the companion code to the Bixby Quick Start guide. The capsule demonstrates use of Concepts and Actions.
List of concepts and code snippets that would help in learning Golang and apply in Web Development
The curation repository for the data behind Concepticon.
Linear Algebra Fundamentals for Machine Learning
Content on tips, tricks, advice, practices for naming things in in software/technology
A complementary resource that helps python programmers to learn Haskell
Visual guide to OOP and almost any other programming concepts
Add a description, image, and links to the concepts topic page so that developers can more easily learn about it.
To associate your repository with the concepts topic, visit your repo's landing page and select "manage topics."
The documentation says this "Even though mp-units library does not implement any Linear Algebra types it is generic enough to be used with other Linear Algebra libraries existing on the market.". A set of examples using Eigen would be helpful. Blaze would probably be good too, but personally I don't use it so it's a lower priority for me.