Skip to content
View Superpatrex's full-sized avatar
💭
Codin
💭
Codin

Highlights

  • Pro

Block or report Superpatrex

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

👋 Hello, World!

About Me

#include <iostream>
#include <string>
#include <vector>

class Superpatrex
{

private:
    std::string username;
    std::string linkedinUrl;
    std::vector<std::string> pronouns = {"he", "him", "his"};
    std::vector<std::string> programmingLanguages = {"C#", "C++", "C", "Java", "Python", "JavaScript"};
    std::vector<std::string> tools = {"Git", "VS Code", "Unity"};
    std::vector<std::string> hackathonWins = {"ShellHacks", "KnightHacks", "HackJam",
                                            "IVRHA Virtual Reality and Healthcare Hackathon"};

    void display(std::string itemName, const std::vector<std::string>& items)
    {
        std::cout << itemName << std::endl;

        for (const auto& item : items) {
            std::cout << " - " << item << std::endl;
        }
    }

public:
    Superpatrex(std::string uname, std::string linkUrl) : username(uname), linkedinUrl(linkUrl)
    {
    }

    void displayUserInfo() {
        std::cout << "Username: " << username << std::endl;
        std::cout << "LinkedIn: " << linkedinUrl << std::endl;

        display("Programming Languages", programmingLanguages);
        display("Tools", tools);
        display("Hackathon Wins", hackathonWins);
    }
};

int main(void)
{
    Superpatrex superpatrex("Superpatrex", "https://www.linkedin.com/in/johnandrewscs/");
    superpatrex.displayUserInfo();
 
    return 0;
}

Hi there! I'm Superpatrex, a passionate software engineer and Honors Computer Science student at the University of Central Florida. Welcome to my GitHub profile!

🔧 Technologies & Tools

Here are some of the technologies and tools I frequently work with:

Top Languages

📊 GitHub Stats

GitHub Stats

🌱 Current Learning

I'm currently learning and interested in virtual reality and general software development. Always eager to explore new things and broaden my knowledge!

🎯 Current Projects

Here are some projects I'm currently working on:

  • InterView: Virtual Reality Application written in Unity utilizing a large language model to interview individuals for different positions in companies, Oculus Voice SDK, and XR Interactive Toolkit.
  • Quackademy: Virtual Reality Application written in Unity to function as a classroom for neuro-divergent elementary school children
  • DABOMS: Augmented Reality Application written in Unity using GroKit Core that simulates visual and nervous system disorders for GERT suits, product development, and generation of empathy for those affilicted with those disabilities, diseases, and impairments

💻 Hackathons Attended

ShellHacks 2023

  • 🏆 1st Place: Microsoft Mixed Reality Challenge
  • 🏆 2nd Place: Assurant Way Challenge
  • 🚀 Check out my team's project Quackademy
  • 📄 Devpost

Knight Hacks 2023

HackJam

  • 🏆 1st Place: Overall
  • 🚀 Check out my project Cubedle

VRHA Virtual Reality and Healthcare Hackathon

  • 🏆 1st Place: Overall
  • 🚀 Check out my project DABOMS

ShellHacks 2024

  • 🏆 2st Place: Overall
  • 🏆 1nd Place: Microsoft AI Challenge
  • 🏆 2nd Place: Google Challenge
  • 🚀 Check out my team's project ARSL
  • 📄 Devpost

Knight Hacks 2024

🚀 Interests

Apart from coding, I have a keen interest in:

  • 📚 Reading and learning new technologies.
  • 🍽️ Cooking new foods and always eating.

📫 Let's Connect

Popular repositories Loading

  1. 24L-Streaming-AI-To-VR-AR 24L-Streaming-AI-To-VR-AR Public

    24L Streaming AI To VR/AR

    C# 5

  2. VRHHI VRHHI Public

    C# 3 1

  3. Cubedle Cubedle Public

    HackJam 2023 Project

    HTML 2

  4. Group-8-COP4331-Small-Project Group-8-COP4331-Small-Project Public

    JavaScript 1 1

  5. Vigilant Vigilant Public

    1 1

  6. Quackademy Quackademy Public

    HTML 1