Pinned Repositories
AdvancedAlgorithms
Collection of advanced algorithms for COM2031 Advanced Algorithms, written in Java with test cases
AdvancedAlgorithmsKt
More advanced algorithms, although written in Kotlin
Arduino-Morse
Morse code interpretation
BattleStationCreator
Ruby on Rails web application which allows users to customise a gaming computer using the latest technology.
BlockchainKt
Exploring blackchain concepts using Kotlin
ClientBookingHandler
Discontinued project to manage client bookings using KotlinFX
ClothingWebsite
Backend of a clothing website which handles MariaDB database queries through an API written in PHP. Frontend built with HTML and CSS.
crypto-dash-backend
Dashboard of the hottest crypto coins
FixParser
FIX protocol parser, which can receive messages via REST or WebSocket and distribute to an OMS.
Reflection
Deserializes ResultSets and serializes java objects to SQL
maxc-dev's Repositories
maxc-dev/crypto-dash-backend
Dashboard of the hottest crypto coins
maxc-dev/AdvancedAlgorithms
Collection of advanced algorithms for COM2031 Advanced Algorithms, written in Java with test cases
maxc-dev/AdvancedAlgorithmsKt
More advanced algorithms, although written in Kotlin
maxc-dev/Arduino-Morse
Morse code interpretation
maxc-dev/BattleStationCreator
Ruby on Rails web application which allows users to customise a gaming computer using the latest technology.
maxc-dev/BlockchainKt
Exploring blackchain concepts using Kotlin
maxc-dev/ClientBookingHandler
Discontinued project to manage client bookings using KotlinFX
maxc-dev/ClothingWebsite
Backend of a clothing website which handles MariaDB database queries through an API written in PHP. Frontend built with HTML and CSS.
maxc-dev/DiscordRedditBot
Discord bot with Reddit integration
maxc-dev/EconomySimulation
A game whereby you can simulate a real-world economy.
maxc-dev/ImageClassifier
Image Classifier that uses a VGG19 network to predict butterfly species
maxc-dev/MOSS
An Operating System Simulator, demonstrating how an operating system manages scheduling and memory subsystems.
maxc-dev/Reflection
Deserializes ResultSets and serializes java objects to SQL
maxc-dev/Revise-Right-Computer-Science
Revise Right: Computer Science Edition v1.0 - A Kotlin project for a basic computer science flashcards revision app with over 800 computer science questions.
maxc-dev/DatabaseDeserializer
A deserializer to translate SQL records into Java classes.
maxc-dev/EmployeeHandler
Employee Handler coursework (112%)
maxc-dev/FingerprintAuthNotepad
Very basic notepad program that is secured using fingerprint authentication.
maxc-dev/GhostWriter
Artificial Intelligence that analyses song lyrics to create a predictive song text service.
maxc-dev/KotlinFX
JavaFX (JDK 8) template project with a Gradle (Groovy) framework with Kotlin support.
maxc-dev/KotlinPocketTalk
Template speech recognition app for android applications written in Kotlin and the pocket-sphinx library (outdated)
maxc-dev/KotlinTalk
Speech recognition template project for sphinx4 using Kotlin and Gradle framework.
maxc-dev/NodePlotter
Graphical representation of data points being generated in real time
maxc-dev/ParallelMatrixManipulation
Multiplies two matrices together to produce a result matrix using NVIDIA CUDA
maxc-dev/personal-website
Repository containing my personal website files.
maxc-dev/ProgrammerMemeBot
Takes the top posts from r/ProgrammerHumor and posts them into a discord channel.
maxc-dev/ShufflerIO
Console application to type questions and answers for IO data for the ShufflerX project
maxc-dev/ShufflerX
Flashcards app created using android (discontinued)
maxc-dev/TrendTracker
Trend Tracker visualises social media trends on a map in real time.
maxc-dev/WorkTimer
Basic KotlinFX timer which I use to track the amount of time I have spent on a project.
maxc-dev/XMLtoJSON
Parses XML to JSON using native Java