Skip to content
View jianyang18's full-sized avatar

Block or report jianyang18

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

Hi there 👋 I'm Jian

import { Person } from '@world';

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

class Me extends Spells {
  name     = 'Jian Yang';
  role     = 'CS Student';
  location = 'Winnipeg, MB';
  website  = '[https://www.thisisjian.com]';
}

Pinned Loading

  1. 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

  2. musicPlayer_web musicPlayer_web Public

    JavaScript

  3. 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

  4. gomoku gomoku Public

    JavaScript