Marios Paraskevas's repositories
courseOptimisation
This repository implements an optimization algorithm for participant-course allocation in the Board of European Students of Technology (BEST). The BEST matching system has been enhanced to improve computational efficiency by adapting approaches from the Stable Marriage problem, specifically the Hospital-Residents (HR) problem.
flaffy_bird
This is a recreation of the famous "Flappy Bird" game made with Lua and love2d
Fortran_DReader
A Data Analyzer made with Fortran
instant_runnoff_voting
Code implementations and uses to calculate the outcome of a vote using the IRV procedure.
nametag-generator
Are you organizing an event and you have to hard code all participant names before printing their nametags? There is no more need for that. By using Google's ecosystem APIs this can all be orchestrated by a Google script.
optimalPipe
This is a julia program that finds the optimal value of internal pipe diameter (ID) so that it minimizes investment and operational costs in real life applications.
p5.js-projects
This is the repository which encapsulates my work with the p5.js library. I use it to showcase the variety and vast capabilities of the p5.js library.
rust-projects
Simply a repository to store my rust projects
snake_game
This is a recreation of the infamous snake game using the ruby2d library