ofzorzo
I am a computer scientist and software engineer who is passionate about clean, efficient and well-documented code.
Porto Alegre, Brazil
Pinned Repositories
ccp-simulated-annealing
Simulated annealing used to solve instances of the Capacitated Clustering Problem (CCP).
hypervisor-toggler
kotlin-java-concurrency
Classic concurrent programs implemented in Kotlin and Java, in order to analyze and compare their efficiency. Developed for UFRGS' distributed and parallel programming course (2019/1).
L1-plus-plus-interpreter
Big-step interpreter for the L1++ academic language. Developed for UFRGS' formal semantics course (2018/1).
neural-network-ufrgs
Neural network implemented for UFRGS' machine learning course (2019/1).
ofzorzo
About me.
ofzorzo.github.io
Felipe Zorzo's website.
search-n-tile-puzzle
Uninformed and heuristic search algorithms implemented to solve instances of the n-puzzle.
sleekcv
A sleek resume class for TeX.
smith-waterman-fault-injection
Smith-Waterman algorithm written in C. The algorithm was implemented using three different approaches; run-time faults were injected into each one of the three implementations, so they could be compared and analyzed.
ofzorzo's Repositories
ofzorzo/ccp-simulated-annealing
Simulated annealing used to solve instances of the Capacitated Clustering Problem (CCP).
ofzorzo/hypervisor-toggler
ofzorzo/kotlin-java-concurrency
Classic concurrent programs implemented in Kotlin and Java, in order to analyze and compare their efficiency. Developed for UFRGS' distributed and parallel programming course (2019/1).
ofzorzo/L1-plus-plus-interpreter
Big-step interpreter for the L1++ academic language. Developed for UFRGS' formal semantics course (2018/1).
ofzorzo/neural-network-ufrgs
Neural network implemented for UFRGS' machine learning course (2019/1).
ofzorzo/ofzorzo
About me.
ofzorzo/ofzorzo.github.io
Felipe Zorzo's website.
ofzorzo/search-n-tile-puzzle
Uninformed and heuristic search algorithms implemented to solve instances of the n-puzzle.
ofzorzo/sleekcv
A sleek resume class for TeX.
ofzorzo/smith-waterman-fault-injection
Smith-Waterman algorithm written in C. The algorithm was implemented using three different approaches; run-time faults were injected into each one of the three implementations, so they could be compared and analyzed.
ofzorzo/space-invaders-android
Remake of the Space Invaders game for Android. Multiple forms of controlling the spaceship are available.
ofzorzo/space-invaders-pc
Remake of the Space Invaders game for PC. Multiple forms of controlling the spaceship are available.
ofzorzo/tcp-fairness-analysis
Simple client-server application to analyze TCP's fairness.