Skip to content
View lolswirl's full-sized avatar
👻
👻

Block or report lolswirl

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
lolswirl/README.md
struct Engineer {
    std::string title = "executive software engineer";
    std::string profession = "building scalable backend systems by day";
    std::string passion = "crafting wow addons by night";
    std::string currentProject = "swirlui core";
    std::vector<std::string> languages = {"c++", "python", "java", "javascript", "lua"};
    std::vector<std::string> hobbies = {"ui design", "gaming", "open source"};
};

int main() {
    Engineer swirl;
    std::cout << swirl.title << " who loves " << swirl.passion << std::endl;
    std::cout << "current project: " << swirl.currentProject << std::endl;
    return 1;
}

Pinned Loading

  1. wait-im-ramping wait-im-ramping Public

    healing theorycrafting, visualization, and optimizing tools for world of warcraft healers

    TypeScript

  2. swirlui-core swirlui-core Public

    automated profile management and advanced interface tweaking addon for swirlui

    Lua

  3. chi-harmony-in-cell chi-harmony-in-cell Public

    Guide on tracking Chi Harmony natively in Cell

    Lua 3