rfs-hybrid-42-common-core
Popular repositories Loading
-
libft
libft PublicMy custom implementation of the C standard library. Focuses on advanced memory handling, string manipulation, and full linked list data structures (Bonus).
C
-
ft_printf
ft_printf PublicA custom, optimized recreation of the C library's printf function, focusing on handling variadic arguments and fully supports advanced formatting flags (-0.# +) and field width management for the m…
C
-
get_next_line
get_next_line PublicA highly optimized C function designed to read a file descriptor line by line, utilizing static variables and buffer manipulation. Bonus implementation seamlessly handles multiple file descriptors …
C
-
push_swap
push_swap PublicAn algorithmic project to sort data on a stack with a limited set of instructions, heavily focused on time complexity and optimization. Includes the custom 'checker' program bonus for automated ins…
C
-
minitalk
minitalk PublicA small client-server data exchange program built in C, utilizing UNIX signals (SIGUSR1 and SIGUSR2) for bit-level communication. Bonus implementation supports full Unicode characters and server-to…
C
-
fract-ol
fract-ol PublicA graphical 2D fractal renderer built in C using MiniLibX. Explores mathematical sets (Mandelbrot, Julia) and rendering optimization. Bonus features include the Burning Ship, Tricorn and Phoenix fr…
C
Repositories
- fract-ol Public
A graphical 2D fractal renderer built in C using MiniLibX. Explores mathematical sets (Mandelbrot, Julia) and rendering optimization. Bonus features include the Burning Ship, Tricorn and Phoenix fractals, dynamic zoom under the mouse, move the view with the arrow keys, and color shifting.
rfs-hybrid-42-common-core/fract-ol’s past year of commit activity - Born2beroot Public
A system administration project to build a secure, strict server environment using VirtualBox, Debian/Rocky Linux, and LVM. Bonus includes a fully functional WordPress stack (lighttpd, MariaDB, PHP) and additional FTP/fail2ban services.
rfs-hybrid-42-common-core/Born2beroot’s past year of commit activity - minishell Public
A minimal, POSIX-compliant shell built from scratch in C. Focuses on abstract syntax trees, process creation (fork), and pipes. Bonus includes support for logical operators (&&, ||) and wildcard (*) expansion.
rfs-hybrid-42-common-core/minishell’s past year of commit activity - Philosophers Public
An implementation of the classic dining philosophers problem. Focuses on multithreading, mutexes, concurrency, and avoiding deadlocks. Includes the bonus implementation utilizing multi-processing and semaphores instead of standard threads and mutexes.
rfs-hybrid-42-common-core/Philosophers’s past year of commit activity - pipex Public
A recreation of the UNIX pipe (|) operator in C. Bonus implementation supports handling multiple simultaneous pipes and 'here_doc' (<<) redirection.
rfs-hybrid-42-common-core/pipex’s past year of commit activity - libft Public
My custom implementation of the C standard library. Focuses on advanced memory handling, string manipulation, and full linked list data structures (Bonus).
rfs-hybrid-42-common-core/libft’s past year of commit activity - minitalk Public
A small client-server data exchange program built in C, utilizing UNIX signals (SIGUSR1 and SIGUSR2) for bit-level communication. Bonus implementation supports full Unicode characters and server-to-client acknowledgment.
rfs-hybrid-42-common-core/minitalk’s past year of commit activity - push_swap Public
An algorithmic project to sort data on a stack with a limited set of instructions, heavily focused on time complexity and optimization. Includes the custom 'checker' program bonus for automated instruction validation.
rfs-hybrid-42-common-core/push_swap’s past year of commit activity - ft_printf Public
A custom, optimized recreation of the C library's printf function, focusing on handling variadic arguments and fully supports advanced formatting flags (-0.# +) and field width management for the maximum bonus grade.
rfs-hybrid-42-common-core/ft_printf’s past year of commit activity - get_next_line Public
A highly optimized C function designed to read a file descriptor line by line, utilizing static variables and buffer manipulation. Bonus implementation seamlessly handles multiple file descriptors simultaneously.
rfs-hybrid-42-common-core/get_next_line’s past year of commit activity
People
This organization has no public members. You must be a member to see who’s a part of this organization.
Top languages
Loading…
Most used topics
Loading…