Skip to content
View FredericoMendes10's full-sized avatar

Block or report FredericoMendes10

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
FredericoMendes10/README.md

Hi, I'm Fred ๐Ÿ‘‹

Computer Science and Engineering student at Instituto Superior Tรฉcnico, Lisbon.


๐Ÿ“Š GitHub Stats

GitHub Stats

Top Languages

Profile Views


๐Ÿ’ป Languages

C, C++, Java, Python, PostgreSQL

๐Ÿ› ๏ธ Tools

Git, GitLab, Docker, Linux, Figma


๐Ÿ“Œ Academic Projects

๐Ÿ”น Nuruomino Solver โ€” Solver for the Nuruomino puzzle using AI search algorithms (DFS, A*, BFS, greedy). Built for the Artificial Intelligence course 2024/2025.

๐Ÿ”น Key-Value Store โ€” A key-value store (KVS) server with real-time pub/sub notifications, written in C as an Operating Systems course project 2024/2025.

๐Ÿ”น Event Reservation System โ€” Client-server app for managing event reservations over raw POSIX sockets (UDP/TCP), built for the Computer Networks course 2025/2026.

Pinned Loading

  1. AI AI Public

    Solver for the Nuruomino puzzle using AI search algorithms (DFS, A*, BFS, greedy). Built for the Artificial Intelligence course 2024/2025.

    Python

  2. RC RC Public

    Client-server app for managing event reservations over raw POSIX sockets (UDP/TCP), built for the Computer Networks course 2025/2026.

    C++

  3. plotly.py plotly.py Public

    Forked from plotly/plotly.py

    The interactive graphing library for Python โœจ

    Python

  4. SO SO Public

    A key-value store (KVS) server with real-time pub/sub notifications, written in C as an Operating Systems course project.

    C