Skip to content
View ViralTaco's full-sized avatar

Block or report ViralTaco

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

    Minimal (25 SLOC) Argument Parser Concept. Using DJB2 hash on std::string_view for blazing fast switching over string literals.

    C++ 1 1

  2. mkpass mkpass Public

    Short and simple command line password generator.

    C++ 1

  3. mkcxx mkcxx Public

    Simplifying the —repetitive— cmake process.

    Shell

  4. Argumentative Argumentative Public

    C++ Command Line Argument Parsing Made Easy.

    C++ 3

  5. Solution to the Exercism.io "C++ Spa... Solution to the Exercism.io "C++ Space Age" exercise.
    1
    #ifndef VT_SPACE_AGE_HPP
    2
    #define VT_SPACE_AGE_HPP
    3
    /// copyright 2019-2021 viraltaco_ <https://opensource.org/licenses/MIT>
    4
    
                  
    5
    namespace /*(anonymous)*/ {
  6. array array Public

    A portable (freestanding implementation) simple array struct, inspired by std::array

    C++ 1