Skip to content
View emcca029's full-sized avatar
Block or Report

Block or report emcca029

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
emcca029/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[] = "earlmccard@gmail.com";
        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

  • A guide to help you run your PEMFC fuel cell models in docker containers in WSL2 on Windows 10 using Ubuntu 20.04 LTS as a Linux distribution and VcXsrv windows X server to run PEMFC fuel cell models in a graphical display.

  • A simple Modern Warfare script that includes all of the pro features from YouTube.

Build README

Popular repositories

  1. emcca029 emcca029 Public

    My humor based on my pain...

  2. fc-devel fc-devel Public