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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. signaturesignaturePublic

    C++23 binary signature search algorithm optimized with AVX2

    C++ 78 12

  2. horushorusPublic

    OBS plugin for Overwatch enemy detection using OpenCV and CUDA

    C++ 33 7

  3. resultresultPublic

    Coroutine-TS based result type.

    C++ 1 2

  4. benchmarkbenchmarkPublic

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

    CMake 1 1

  5. xorstrxorstrPublic

    A simple constexpr string literal obfuscator.

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