Pinned Repositories
BuddhaCola
buddhacola.github.io
C_RayCast
RayCasting graphical engine a-la 1992 id Software Wolfenstein 3D written in plain C for X11 MacOS display server
cpp
cpp_IRC
IRC server implemented in C++
Dining_Philosophers
Solving popular computer science problem formulated in 1965 by Edsger Dijkstra, illustrating synchronization issues and techniques for resolving them
G_N_L
One of the first 42 projects. get_next_line is a C function that behaves like C++ std::string.get_line method
k8s_template
Instant-cooking Kubernetes cluster template for hosting a WordPress application
MyPrintf
Recoding standart C library function printf
MyShell
My implementation of bash-like command-line interpreter
BuddhaCola's Repositories
BuddhaCola/C_RayCast
RayCasting graphical engine a-la 1992 id Software Wolfenstein 3D written in plain C for X11 MacOS display server
BuddhaCola/BuddhaCola
BuddhaCola/buddhacola.github.io
BuddhaCola/cpp
BuddhaCola/cpp_IRC
IRC server implemented in C++
BuddhaCola/Dining_Philosophers
Solving popular computer science problem formulated in 1965 by Edsger Dijkstra, illustrating synchronization issues and techniques for resolving them
BuddhaCola/G_N_L
One of the first 42 projects. get_next_line is a C function that behaves like C++ std::string.get_line method
BuddhaCola/Inception
BuddhaCola/k8s_template
Instant-cooking Kubernetes cluster template for hosting a WordPress application
BuddhaCola/MyPrintf
Recoding standart C library function printf
BuddhaCola/MyShell
My implementation of bash-like command-line interpreter
BuddhaCola/Minilib_C
Recreating our favorite standart library C functions
BuddhaCola/myContainers
BuddhaCola/webserv
42 project - implement http protocol in C++ (RFCs 7230 to 7235)