Other Projects

Maze Game
Made purely using Haskell, this project was completed for one of my university modules. Coded in functional paradigm,
it is unlike my other projects, most of which were done in an imperitive language. I haven't coded in a functional
paradigm since due to focusing on other projects and languages.
Files for the project are available here.
Caesar & Brutus Encryption
Two simple programs coded using Java, Caesar made for encrypting strings and Brutus used for decrypting them. They use fairly simple coding and string manipulation techniques.
Files for the project are available here.
Email App
A simple send and receive email app made in Java. The client connects to MailCatcher (SMTP Server) and communicates a message while receiving specific reply codes. The Email client also has the ability to read an email by constructing and sending a request message. This features only works with unsecure webservers. Files for the project are available here.
Portfolio of iOS Apps
I have made multiple apps for iOS during a module at my University. These apps ranged from a dice roll guessing game to working with custom API's the University supplied is with and displaying transformed data from JSON files. There are 5 total apps in this portfolio and I learned more from each one, which then enabled me to do bigger iOS App projects. Files for the project are available here.
Calcool8r App
This was a simple calculator app made for Android. I learnt a lot about iOS App develoipment and wanted to try doing the same for Android.
Trying not to repeat previous projects, I picked something simple that I can learn the basics with, which is a calculator app. The APK build
on my GitHub can be downloaded and installed as long as you are doing so with an Android Phone
Files for the project are available here.