Pinned Repositories
avaj-launcher-
You need to implement an aircraft simulation program based on the class diagram provided to you
ft_ptintf
ft_printf 42 - Project #4 (Algorithms Branch) An implementation of libc's printf function. Purpose The goal of this project is to recode printf function so that you are able to use it in later projects. This project also introduces you to new concepts such as variadic functions and arrays of function pointers. The only allowed functions and system calls for this project are: write, malloc, free, and the functions of stdarg(3) The ft_printf function is prototyped as follows: int ft_printf(const char *format, ...);
get_next_line
libft
The aim of the project is to recode a number of standard C library functions, as well as other utility functions that you will reuse throughout your curriculum.
little_penguin_1
little-penguin-1 is a Linux Kernel Development Project, the main objectives here are: - compile a custom kernel, - Build and use a kernel module, - Learn how drivers in Linux work
katlegomashishi's Repositories
katlegomashishi/avaj-launcher-
You need to implement an aircraft simulation program based on the class diagram provided to you
katlegomashishi/ft_ptintf
ft_printf 42 - Project #4 (Algorithms Branch) An implementation of libc's printf function. Purpose The goal of this project is to recode printf function so that you are able to use it in later projects. This project also introduces you to new concepts such as variadic functions and arrays of function pointers. The only allowed functions and system calls for this project are: write, malloc, free, and the functions of stdarg(3) The ft_printf function is prototyped as follows: int ft_printf(const char *format, ...);
katlegomashishi/get_next_line
katlegomashishi/libft
The aim of the project is to recode a number of standard C library functions, as well as other utility functions that you will reuse throughout your curriculum.
katlegomashishi/little_penguin_1
little-penguin-1 is a Linux Kernel Development Project, the main objectives here are: - compile a custom kernel, - Build and use a kernel module, - Learn how drivers in Linux work