EliasJRH
CS Honors Computer and Internet Security Stream @ Carleton University | Prev Software Engineer Intern @nasa, @Shopify, @IBM
Ottawa, ON
Pinned Repositories
Arduino-Micro-Snake
Snake on an Arduino Micro Pro using a MAX7219 LED Display Module and a JoyStick HW-504
ASCII-String-Multiplication-Encryption
A method of encrpytion that encrypts messages by combining a message's character's ASCII values then multiplying the resulting integer by a key which is then stored inside the encrypted message
BeyondBe
A collaborative virtual whiteboard and note taking environment
EZSweeper
A bot that plays Google minesweeper.
pdfGPT
PDF GPT allows you to chat with the contents of your PDF file by using GPT capabilities. The most effective open source solution to turn your pdf files in a chatbot!
pyaudiofun
A repo containing some rhythm visualization stuff with musicxmls and midis
PyroGuard-Data-Streaming
Repository containing all logic for data streaming for PyroGuard
pyui_demo
A demo detailing how to properly setup and develop a modern pyqt project in python 3.9+
S.U.S
Smart Ubiquitous Speaker
TypeTune
My team's submission for Hack The North 2021
EliasJRH's Repositories
EliasJRH/characterDyanmicMovement
Code that allows me to rotate the image of a jpanel based on mouse position
EliasJRH/GameOfLife
Another project in my grade 12 computer science class, Jon Conway's Game Of Life simulation
EliasJRH/mazeBot
This was a project that I made in my Grade 12 computer science class, a bot that uses recursion to solve a maze
EliasJRH/notALOZRipOff
Again, this is NOT a Legend of Zelda rip-off made by Elias, Adrian and Shawn
EliasJRH/sudoku
A personal recreation of the game Sudoku
EliasJRH/sudokuBoardGenerator
The algorithm to generate a Sudoku board that is used in my Sudoku repo