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!

I'm a student at 42 Porto, where I dedicate my time to expanding my programming knowledge as much as possible. I'm constantly looking for new challenges and learning, and I'm currently focused on the C language. As well as being a programmer, I'm a multidisciplinary designer with a passion for integrating physical and digital experiences. In my spare time, I seek inspiration in the arts, especially animated cinema.

42 Logo Projects

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

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