Skip to content
View pin3dev's full-sized avatar
🏁
🏁

Highlights

  • Pro

Block or report pin3dev

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
pin3dev/README.md
  • ✍🏻 I just finished the Inception project
  • πŸŽ“ I'm 1 project away from completing the common core cursus at 42Porto
  • πŸŽ“ 9 years ago I finished my bachelor's degree in Architecture and Urbanism
  • πŸŽ“ I've recently started studying Computer Engineering at UAb
  • πŸ“« To reach me, try [email protected]

Social:

ivanypinheiro

Skills & Tools:

42 Projects:

Inception Webserv Cpp05-09 Cpp00-04 Cub3d Netpratice Minishell

Philosophers SoLong PushSwap Minitalk Born2BeRoot Printf GNL Libft

Stats:

Top Langs

Pinned Loading

  1. 42_Webserv 42_Webserv Public

    A simple HTTP/1.1 server written in C++, supporting GET, POST, DELETE methods, virtual hosting, CGI script execution, and custom error pages. Ideal for understanding the basic concepts of web servers.

    C++

  2. 42_Inception 42_Inception Public

    Docker infrastructure with NGINX, WordPress, and MariaDB, using Docker Compose and custom volumes. Includes dedicated containers and TLS security.

    Dockerfile 1

  3. 42_Minishell 42_Minishell Public

    A simple Unix shell written in C, replicating the basic functionalities of a shell, including command execution, pipes, and redirections. Designed to deepen understanding of system calls and proces…

    C

  4. 42_cub3D 42_cub3D Public

    Forked from clima-fr/cub3D

    A simplified RayCaster implementation using miniLibX, part of the 42 school curriculum. The project includes features like window management, map interpretation, player movement, and rendering with…

    C

  5. 42_Push_Swap 42_Push_Swap Public

    Algorithm challenge focused on sorting a stack of integers with the minimum number of operations. Implemented in C with a limited set of operations, ideal for understanding algorithm optimization.

    C