Skip to content
#

system-programming

Here are 127 public repositories matching this topic...

A C++ project for the "Κ24 System Programming" course at DiT, NKUA. This repository contains a multi-threaded data server and a corresponding remote client, implementing file transfers over TCP/IP. The server uses mutexes for synchronization and a custom queue for managing requests, while the client requests and receives files.

  • Updated Nov 7, 2023
  • C++

A C++ project for the "Κ24 System Programming" course at DiT, NKUA. It features a command-line application for managing and analyzing patient records data using self-implemented data structures akin to the C++ STL. Includes custom linked lists, AVL trees, hash tables, and heaps. Test files for demonstration are provided.

  • Updated Nov 7, 2023
  • C++

Improve this page

Add a description, image, and links to the system-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the system-programming topic, visit your repo's landing page and select "manage topics."

Learn more