Skip to content
View mbdanielcrespo's full-sized avatar
  • Lisbon
  • 14:34 (UTC +01:00)

Block or report mbdanielcrespo

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

Popular repositories Loading

  1. Fdf Fdf Public

    Project that involves creating a 3D wireframe renderer in C. It reads elevation data from a file and displays it using isometric projection, utilizing the MiniLibX library for graphical output.

    C 1

  2. MiniRT MiniRT Public

    The MiniRT project at 42 School is an introduction to ray tracing by building a basic 3D renderer in C. It involves parsing scene descriptions, computing ray-object intersections, and rendering ima…

    C 1

  3. Libft Libft Public

    This project is a library of fundamental functions that will be used throughout the 42 course, it contains a variety of functions, including string manipulation, memory management, and list operati…

    C

  4. Get_next_line Get_next_line Public

    A function that reads a file and returns the next line on each subsequent call.

    C

  5. Printf Printf Public

    This project is a recreation of the printf function, a commonly used output function in C.

    C

  6. find_best_day_algorithm find_best_day_algorithm Public

    The exercise is from the data structures and algorithms chair from the course computer science of the University of Groningen

    Python