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
-
-
calculator_in_java
calculator_in_java PublicA feature-rich calculator application developed in Java, featuring a graphical user interface and advanced mathematical and conversion functions
Java
-
-
simpleClock
simpleClock PublicA 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
-
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.