Skip to content
View f4alt's full-sized avatar

Block or report f4alt

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
f4alt/README.md

Welcome to my profile!

Systems engineer • Performance tinkerer • Builder of strange and (sometimes) useful things

class profile {
    private:
        string acc_name = "f4alt";
        string IP = "45.56.76.233";
        vector<string> code  { "c", "c++", "python", "html", "css" };
        vector<string> tools { "cmake", "qt", "docker", "git" };
        vector<string> os    { "linux", "windows", "mac" };

    public:
        profile() = default;
        ~profile() = default;
        void add_code(const string& _code)  { code.push_back(_code); }
        void add_tool(const string& _tool)  { tools.push_back(_tool); }
        void print() const { /* TODO/FIME */ }
};

Popular repositories Loading

  1. Personal-Website Personal-Website Public

    JavaScript

  2. secretSanta secretSanta Public

    Python based secret Santa generator.

    Python

  3. TAMU-Classes TAMU-Classes Public

    A not so nice and neat list of classes I had repo's for throughout my time at A&M.

    C++

  4. f4alt f4alt Public

  5. ansible-fedora ansible-fedora Public

    Shell