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

    C++23 binary signature search algorithm optimized with AVX2

    C++ 71 10

  2. horus horus Public

    OBS plugin for Overwatch enemy detection using OpenCV and CUDA

    C++ 25 7

  3. result result Public

    Coroutine-TS based result type.

    C++ 1 2

  4. benchmark benchmark Public

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

    CMake 1 1

  5. xorstr xorstr Public

    A simple constexpr string literal obfuscator.

    C++ 119 23

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