Skip to content
View legends2k's full-sized avatar
πŸ’­
Learning stuff at my own pace πŸ“š
πŸ’­
Learning stuff at my own pace πŸ“š

Block or report legends2k

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. spirit-of-cpp spirit-of-cpp Public

    Presentation for the non-C++ programmer to build a healthy C++ mental model

    HTML 50 1

  2. cpp-param-ref cpp-param-ref Public

    Quick Reference for Choosing C++ Function Parameter Type

    29 1

  3. 2d-fov 2d-fov Public

    Field of View and Line of Sight in 2D

    HTML 69 8

  4. 2d-transforms-101 2d-transforms-101 Public

    A presentation/tutorial on 2D transforms for practitioners

    22 1

  5. Prints the distribution of an 8-bit ... Prints the distribution of an 8-bit minifloat 1.4.3.βˆ’7
    1
    #include <iostream>
    2
    #include <bitset>
    3
    #include <cstdint>
    4
    #include <iomanip>
    5
    #include <limits>
  6. build-fundamentals build-fundamentals Public

    Presentation on basics of using build systems

    JavaScript