Skip to content
View Frontendab's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Highlights

  • Pro

Block or report Frontendab

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

Popular repositories Loading

  1. Born2beRoot Born2beRoot Public

    Born2beRoot ๐Ÿ–ฅ๏ธ๐Ÿ”ง is a hands-on Linux server setup project. Learn to manage users ๐Ÿ‘ค, groups ๐Ÿ‘ฅ, partitions ๐Ÿงฉ, LVM ๐Ÿ“ฆ, and essential services โš™๏ธ while mastering security tools ๐Ÿ”’ like SSH, UFW, and Cron โ€ฆ

    Shell 1

  2. 42-Libft 42-Libft Public

    ๐Ÿš€ Libft implementation, the first 1337/42 project. A custom C library re-creating core functions โ€” memory, strings, chars, and linked lists ๐Ÿ”—. Designed to master low-level programming, memory managโ€ฆ

    C

  3. ft_printf ft_printf Public

    ๐Ÿงต A homemade printf() clone โ€” because C wasnโ€™t hard enough already ๐Ÿ˜… ๐ŸŽฏ Handles %c, %s, %p, %d, %i, %u, %x, %X, and even %% like a pro! ๐Ÿ’พ Built with love, variadic magic, and way too many segfaults ๐Ÿงจ

    C

  4. get_next_line get_next_line Public

    ๐Ÿ“– C function that reads one line at a time โ€” because read() alone was too peaceful ๐Ÿ˜… ๐Ÿง  Mastering static variables, memory management, and the art of not leaking ๐Ÿงผ

    C