Skip to content
View jm4R's full-sized avatar

Block or report jm4R

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. reactive-cpp reactive-cpp Public

    Signal, properties & property binding library

    C++ 2

  2. type_tuple type_tuple Public

    The tuple indexed by type

    C++ 2

  3. fast_strcat fast_strcat Public

    Utilities to concatenate strings which reduce number of allocations

    C++

  4. mapp mapp Public

    miniaudio C++11 bindings

    C++ 1 1

  5. enum_visitor enum_visitor Public

    C++17 visitor for enum values that replaces redundant switch over enum

    C++

  6. Portable (Linux/X11 and Windows) way... Portable (Linux/X11 and Windows) way to monitor keyboard shortcuts + integration with asio
    1
    #pragma once
    2
    
    
    3
    #include <boost/predef/os.h>
    4
    #include <boost/asio/steady_timer.hpp>
    5