Skip to content
View noemiepi's full-sized avatar

Highlights

  • Pro

Block or report noemiepi

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
noemiepi/README.md

Hey everyone!

✨ About me

- 🔭 I’m currently working on 42's Common Core projects
- 🌱 I’m currently learning to code in Python and C

🔗 Connect with me:

Linkedin Gmail


📊 Github stats

Streak Top Languages

💻 Languages & Tools

Languages & Tools


🌱 42 Cursus

Circle 0:

  • Libft
  •  Creation of my first C library

Circle 1:

  • ft_printf
  •  Recoding the printf function in C language
  • get_next_line
  •  A program reading a .txt file line by line
  • Born2beRoot
  •  Setting up my first Virtual Machine (VM)

Circle 2:

  • push_swap
  •  A program that will sort values as fast as possible
  • Python-Modules
  •  A serie of modules to learn the basis of the python language
  • A-Maze-ing
  •  A program that randomly generates a solvable maze (Group project with frrenaux)

☀️ Last modified: 11/04/2026

Popular repositories Loading

  1. noemiepi noemiepi Public

    A quick presentation of myself

  2. libft libft Public

    Creating my first library in C

    C

  3. get_next_line get_next_line Public

    A program that enables the user to read a file line by line

    C

  4. ft_printf ft_printf Public

    A recreation of the printf function

    C

  5. Born2beRoot Born2beRoot Public

    The installation of my first Virtual Machine (VM)

    Shell

  6. push_swap push_swap Public

    A program that will sort values as fast as possible

    C