Skip to content
View vde-maga's full-sized avatar

Highlights

  • Pro

Block or report vde-maga

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
vde-maga/README.md

Hi There! πŸ‘‹ I'm Vitor Marques!

Student at 42 Porto | Creative Developer | Multidisciplinary Designer

LinkedIn Email

I'm a student at 42 Porto, dedicating my time to mastering low-level programming and software architecture. Currently focused on the C language and system administration.

Beyond code, I'm a multidisciplinary designer passionate about bridging the gap between physical and digital experiences. In my spare time, I seek inspiration in the arts, specially animated cinema.

πŸ› οΈ Languages & Tools

Tech Stack Design Stack

πŸ“Š Stats

42 Logo Curriculum

Milestone Project Name Status Description
4 Cub3D ⏳ 3D raycasting game engine inspired by Wolfenstein 3D
3 Philosophers βœ… Dining philosophers problem, threads, mutexes
3 Minishell βœ… Bash-like shell, parsing, pipes, redirections, builtins
3 Exam Rank 03 βœ… Practical exam (Recursion, Backtracking)
2 So Long βœ… 2D game with MiniLibX, textures, sprites, map parsing
2 Minitalk βœ… Client-server communication using UNIX signals
2 Push_swap βœ… Sorting algorithm using two stacks with limited operations
2 Exam Rank 02 βœ… Practical C programming exam
1 Born2beRoot βœ… System administration, Linux VM setup, partitions, services
1 Get Next Line βœ… Function to read lines from file descriptors, static variables
1 ft_printf βœ… Recreation of the printf function with variadic arguments
0 Libft βœ… Custom C library with reimplemented standard functions

Pinned Loading

  1. 42-philosophers 42-philosophers Public

    In this project, you will learn the basics of threading a process. You will learn how to create threads and explore the use of mutexes

    C

  2. 42-minishell 42-minishell Public

    This project is about creating a simple shell. Yes, your very own little Bash. You will gain extensive knowledge about processes and file descriptors.

    C 1

  3. 42-Exam_Practice 42-Exam_Practice Public

    In this repository I keep all the exercise solutions I've done, as a way of preparing for the different exams I've taken here at 42 Porto.

    C

  4. 42-so_long 42-so_long Public

    This project is a small 2D game. Its purpose is to have you work with textures, sprites, and other basic gameplay elements.

    C