Skip to content
View BB-301's full-sized avatar

Block or report BB-301

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. iced-material-icon-browser iced-material-icon-browser Public

    A simple Iced application that I wrote as a learning activity, which allows you to browse the full list of regular Material Icons.

    Rust 35 2

  2. vscode-extension-symbol-comment-navigator vscode-extension-symbol-comment-navigator Public

    A simple VSCode extension that allows navigating marked comments as if they were code symbols, similar to Xcode's // MARK: syntax.

    TypeScript

  3. c-mpsc c-mpsc Public

    A C POSIX multi-thread based multiple producers, single consumer (MPSC) channel library

    C

  4. c-generic-doubly-linked-list c-generic-doubly-linked-list Public

    A simple and experimental C implementation of a generic doubly linked list

    C

  5. Mimicking JavaScript's Array.prototy... Mimicking JavaScript's Array.prototype.map in C++20 with Concepts for Transforming Number Vectors
    1
    
                  
    2
    # Implementing Number Array Mapping Using C++20 Concepts
    3
    
                  
    4
    I 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
    
                  
  6. c-fancy-string c-fancy-string Public

    A C library for easy and fun string manipulation

    C