Skip to content
View HARRY-JUSTHARRY's full-sized avatar

Block or report HARRY-JUSTHARRY

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

Hi there 👋 I'm Jian

import { Person } from '@world';

class Spells extends Person {
  languages  = ['Java', 'C++', 'Python', 'C', 'JavaScript'];
  databases  = [];
  frameworks = ['React'];
}

class Me extends Spells {
  name     = 'Jian Yang';
  role     = 'CS Student';
  location = 'Winnipeg, MB';
  website  = '[https://harry-justharry.github.io/personal_portfolio]';
}

Pinned Loading

  1. personal_portfolio personal_portfolio Public

    Welcome to my personal portfolio website! 🚀

    HTML

  2. calculator_in_java calculator_in_java Public

    A feature-rich calculator application developed in Java, featuring a graphical user interface and advanced mathematical and conversion functions

    Java

  3. musicPlayer_web musicPlayer_web Public

    JavaScript

  4. simpleClock simpleClock Public

    A simple C program that implements a simple clock, displaying the current time and date in a continuous loop. The program utilizes system calls for accessing time information and displays it on the…

    C

  5. gomoku gomoku Public

    JavaScript