PLLima
I'm a 21 years old Computer Engineering undergraduate at Federal University of Rio Grande do Sul (UFRGS).
Federal University of Rio Grande do Sul (UFRGS)Porto Alegre, RS – Brazil
Pinned Repositories
mal-recommender
A recommendation system web app for MyAnimeList.
terraINF
A plataform mining game built with C and Raylib.
Car-Fuel-Efficiency-Predictor
A machine learning project that focuses on predicting a vehicle's fuel efficiency.
DNA_String_Identifier_for_x86
DNA String Identifier for x86 Assembly Language. This project counts and evaluates a file containing DNA data and returns relevant information on another file. It was validated on a DOSBox virtual machine.
INF01017-Machine-Learning
Storage for the projects of the Machine Learning UFRGS' course.
INF01048-Artificial-Inteligence
Storage for the projects of the Artificial Inteligence UFRGS' course.
inf01058-projetos
Repositório utilizado para armazenamento e avaliação dos projetos da disciplina de Circuitos Digitais da UFRGS.
INF01175-Digital-Systems
Storage for the projects of the Digital Systems for Computers A UFRGS' course.
Logical_Proofs
Nokia_5110_Display_Library_for_STM32F4xx
Static library for the Nokia 5110 LCD Display for the STM32F4xx MCUs using hardware SPI and HAL drivers.
PLLima's Repositories
PLLima/Nokia_5110_Display_Library_for_STM32F4xx
Static library for the Nokia 5110 LCD Display for the STM32F4xx MCUs using hardware SPI and HAL drivers.
PLLima/inf01058-projetos
Repositório utilizado para armazenamento e avaliação dos projetos da disciplina de Circuitos Digitais da UFRGS.
PLLima/DNA_String_Identifier_for_x86
DNA String Identifier for x86 Assembly Language. This project counts and evaluates a file containing DNA data and returns relevant information on another file. It was validated on a DOSBox virtual machine.
PLLima/INF01017-Machine-Learning
Storage for the projects of the Machine Learning UFRGS' course.
PLLima/INF01048-Artificial-Inteligence
Storage for the projects of the Artificial Inteligence UFRGS' course.
PLLima/INF01175-Digital-Systems
Storage for the projects of the Digital Systems for Computers A UFRGS' course.
PLLima/Logical_Proofs
PLLima/PS_IDE_-_Grupo_4_-_2023-2
PLLima/Text-to-Music-Converter
A simple desktop application that takes a text input, initial parameters and turns it into a music track.
PLLima/Text_Sentiment_Analyser
Project consisting of sentiment analyser for .txt files. The input is a text file with sentences to be evaluated and a feelings' lexicon and the program outputs a .txt file containing each sentence's total sentiment. It has three implementations of the applications in order to compare the performance of lists, unbalanced/balanced binary trees.
PLLima/Triangle-Classification
Simple triangle classification project that takes three sides of a polygon as input and outputs if that is a valid triangle, classifying it. This application has automated unit tests.