morukele / system_programming

A collection of code examples in my system programming studies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A collection of code examples in my system programming studies


Languages

Language:Rust 100.0%