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
|
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!
|
-
Remote
- /bin/bash
- https://hackaday.io/userpro215
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.