Skip to content
View Jessy-Chahal's full-sized avatar
🖥️
Busy writing code
🖥️
Busy writing code

Highlights

  • Pro
Block or Report

Block or report Jessy-Chahal

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

Typing SVG


Hi there! Welcome to my Github profile.
I'm Jessy, a computer science student at Simon Fraser University.
Feel free to connect with me.


class JessyChahal():
    
  def __init__(self):
    self.name = "Jessy Chahal";
    self.username = "Jessy-Chahal";
    self.location = "Vancouver, Canada";
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = JessyChahal()

My Statistics



Popular repositories Loading

  1. Jessy-Chahal Jessy-Chahal Public

    Config files for my GitHub profile.

  2. Library-Management-Database Library-Management-Database Public

    A terminal based Library management system that can be used to maintain the record of a library.

    C++

  3. RobotC-BarcodeReader RobotC-BarcodeReader Public

    MATLAB

  4. RobotC-MazeSolver RobotC-MazeSolver Public

    C

  5. YouTubeToMP3 YouTubeToMP3 Public

    Convert YouTube videos to MP3 format

    Python

  6. hashing-tool hashing-tool Public

    Python