Skip to content
View nabilac27's full-sized avatar
  • Germany

Block or report nabilac27

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

Hi, I'm Nabila! πŸ‘‹

I'm a beginner student at 42, excited to explore programming and problem-solving. Currently, I’m working through 42's core curriculum, where I’m developing my coding skills and refining my problem-solving abilities to build a strong foundation in technology and equip myself with the skills needed to succeed in the tech industry.

πŸ“– About Me

  • πŸŽ“ Studying at 42
  • πŸ’» Interested in software development
  • 🌱 Learning C, algorithms, and systems programming

πŸ–₯️ 42 Core Curriculum Projects

Project Description Technologies Submitted Score
minishell A simple shell implementation for Unix-like systems. C, Shell
push_swap Sorting algorithm project using a limited set of operations. C 13/03/2025 100/125
so_long A simple 2D game using the MLX library. C 06/02/2025 100/125
pipex Recreating the behavior of Unix pipelines. C 19/01/2025 100/125
get_next_line Function to read a line from a file descriptor. C 26/12/2024 125/125
ft_printf Custom implementation of the printf function. C 15/11/2024 100/125
libft A custom C library that replicates standard C functions. C 20/10/2024 100/125

🌐 Web Development Projects

Project Description Technologies Finished
Web Development Discovery Piscine A week-long immersion into web development, exploring foundational web technologies such as HTML, CSS, JavaScript, and basic shell commands. HTML, CSS, JavaScript, Shell 14/02/2025

πŸ“§ Get in Touch

LinkedIn Instagram LeetCode HackerRank CodinGame TryHackMe picoCTF

Popular repositories Loading

  1. libft libft Public

    First 42 School Project: Creating my own library in C

    C

  2. ft_printf ft_printf Public

    an implementation of printf function, utilizing variadic functions to handle formatted output with custom parsing and formatting logic.

    C

  3. get_next_line get_next_line Public

    get_next_line is a C function that reads and returns a single line from a file descriptor, utilizing a static buffer to manage data across multiple calls

    C

  4. pipex pipex Public

    pipex is a C program that simulates a shell pipeline, using pipes and process management to execute commands, handle file redirection, and facilitate inter-process communication.

    C

  5. so_long so_long Public

    This project is a small 2D game with MLX Library. I learned about window management, event handling, textures, sprites, tiles, etc.

    C

  6. 42berlin_web_discovery_piscine 42berlin_web_discovery_piscine Public

    Exercises on basics of shell scripting, structuring web pages with HTML, styling with CSS, and interactive programming with JavaScript from the 5-Days Web Discovery Piscine at 42 Berlin.

    HTML