Skip to content
View SwiftWindz's full-sized avatar
🐢
Slow and steady
🐢
Slow and steady

Block or report SwiftWindz

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

The Basics🎆

 public class Phil{
 	
	private final String name, pronouns, email, LinkedIn, BuyMeCoffee;
	private double caffeineLevel; 
	
 	/**
	*Default constructor for a software engineering student
	*/
	public Phil(){
 		this.name = "Phil Ganem";
		this.pronouns = "He/Him";
		this.email = "[email protected]";
		this.LinkedIn = "https://www.linkedin.com/in/phil-ganem/";
 		this.BuyMeCoffee = "https://www.buymeacoffee.com/swift"
		this.caffeineLevel = 0.0;
	}
	
	/**
	*ingest caffeine
	*/
	public void drinkCoffee(){
		//Overdose
		if(caffeineLevel == 20.0){
			System.exit(-1);
		}
		caffeineLevel += 1.0;
	}
	
 }

Intro

🤠 Howdy

My name's Phil and I'm software engineering undergraduate at 🐯RIT🐯. Welcome to my GitHub!

  • I am current in my fifth year of college
  • Currently, I'm looking for a neat open source project to support with my time and skills.
  • I am a huge fan of free educational resources for current and to-be programmers and would love to work on a related project
  • Always down to collaborate on a project, feel free to shoot me an email to express intrest in working with me.

Popular repositories Loading

  1. SwiftWindz SwiftWindz Public

    1

  2. Cocktail-Cabinet Cocktail-Cabinet Public

    Website built using the cocktaildb for exploring new drink ideas

    JavaScript 1

  3. website-v2 website-v2 Public

    JavaScript 1 1

  4. Rust-Practice Rust-Practice Public

    Rust Learning

    Rust

  5. Advent-of-Code-2021 Advent-of-Code-2021 Public

    Java

  6. personal-page personal-page Public

    The second iteration of my website!

    JavaScript