Skip to content
View Eczbek's full-sized avatar

Block or report Eczbek

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

    C++ utility library

    C++ 66 4

  2. ppdt ppdt Public

    preprocessor date and time parsing

    C 7

  3. c-snake c-snake Public

    A text-based snake game

    C 5 1

  4. html-snake html-snake Public

    golfed

    HTML 6

  5. as as
    1
    #include<concepts>
    2
    #include<utility>
    3
    struct as{template<class T>operator T(){std::unreachable();};template<class T>struct t{T&&x;template<class U>[[nodiscard]]constexpr decltype(static_cast<U>((T&&)x))operator->*(U(as::*)())noexcept(noexcept(static_cast<U>((T&&)x))){return static_cast<U>((T&&)x);}};};constexpr auto operator->*(auto&&x,std::same_as<as>auto)noexcept{return as::t((decltype(x))x);}
    4
    #define as ->*::as()->*&::as::operator