Skip to content
View yomazini's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report yomazini

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

Popular repositories Loading

  1. 42Cursus-get_next_line 42Cursus-get_next_line Public

    get_next_line (GNL): project focused on file I/O and memory management. The task is to write a single function, get_next_line, that reads from a file descriptor and returns one line at a time. This…

    C 4

  2. 42cursus-libft 42cursus-libft Public

    Libft project at 42 School | Custom C library featuring string manipulation, memory management, & linked list functions.

    C 2

  3. 42cursus-ft_printf 42cursus-ft_printf Public

    A custom printf() implementation in C, developed as part of the 42 Network programming curriculum, showcasing string formatting and variadic function techniques.

    C 2

  4. Reddit-Scraper Reddit-Scraper Public

    Comprehensive Python toolkit for extracting, analyzing, and exporting Reddit data across multiple dimensions.

    Python 2

  5. 42cursus-Born2BeRoot 42cursus-Born2BeRoot Public

    A system administration project focused on setting up and securing a Linux server on a virtual machine. Key tasks include OS installation (Debian or Rocky), disk partitioning with LVM, configuring …

    Shell 2

  6. 42cursus-push_swap 42cursus-push_swap Public

    push_swap: "turk algorithm" An algorithmic C project focused on sorting data with a limited set of instructions. The goal is to sort a stack of integers using only two stacks ('A' and 'B') and a sp…

    C 2