Skip to content
View EarlMcCard's full-sized avatar
🗺️
🗺️

Block or report EarlMcCard

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

About me

class Developer : virtual Foo {
  public:
    Developer();
    struct ComputerEngineer
    {
      union About_Me
      {
        string tools = "bash bash bash!";
      };
      union Contact_Me
      {
        string email[] = "[email protected]";
        string location[] = "miami beach, fl";
      };
    } bio;
  private:
    struct preferences
    {
      union code {
        const string preferred = "C++";
        const char* programming_languages[] 
        {
          "c", "c++", "java", "python"
        };
        const char* developer_tools [] =
        {
          "bash", "ultimate-vim", "tmux"
        };
    } prefs;
    struct technology
    {
      string machine_learning;
      string artificial_intelligence;
      string fuel_cell_ai;
      string predictive_maintenance;
      string autonomous_vehicles;
    } tech;
}; // end class Developer

Summary

Most of my time on campus has been spent becoming a Computer Engineer and double majoring in Computer Science. I'm currently into debian linux, data structures, and working on old projects from college. I'm constantly working on mobile apps, updating my webpages or just plain rtfm! I use this repository for projects that I build in my courses and in my spare time. Please feel free to check out my most recent repositories!

Latest Projects

  • ctse-projects - A repository showcasing the projects and applications I developed while earning my Full-Stack Software Engineer certification from Coding Temple.

  • ctse-workshops - A dedicated collection of all workshops completed during the Coding Temple Full-Stack Software Engineering certification program.

Popular repositories Loading

  1. EarlMcCard EarlMcCard Public

    My humor based on my pain...

  2. ctse-workshops ctse-workshops Public

  3. ctse-projects ctse-projects Public

  4. technical-workshops technical-workshops Public

  5. html-flex-grid html-flex-grid Public

    HTML