Pinned Loading
-
iced-material-icon-browser
iced-material-icon-browser PublicA simple Iced application that I wrote as a learning activity, which allows you to browse the full list of regular Material Icons.
-
vscode-extension-symbol-comment-navigator
vscode-extension-symbol-comment-navigator PublicA simple VSCode extension that allows navigating marked comments as if they were code symbols, similar to Xcode's // MARK: syntax.
TypeScript
-
c-mpsc
c-mpsc PublicA C POSIX multi-thread based multiple producers, single consumer (MPSC) channel library
C
-
c-generic-doubly-linked-list
c-generic-doubly-linked-list PublicA simple and experimental C implementation of a generic doubly linked list
C
-
Mimicking JavaScript's Array.prototy...
Mimicking JavaScript's Array.prototype.map in C++20 with Concepts for Transforming Number Vectors 12# Implementing Number Array Mapping Using C++20 Concepts
34I recently started exploring C++ concepts (here's a useful tutorial I found: [C++ 20 Concepts - A Quick Introduction](https://www.cppstories.com/2021/concepts-intro/)). Since one of the best ways to learn new programming concepts is by writing actual code, I decided to create a small program that mimics JavaScript's `Array.prototype.map` or Rust's `.map` iterator (followed by the `collect` method) to apply transformations on a vector of numbers.
5 -
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.