Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 558 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 558 Bytes

System Programming

A code repository of code implementations of some of the concepts I am learning in systems programming.

The repository contains:

  • an implementation of the Q7 number format
  • an implementation of a random floating point between 0 and 1
  • an implementation of the CHIP-8 CPU
  • a DNS server
  • a TCP server
  • a replica Key-Value store
  • a particle simulator
  • a client for communicating with NTP (Network Time Protocol) servers, and updating system time
  • an image generator using concurrent processing with crossbeam and rayon crates.