Pinned Repositories
article-check
Article detection program made in Python with Jupyter (file used for training program is also included)
bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
CS50
Includes all problems & major projects I worked on for the Harvard CS50 course. Some of the major projects include spell checker, photo filter, voting algorithms, and a file recovery program. Languages used include C, Python, and SQL.
Culturefest-Site
As Web & Tech executive, I made this website for Culturefest which is the largest student run event in the Peel District School Board with over 1000 volunteers. The theme for this year's event was "Blast to the Past".
Discord-Bot
**Under progress** Working on creating a discord bot that can take fun commands
Hackthenorth
HelpMeSee
Used Firebase API to create an app that helps the visually impaired interpret text from images they take using their phone. Created at the 2019 Hack The North hackathon.
Instabot
Automated instagram bot made in python using selenium
InventoryTracker
my-stock-trading-site
Stock Stop is a stock trading site I created using Flask to create a fully responsive website with a login page to trade stocks.
DiagramProgram's Repositories
DiagramProgram/article-check
Article detection program made in Python with Jupyter (file used for training program is also included)
DiagramProgram/bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
DiagramProgram/CS50
Includes all problems & major projects I worked on for the Harvard CS50 course. Some of the major projects include spell checker, photo filter, voting algorithms, and a file recovery program. Languages used include C, Python, and SQL.
DiagramProgram/Culturefest-Site
As Web & Tech executive, I made this website for Culturefest which is the largest student run event in the Peel District School Board with over 1000 volunteers. The theme for this year's event was "Blast to the Past".
DiagramProgram/Discord-Bot
**Under progress** Working on creating a discord bot that can take fun commands
DiagramProgram/Hackthenorth
DiagramProgram/HelpMeSee
Used Firebase API to create an app that helps the visually impaired interpret text from images they take using their phone. Created at the 2019 Hack The North hackathon.
DiagramProgram/Instabot
Automated instagram bot made in python using selenium
DiagramProgram/InventoryTracker
DiagramProgram/my-stock-trading-site
Stock Stop is a stock trading site I created using Flask to create a fully responsive website with a login page to trade stocks.
DiagramProgram/RaspberryPiAutomation
Project involves both software and hardware components. I wanted to work on a home automation project so this remotely control lights in my house from a website anywhere in the world (with a wifi connection available)
DiagramProgram/RPG-Game
Text based Role Playing Game where the player decides how the story will go and how it will end. Since this is a text based program, the only graphics it has are various forms of ASCII Art.
DiagramProgram/Sliding-Puzzle-Game
A classic sliding puzzle game that I developed in Java from scratch. There are 3 levels all focused around the theme of Marvel superheroes where Level 1 (3x3 Grid): Iron Man, Level 2 (4x4 Grid): Spider Man, Level 3 (5x5): Black Panther
DiagramProgram/Sorting-Algorithms
More complex sorting algorithms in Java + their visualizations in the form of graphs