Skip to content
View qis's full-sized avatar

Block or report qis

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. horus Public

    OBS plugin for Overwatch enemy detection using OpenCV and CUDA

    C++ 24 7

  2. xorstr Public

    A simple constexpr string literal obfuscator.

    C++ 120 23

  3. advisor Public

    Narrator for build orders from sites like Spawning Tool.

    C++ 1

  4. benchmark Public

    Comparison of a Coroutines-TS based result<T> type to exceptions.

    CMake 1 1

  5. ace Public

    Toolchain for portable C++ game engine development.

    Shell 1

  6. Parse ISO 8601 date time strings in ...
    1
    // if(MSVC)
    2
    //   set(AVX2_FLAGS "/arch:AVX2")
    3
    // else()
    4
    //   set(AVX2_FLAGS "-march=native -mavx2")
    5
    // endif()