Skip to content

Repository files navigation

Unix Programming

Explores programming in Unix

  • Use the provided makefile to compile the c file
  • ./[executable] to run the programs

Game of Life

  • Basic C program for game of life
  • Reading and writing files

Environment

  • Implements a simplified "env" command from Linux
  • Environment variable

Disk Usage

  • Implements a simplified "du" command from Linux
  • i-Nodes, and file system related APIs

Simple Shell with Signal Handling

  • Implements a simplified shell with Signal Handling from Linux
  • Fork, exec, signal handling, input/output redirection

Server Multi-Client Chatroom

  • Implements a server that hosts a chatroom for multiple clients
  • Network socket, concurrency, multi-threading

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages