sdummett-at-42
Popular repositories Loading
-
-
philosophers
philosophers PublicSimulating dining philosophers problem using threads and mutexes in C.
C
-
-
push_swap
push_swap PublicA project to sort data using a limited set of instructions, aiming for minimal operations. Implement algorithms efficiently in C to achieve optimized sorting
C
-
so_long
so_long Public2D game project in C using MiniLibX library for graphics and gameplay basics.
C
-
ft_containers
ft_containers PublicImplementation of C++ containers from the Standard Template Library (STL) in compliance with C++98 standards. Includes vector, map, stack, and additional features like iterators and SFINAE. Red-bla…
C++
Repositories
- little-penguin Public
A series of assignments inspired by the eudyptula challenge, focusing on Linux Kernel programming. Dive into building custom kernels, writing modules, and mastering kernel interfaces like debugfs and procfs.
sdummett-at-42/little-penguin’s past year of commit activity - libasm Public
The project involves implementing a library in x86-64 Assembly language that provides alternative implementations of several standard library functions, including strlen, strcpy, strcmp, write, read, and strdup.
sdummett-at-42/libasm’s past year of commit activity - ft_containers Public
Implementation of C++ containers from the Standard Template Library (STL) in compliance with C++98 standards. Includes vector, map, stack, and additional features like iterators and SFINAE. Red-black tree set implementation.
sdummett-at-42/ft_containers’s past year of commit activity