Skip to content
View diegohommer's full-sized avatar

Highlights

  • Pro

Block or report diegohommer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. leoheisler/document-sync leoheisler/document-sync Public

    This project consists of implementing a service similar to Dropbox, enabling automatic file sharing and synchronization between different devices of the same user

    C++ 1

  2. mini-compiler mini-compiler Public

    A simple compiler developed as part of the Compilers course at UFRGS. It includes a full frontend with lexical, syntactic, and semantic analysis, and generates both ILOC and x86 assembly code.

    C

  3. maxflow-algorithms maxflow-algorithms Public

    An implementation of Ford-Fulkerson variants (Edmonds-Karp, Randomized DFS, Fattest Path) designed to evaluate their performance across multiple DIMACS graph instances.

    C++

  4. image-editor image-editor Public

    A basic image editing application developed as part of the 'Fundamentals of Image Processing' class at UFRGS. The project demonstrates core image processing techniques with a user-friendly interface.

    C++ 1

  5. pokeinf-turn-based-game pokeinf-turn-based-game Public

    A 2D turn-based combat game developed for the 'Software Engineering Techniques' class at UFRGS in Java, focusing on good coding practices and a strategic RPG-inspired combat system.

    Java

  6. automaton-operations automaton-operations Public

    A project developed for the 'Formal Languages and Automata' course at UFRGS, implementing operations on finite automata with Python.

    Python