C/C++.
Bathroom thread problem
This is my solution to the unisex bathroom thread concurrency problem.> Read more
Trash can replacement
This is a collection of 3 programs that can move files/directories to trash, restore from trash or empty the trash can.> Read more
Distributed shell
This shell implementation is made of a shell server, that spawns a process for each client that connects. It executes given commands and returns the result over TCP/IP.> Read more
P2P ASCII movie server
This consists of 2 programs, a tracking server and a client that is able to leech and seed ASCII movies.coming soon...
Prime number finder
This program uses the modulus function and re-uses computed prime numbers to find new prime numbers faster.> Read more