Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View ruiribeiro04's full-sized avatar
  • Porto, Portugal
  • 08:25 (UTC)

Highlights

  • Pro

Block or report ruiribeiro04

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

Hello, I'm Rui Ribeiro πŸ‘‹

πŸš€ About Me

I'm a student at 42 Porto, currently navigating through the Common Core curriculum. My journey in programming began with Python, and now I'm diving deep into C to understand the fundamentals of programming from the ground up.

"The only way to learn a new programming language is by writing programs in it." - Dennis Ritchie

πŸŽ“ My 42 Journey

I started at 42 recently and I'm building my foundation with projects like:

  • Libft: Creating my own C library with reimplemented standard functions
  • Get_Next_Line: Building a function that reads a line from a file descriptor

πŸ’» Tech Stack

C Python Django Flask FastAPI NumPy Pandas

Pinned Loading

  1. 42_so_long 42_so_long Public

    A very simple a 2D game developed in C using the MinilibX graphical library, involving tile-based map rendering, player movement, and collision detection.

    C

  2. 42_push_swap 42_push_swap Public

    Sorts integers using two stacks and minimal operations with parsing and radix sort algorithm.

    C

  3. 42_ft_printf 42_ft_printf Public

    ft_printf: A 42 project to recode C's printf. Focuses on variadic functions, string manipulation, and format specifiers.

    C

  4. 42_get_next_line 42_get_next_line Public

    get_next_line: Reads and returns the next line from a file descriptor, supporting multiple descriptors (bonus files). Essential for file reading in C.

    C

  5. 42_libft 42_libft Public

    Libft: My first 42 project. A custom C library that recreates libc functions and adds utilities, forming a base for future projects.

    C