shehanish
Business background with work experience.Passionate about software development and mastering C.Future focus: iOS and mobile app development.
Berlin, Germany
Pinned Repositories
minishell
42_ft_printf
ft_printf is a 42 school project that involves implementing a custom version of the C standard library's printf function. This project helps you understand variable argument lists and formatting options while creating a flexible and efficient output function for future projects.
42_get_next_line
Get Next Line is a 42 school project focused on reading from a file descriptor one line at a time. It improves your understanding of dynamic memory management and file I/O in C
42_libft
Libft is a foundational project from the 42 programming school that involves creating a personal library of C functions. It includes custom implementations of string manipulation, memory management, and linked list functions. This library serves as a toolkit for future projects and helps strengthen your understanding of C programming.
42_minitalk
"Minitalk is a 42 school project focused on creating a communication system using signals. It enhances your understanding of process communication and signal handling in C
42_philo
Philosopher is a 42 school project that simulates the dining philosophers problem. It enhances your understanding of concurrency and synchronization in C by managing threads and resource sharing among multiple philosophers
42_push_swap
Push Swap is a 42 school project where you optimize the sorting of a stack using limited operations. This project sharpens your algorithm skills and requires efficient use of two stacks to minimize the number of moves.
ToDoList-ios-app
shehanish's Repositories
shehanish/42_ft_printf
ft_printf is a 42 school project that involves implementing a custom version of the C standard library's printf function. This project helps you understand variable argument lists and formatting options while creating a flexible and efficient output function for future projects.
shehanish/42_get_next_line
Get Next Line is a 42 school project focused on reading from a file descriptor one line at a time. It improves your understanding of dynamic memory management and file I/O in C
shehanish/42_libft
Libft is a foundational project from the 42 programming school that involves creating a personal library of C functions. It includes custom implementations of string manipulation, memory management, and linked list functions. This library serves as a toolkit for future projects and helps strengthen your understanding of C programming.
shehanish/42_minitalk
"Minitalk is a 42 school project focused on creating a communication system using signals. It enhances your understanding of process communication and signal handling in C
shehanish/42_philo
Philosopher is a 42 school project that simulates the dining philosophers problem. It enhances your understanding of concurrency and synchronization in C by managing threads and resource sharing among multiple philosophers
shehanish/42_push_swap
Push Swap is a 42 school project where you optimize the sorting of a stack using limited operations. This project sharpens your algorithm skills and requires efficient use of two stacks to minimize the number of moves.
shehanish/ToDoList-ios-app