Highlights
- Pro
-
algorithm-visualiser Public
A react web application that provides visualisations for common sorting, pathfinding, and other random algorithms
JavaScript UpdatedJul 16, 2024 -
nerf Public
An implementation of Neural Radiance Fields for Novel Views (https://arxiv.org/pdf/2003.08934.pdf)
Jupyter Notebook UpdatedMay 11, 2023 -
learning-software-engineering.github.io Public
Forked from learning-software-engineering/learning-software-engineering.github.ioCSS MIT License UpdatedMar 23, 2023 -
swe-salary-predictor Public
A Streamlit web application that makes use of a regression model to predict the salary of a Software Engineer given their Country, Experience, and Education
-
sudoku-backtrack-solver Public
A sudoku solver that takes a Backtracking algorithm approach.
Python UpdatedSep 1, 2021 -
sql-password-manager Public
A password manager that utilizes PostgreSQL, AES Encryption, and PBKDF2 to create a simple and secure password storage and retrieval system.
-
doom-clone Public
A clone in the style original Doom games complete with doors, pickups, different enemy types, and two levels. This was created using the engine in https://github.com/BKPrograms/GameEngine
-
csgo-bot Public
A Discord Bot that provides information on CSGO skins including current prices, transaction data, and more.
Python UpdatedJun 18, 2021 -
GameEngine Public
A Java 3D game engine currently with rendering, model loading, and lighting capabilities.
-
-
3DRenderEngine Public
A simple 3D render engine which can be used to render a variety of 3D shapes with a simple lighting and depth system.
Java UpdatedMay 18, 2021 -
web-crawler Public
A python script that uses recursion to map an entire website's list of subdomains.
Python UpdatedFeb 19, 2021 -
-
port-scanner Public
A python script that detects close, open, or filtered ports on another device present on the local network. If an open or filtered port is detected it will attempt to also list the potential servic…
-
hash-cracker Public
A simple python script with the goal of cracking a given hash or a list of hashes