Skip to content
@42-Lisboa

42 Lisbon

My projects developed as part of the 42 Lisbon curriculum.
Piscine #23 (start date: April 2026)


🌊 Piscine

Project Language Description
Piscine_23 C The 26-day intensive C programming bootcamp at 42 Lisboa. Shell scripting, low-level logic, and the fundamentals of C.

🎓 Common Core

Milestone Project Language Description
0 libft C A custom C library rebuilt from scratch: libc functions plus extras.
1 printf C Custom re-implementation of the standard C printf function, built on top of libft.
1 get_next_line C Reads and returns one line at a time from a file descriptor, including the newline character.
1 push_swap C Sort a stack with a limited set of operations using the minimum number of moves.
2 Python_Piscine Python Introduction to Python: fundamentals, OOP, and exception handling across multiple modules.

Popular repositories Loading

  1. push_swap push_swap Public

    Sorting data on a stack with a limited set of instructions, using the absolute minimum number of moves.

    C

  2. libft libft Public

    A custom C library built from scratch.

    C

  3. Piscine_23 Piscine_23 Public

    The 26-day intensive C programming bootcamp at 42 Lisboa. This repository contains my first steps into low-level logic, Unix shell scripting, and the fundamental 'C Piscine' modules. Focused on pro…

    C

  4. printf printf Public

    ft_printf is a custom re-implementation of the standard C printf function, built on top of the previously developed libft library. The goal is to understand variadic functions in C and replicate th…

    C

  5. get_next_line get_next_line Public

    get_next_line is a function that reads and returns one line at a time from a file descriptor, including the terminating newline character \n when present. The project's core challenge is managing p…

    C

  6. Python_Piscine Python_Piscine Public

    Introduction to Python: fundamentals, OOP, and exception handling across multiple modules.

    Python

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…