Skip to content
View psjoel02's full-sized avatar
๐Ÿ’ป
๐Ÿ’ป
  • SU83, 9045XY
  • 18:26 (UTC -05:00)

Block or report psjoel02

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

Hi there ๐Ÿ‘‹

My Wall


๐Ÿ“ซ How to contact me:

email

Discord


๐Ÿ’ป IDEs used:
Visual Studio Visual Studio Code PyCharm IntelliJ IDEA Android Studio


>Joel's github stats

public class Joel{
  
  public String Name, University, Major, Scholarship;
  
  public Joel(){
    System.out.println("Constructor invoked and objects initialized.");
  }
  
  public Joel(String name, String university, String major, String scholarship){
    this.Name = name;
    this.University = university;
    this.Major = major;
    this.Scholarship = scholarship;
  }
  
  private static void sayHello(){
    System.out.println("Hello World!");
  }
  
  public static void main(String [] args){
    Joel P = new Joel("Joel", "University of Texas at Arlington", "Bachelor's in Computer Science", "Presidential Scholar");
    P.sayHello();
  }
}

Popular repositories Loading

  1. BatteryIcon BatteryIcon Public

    Windows battery icon alternative.

    C# 10

  2. Steam-Wishlist-Scraper Steam-Wishlist-Scraper Public

    This script can calculate the total cost of your wishlist using the grey market sites CDKeys and Eneba, and the official sites Fanatical, Green Man Gaming, and Steam.

    Python 3

  3. HS-Computer-Science HS-Computer-Science Public

    Assignments for Computer Science in High School in 2019 and 2020. Includes Java, HTML, CSS, and JS.

    Java 1

  4. CSE3310Project CSE3310Project Public

    Forked from kloby-tech/CSE3310Project

    Collaboration on Java Android App for CSE 3310. My part of the project was the NoSQL Firebase database with CRUD operations for managing users and the majority of the user interface.

    Java

  5. Weather Weather Public

    Simple unofficial Kotlin-based weather application for Android devices. Users will need a Visual Crossing API key to load data using the API calls in the program.

    Kotlin

  6. Stock_Management_System Stock_Management_System Public

    Forked from virajsabhaya23/Stock_Management_System

    Java