-
‣ Gorithms
Implementation of Data Structures & Algorithms in Golang.
-
‣ Drug Crawling
Search Engine implementation in Python. Data extracted from popular Brazilian Pharmacy Websites.
The project has different modules such as: crawler, classifier, extractor, indexer, queries, document ranking etc.
-
‣ Playlist Generator
Create a Youtube playlist based on a particular song you like.
This app uses data from Last.fm (for finding similar tracks) and then searches for them on Youtube, generating a Playlist afterwards.
The program was developed using Angular and Node.js and is online on a free heroku instance.
-
‣ Space Invaders
Space Invaders similar game made in JavaScript+HTML5 (using Canvas)
This was an assignment for the Programming on the Web course at the University of Toronto.
-
‣ DFSA Estimator
Frame size estimation for the DFSA protocol on RFID Systems
C++ Implementations of estimation algorithms such as: LowerBound, Schoute, Eom-Lee, Chen, Vahedi, Q-Algorithm etc.
Graphs measuring different aspects of the algorithms can be found on this link.
-
‣ Running Balls
Computer Vision game implemented in C++ with the OpenCV library.
This game identifies an object and then creates virtual red circles on screen that run away from the chosen object.
This was an assignment for a Computer Graphics course at CIn/UFPE.
-
‣ Evita
An app for checking Drug Interactions between Brazilian Commercial Drugs.
Developed on a project course at CIn/UFPE, the app was made for iOS and was available to purchase on AppStore.
-
‣ Dinos
An ASCII game played on the browser made fully in Clojure.