Skip to content
View qis's full-sized avatar

Block or report qis

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++ 78 10

  2. horus horus Public

    OBS plugin for Overwatch enemy detection using OpenCV and CUDA

    C++ 29 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++ 126 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()