Pinned Repositories
Born2beroot
Wonderful world of virtualization. Some Shell Scripting. Getting familiar with Debian OS with no GUI
burakbakierdogan
Config files for my GitHub profile.
ft_printf
Because ft_putnbr and ft_putstr aren’t enough. The goal of this projectis pretty straight forward. I will recode printf. Using unknown numbers of argument for ft_printf paramater. How cool is that?
get_next_line
May it be a file, stdin, or even later a network connection, always need a way to read content line by line. Essential for the future projects.
libft
This project is my very first project as a student at 42. I recode a few functions of the C standard library as well as some other utility functions that I will use during my whole cursus.
libft2
minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
push_swap
Sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed I’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
Small-Algorithms
so_long
burakbakierdogan's Repositories
burakbakierdogan/burakbakierdogan
Config files for my GitHub profile.
burakbakierdogan/libft
This project is my very first project as a student at 42. I recode a few functions of the C standard library as well as some other utility functions that I will use during my whole cursus.
burakbakierdogan/Born2beroot
Wonderful world of virtualization. Some Shell Scripting. Getting familiar with Debian OS with no GUI
burakbakierdogan/ft_printf
Because ft_putnbr and ft_putstr aren’t enough. The goal of this projectis pretty straight forward. I will recode printf. Using unknown numbers of argument for ft_printf paramater. How cool is that?
burakbakierdogan/get_next_line
May it be a file, stdin, or even later a network connection, always need a way to read content line by line. Essential for the future projects.
burakbakierdogan/libft2
burakbakierdogan/minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
burakbakierdogan/push_swap
Sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed I’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
burakbakierdogan/Small-Algorithms
burakbakierdogan/so_long