Skip to content
View YashM8's full-sized avatar

Block or report YashM8

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

Popular repositories Loading

  1. ProjectExercise ProjectExercise Public

    Records progress in exercises put in by the user. The software would give insight to the user about the progress that they are making. For example, percentage increase in weight or volume.

    Java

  2. DS100-GroupProject DS100-GroupProject Public

    Project for DSCI 100.

    Jupyter Notebook

  3. ExpenseTracker ExpenseTracker Public

    Expense tracker that tracks and visualizes expenditure. I built this to track my expenses after moving to Vancouver from Toronto as I experienced a higher cost of living and used this to analyze my…

    Python

  4. HuffmanCompression HuffmanCompression Public

    Using trees to compress files. The technique used here is Huffman Coding.

    Python

  5. HexMaze HexMaze Public

    Generates a maze using HexCells and solves the maze using Depth First Search.

    C++

  6. SalesManager SalesManager Public

    Allows the user to add and update items in a database through a GUI. Uses SQLite. Used in a grocery store - it can generate a receipt for all items.

    Python