Search

Tagged: C

All posts and projects tagged with "C"

The 42 Graphics Projects (3D & 2D)

Graphical programming projects spanning from a 2D tile-based game to a Wolfenstein-style 3D raycasting engine.

1 min read
C

libc project (libft, printf, get_next_line)

A custom C standard library, a variadic printf implementation, and a buffered file reader. The core projects of the 42 curriculum.

1 min read
1337 C

push_swap

A sorting algorithm project that sorts a stack of integers using a limited set of operations in minimal moves.

1 min read
1337 C algorithms

pipex

Recreating UNIX pipe behavior by redirecting I/O between processes using fork, pipe, and execve.

1 min read
1337 C

Philosophers

A multithreading simulation of the dining philosophers problem, managing concurrent access with mutexes.

1 min read
1337 C

net_calculator

A CLI network calculator for IP subnetting, AND operations, host ranges, CIDR notation, and subnet masks.

1 min read
C python tools

Mini Shell

A fully functional UNIX shell built in C with parsing, execution, pipes, redirections, and built-in commands.

1 min read
1337 C
← Back to blog