Lists (1)
Sort Name ascending (A-Z)
Stars
This group project involves developing a humble ray tracer in C. It introduces fundamental ray tracing concepts and mathematical formulas, allowing for the creation of simple, functional 3D scenes.
This project focuses on developing an HTTP server from the ground up in C++.
This project introduces the fundamentals of C++ programming.
This project delves into the world of system administration and containerization. It involves setting up a complete multi-service infrastructure using Docker, focusing on concepts like networking, …
This project focuses on developing a function to read and return a single line from a file descriptor.
This project focuses on developing a custom C library. It features re-coded standard library functions and functions created from scratch, which are incrementally added and customized to support ot…
This project is designed to introduce and explore the fundamentals of virtualization. It focuses on setting up and managing virtual environments to understand their practical applications.
The goal of this project is to recode the printf() function in C, handling various format specifiers and output formatting.
This project is focused on simulating the dining philosophers problem. It involves creating a multithreaded application where philosophers alternate between thinking, eating and sleeping, with sync…
This project involves creating a program that simulates Unix pipes, allowing multiple commands to be chained together, where the output of one command serves as the input to the next
This project involves designing and implementing sorting algorithms. The goal is to implement a program that efficiently sorts a stack of integers using only basic operations, with a focus on minim…
This project explores networking concepts and troubleshooting. It involves diagnosing and resolving various network issues, covering areas such as IP routing, subnetting, and network configuration …
This project focuses on visualizing a wireframe 3D model of a landscape.
This group project aims at creating a basic Unix shell. It involves implementing essential shell features like command execution, piping, redirection, and various built-ins.