Skip to content
View 19Jillian89's full-sized avatar

Highlights

  • Pro

Block or report 19Jillian89

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

๐Ÿ‘‹ Hi there!! ๐ŸŒน I'm Ilaria Nassi ๐ŸŒน

๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป Student @ 42 Roma Luiss โ€” since December 9, 2024 42

๐Ÿ’ป Aspiring Junior Software Developer โœจ


๐ŸŒฑ About Me

  • ๐Ÿ“š Learning C, C++, C#, Linux, and system programming
  • ๐ŸŽฎ Passionate about coding, problem-solving, and creative projects
  • ๐Ÿš€ Excited to grow as a developer and share my journey here on GitHub

๐Ÿงฉ Currently Working On

  • Philosophers โ€” 42 project on the Dining Philosophers problem ๐Ÿฝ๏ธ

  • Minishell โ€” Trying to survive building a UNIX shell ๐Ÿš from scratch (pipes, forks, signalsโ€ฆ send help ๐Ÿ˜…)


โœจ Skills โœจ

My Skills


๐Ÿ“ซ How to reach me:

LinkedIn Email




Pinned Loading

  1. Libft-bonus- Libft-bonus- Public

    "Implementation of the standard C library (libc) for project 42, containing string manipulation, memory manipulation, and other essential utilities."

    C

  2. ft_printf ft_printf Public

    A custom implementation of the C standard printf() function, built as part of the 42 Common Core curriculum.

    C 1

  3. Get_next_line Get_next_line Public

    Read a file line by line from a file descriptor using only read, malloc, and free.

    C

  4. So_long So_long Public

    A simple 2D game built with MiniLibX

    C

  5. Pipex Pipex Public

    An educational project exploring UNIX process control, pipes, and inter-process communication.

    C

  6. Minishell Minishell Public

    Mini shell project in C, part of the 42 program.