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.

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

Welcome to my profile!

class profile {
    private:
        string acc_name = "f4alt";
        string IP = "45.56.76.233";
        vector<string> code{ "c", "c++", "html", "css", "python" };
        vector<string> tools{ "linux", "mac", "windows" };
  
    public:
        profile() {};
        ~profile() {};
        void add_code(string _code) { code.push_back(_code); };
        void add_tool(string _tool) { tools.push_back(_tool); };
        void print() { /* fixme */ };
};

int main() {
    profile f4alt;

    // seems like a lot of work in CMake these days..
    f4alt.add_code("cmake");

    f4alt.print();

    return 0;
}
f4alt's Github Stats
Extra GitHub Profile Stats

f4alt's Activity Graph

f4alts's Top Languages
Note: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.

Popular repositories Loading

  1. Personal-Website Personal-Website Public

    JavaScript

  2. secretSanta secretSanta Public

    Python based secret Santa generator.

    Python

  3. brlcad brlcad Public

    Forked from BRL-CAD/brlcad

    BRL-CAD is a powerful cross-platform open source combinatorial solid modeling system

    C

  4. 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++

  5. f4alt f4alt Public