Skip to content
View MartimPinto's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report MartimPinto

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

Hi, I’m Martim!

I am a student at 42 Porto and I started my coding journey in March 2023 with a focus on the C programming language. On this page, you will find the projects I've developed during the course's Common Core as well as any other courses and individual projects.

Skills

About Me:

  • 🌱 I’m currently taking the Common Core at 42 Porto after successfully completing the Piscine and learning C.
  • 🎓 I have a Bachelor's Degree in Sound and Image and a MA in Record Production.
  • 🛠️ I work Freelance as a Graphic Designer.
  • 📫 You can reach me by email: martimnp@gmail.com or LinkedIn


Projects:

42 Common Core

Group Projects

  • cub3D -> Raycasting and exploring a 3D space
  • minishell -> What the shell?

Individual Projects

  • C++ -> School 42 modules in C++ (Under Progress)
  • philosophers -> The philosophers dining problem in C
  • push_swap -> Sorting numbers between two stacks
  • so_long -> Development of a small 2D game using the Minilibx library in C
  • Minitalk -> A small data exchange program using UNIX signals
  • get_next_line -> Reading content line by line from a file, stdin, or even a network connection
  • ft_printf -> Recoding the printf function in C
  • libft -> A C library
Python

Courses

  • CS50 -> Exercises from CS50’s Introduction to Programming with Python course (in progress)

Pinned Loading

  1. cpp_modules cpp_modules Public

    cpp_modules

    C++ 1

  2. minishell minishell Public

    what the shell?

    C 1

  3. philosophers philosophers Public

    The philosophers dining problem in C

    C 1

  4. so_long so_long Public

    Development of a simple 2D game in C using the MLX library

    C 1

  5. push_swap push_swap Public

    Sorting numbers between two stacks

    C 1

  6. libft libft Public

    Creating my first function library

    C 2