Mikołaj Jakowicki's repositories

Jakowicki

Config files for my GitHub profile.

Stargazers:0Issues:0Issues:0

MiniTalk-42

MiniTalk is a minimalistic communication system implemented in C that allows two UNIX processes to communicate using signals. The project consists of a client and a server program that utilize the UNIX signals SIGUSR1 and SIGUSR2 to transmit characters between processes, encoded bit-by-bit.

Language:CLicense:MITStargazers:0Issues:0Issues:0

FDF-42

FDF Project A lightweight tool for parsing and handling Field Data Format (FDF) files. Easy installation and usage with minimal dependencies.

Language:CStargazers:0Issues:0Issues:0

printf-42

ft_printf is a custom implementation of the C library function printf in C programming language. It aims to replicate the functionality of the standard printf while enhancing understanding of variadic functions and formatted output.

Language:CStargazers:0Issues:0Issues:0

Libft-42

A custom implementation of essential C standard library functions. Enhance your understanding of C by building and using your own versions of functions like strcpy, malloc, and printf. Ideal for strengthening your foundational programming skills. 💻

Language:CStargazers:0Issues:0Issues:0

Push_Swap-42

Efficiently sort a stack of integers using the K-sort algorithm and a set of predefined operations. Optimize your sorting strategy to minimize the number of operations required. Perfect for honing algorithm optimization and problem-solving skills. 🚀

Language:CStargazers:0Issues:0Issues:0

get_next_line-42

Get_Next_Line is a C programming project that reads a line ending with a newline character from a file descriptor. This utility is part of the 42 School curriculum and showcases file reading operations, handling of static variables, and memory management in C.

Language:CStargazers:1Issues:0Issues:0