You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Containerized Repository of Attacks and Testable Exploits. A set of containerized exploits for testing security hardening measures that I wrote for my 4th year honours project.
GPU-accelerated md5 cracker using the Metals framework, achieves 2.6GH/s-5.1GH/s on my machine (varies between the two). This will aspire to be a replica of pwd-tools but GPU-accelerated.
Neural Network to perform character recognition, performs okay. This was my A-Level project, and was my first time ever trying machine learning. I decided not to use any external libraries, apart f…
A foray into genetic algorithms. I wrote a quick pendulum balancing game, and then wrote a neural network that tried to get highscores in it. This was trained with a genetic algorithm
An implementation of the seminal Seam Carving paper. Made this primarily as a way to practise dynamic programming, but also because I thought the results looked cool. Not extremely efficient, takes…