Gabriel Merlin's repositories
mhealthApplications
Contains all code used during my first undergraduate research project, from a Flutter app to Python model training.
arcadeGame
Game that uses threads and semaphores inspired by Campanha USP do Agasalho.
assemblyStudies
Implementation of a linked list in RISC-V Assembly.
begginerProjects
Small projects designed to understand more about programming and C.
databasesStudies
Projects made to fully understand Databases, from modelling to using them with SQL queries.
eletronicsProjects
Projects made to study Electronics topics.
hackathonSemcompBeta
Simple frontend page developed for the Semcomp Beta 2024 hackathon.
theftAnalysis
Implementation of SQL commands using various strategies, including B* Tree, to manipulate a real database provided by Secretariat of Public Security of São Paulo, containing information about cellphone thefts.
latentSemanticAnalysis
Study and application of the Latent Semantic Analysis (LSA) technique in a dataset containing Australian news headlines.
mhealthDatasetTests
Time Series Regression and Classification tests for new dataset collected with mHealth on physiological signals.
numericalAnalysisStudies
Projects used to understand the methods used to solve different problems from the Numerical Analysis perspective.
oopStudies
Simple projects made to better understand Object Oriented Programming.
tetrahedronStatistics
Study that aims to obtain the probability of a tetrahedron formed by 4 random points on a sphere to contain its center.
travellingSalesman
Resolution of the Traveling Salesman Problem using Backtracking.