Skip to content
View grahamers's full-sized avatar

Block or report grahamers

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

Popular repositories Loading

  1. shared_ptr shared_ptr Public

    Implementation of shared pointer. Incomplete but illustrates key aspects of implementation (type erasure etc)

    C++ 1

  2. variadic_file_parser variadic_file_parser Public

    use of variadic templates along with deduction to parse csv like files

    C++

  3. padding padding Public

    padding implementation with and without C++ 20 ranges

    C++

  4. ranges_cpp_20 ranges_cpp_20 Public

    A powerful use case of C++ 20 ranges to solve a common problem

  5. IPC-shared-memory-segment IPC-shared-memory-segment Public

    Illustration of shared memory on linux for inter process communication