Skip to content
View qis's full-sized avatar
Block or Report

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

  1. horus horus Public

    OBS plugin for Overwatch enemy detection using OpenCV and CUDA

    C++ 19 2

  2. xorstr xorstr Public

    A simple constexpr string literal obfuscator.

    C++ 103 21

  3. advisor advisor Public

    Narrator for build orders from sites like Spawning Tool.

    C++

  4. benchmark benchmark Public

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

    CMake 1

  5. ace ace Public

    Toolchain for native Linux, Windows and WebAssembly development.

    C++ 1

  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()