
Some of the other projects I worked on includes a django project where with a small team of people we would build a functional django website and tests for that website. I have also build numerous small projects like a calculator and other similar projects using python.
Currently me and another friend are working on another project. This project is based around the concept of Arbitrage betting. This is the process of finding favourable bets, usually on sports events, where your chance of losing money is 0% and earning money is nonzero. This is usually done by gathering data from multiple different book keepers and finding opportunities by betting against your self. As part of this project we will be automating the bet finding process. We are writing a program that will gather all the data we want and compare to see if an arbitrage opportunity exists.
I am currently learning Rust and I hope to create a hash cracker using Rust. The inspiration comes from John the Ripper, a legendary hash cracker primarily written using C. Since Rust is very new and doesnt have many GPU accelerated libraries for working with hashes the project will mainly work with the CPU but I have plans to implement GPU acceleration.