Pinned Repositories
ApolloLight
A chrome extension that reveals author biases, to contextualize their journalism
Caesar-s-Code-Encryption
This is a program that can either take any input who's total number of characters is a perfect square and turns it into code according to the rules of the caesar's cypher, or can decrypt any valid input of the caesar's cypher. The program has 2 functions, one which shows the square created by the input (called createArray()) and one the desplays either the encrypted or decrypted message, depending on input (called message())(i.e try IBmAaamtn)
CC3K-Game
Text Based Dungeon Crawler RPG
htn-api-workshop-2021
Source code for the Backend Web Development workshop for Hack the North 2021.
Hydro-Cable-Damage-Detector
Apparatus for Detecting water damage in underground water cables
IMDB_Netflix_Enhancer
Chrome extension that automatically adds IDMB ratings to Netflix movies and TV-shows, with 0 extra clicks
PrivaSEEable
A chrome extension that obscures on-screen text from potential "shoulder-surfers"
talhasuboor.me
My personal profile site, always a work in progress...
the-game-of-life
This is my version of Conway's game of life. There is a grid and you can click each cell to set it to alive. If an alive cell is surrounded by no other living cells it dies of loneliness, but if it is surrounded by more than 3 alive cells it dies from over crowding. Any living cell with 2 or 3 surrounding neighbors lives and a dead cells with 3 living neighbors comes alive.
the-game-of-thirteens
This is a game similar in which each card has a value of 1 through thirteen, starting with ace(1) and ending with king(13). The goal is to click 2 cards that when their value is added, it is equal to 13. Those two cards are then removed from the deck and two others replace it. This goes on until either all 52 cards run out, or there are no more possible moves and the player must restart. Note: With kings you only need to click the one card as is already totals 13.
MTSUBOOR's Repositories
MTSUBOOR/ApolloLight
A chrome extension that reveals author biases, to contextualize their journalism
MTSUBOOR/Caesar-s-Code-Encryption
This is a program that can either take any input who's total number of characters is a perfect square and turns it into code according to the rules of the caesar's cypher, or can decrypt any valid input of the caesar's cypher. The program has 2 functions, one which shows the square created by the input (called createArray()) and one the desplays either the encrypted or decrypted message, depending on input (called message())(i.e try IBmAaamtn)
MTSUBOOR/CC3K-Game
Text Based Dungeon Crawler RPG
MTSUBOOR/htn-api-workshop-2021
Source code for the Backend Web Development workshop for Hack the North 2021.
MTSUBOOR/Hydro-Cable-Damage-Detector
Apparatus for Detecting water damage in underground water cables
MTSUBOOR/IMDB_Netflix_Enhancer
Chrome extension that automatically adds IDMB ratings to Netflix movies and TV-shows, with 0 extra clicks
MTSUBOOR/PrivaSEEable
A chrome extension that obscures on-screen text from potential "shoulder-surfers"
MTSUBOOR/talhasuboor.me
My personal profile site, always a work in progress...
MTSUBOOR/the-game-of-life
This is my version of Conway's game of life. There is a grid and you can click each cell to set it to alive. If an alive cell is surrounded by no other living cells it dies of loneliness, but if it is surrounded by more than 3 alive cells it dies from over crowding. Any living cell with 2 or 3 surrounding neighbors lives and a dead cells with 3 living neighbors comes alive.
MTSUBOOR/the-game-of-thirteens
This is a game similar in which each card has a value of 1 through thirteen, starting with ace(1) and ending with king(13). The goal is to click 2 cards that when their value is added, it is equal to 13. Those two cards are then removed from the deck and two others replace it. This goes on until either all 52 cards run out, or there are no more possible moves and the player must restart. Note: With kings you only need to click the one card as is already totals 13.
MTSUBOOR/jotai
👻 Primitive and flexible state management for React
MTSUBOOR/oss
👥 Buildin' a collection of profiles!
MTSUBOOR/Tic-Tac-Toe
This is a simple game of tic tac toe where you play against a computer. The computer uses basis strategy to try and setup it's own winning scenario, and attempts to block your moves. Score is keot by the program and you can restart whenever.