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.
Real-time projects for computer science students are basics and these have to demonstrate how theoretical concepts are implemented. These project ideas enhance comprehension and provide very crucial ...
LakLak is a chat app built with C and socket programming. Multiple users can use the app at the same time. It used with the terminal. TCP/UDP client-server programs use Transmission Control Protocol ...
Abstract: In this paper, we provide comparison of language features and runtime systems of commonly used threading parallel programming models for high performance computing, including OpenMP, Intel ...
Abstract: Julia is a young programming language that is designed for technical computing. Although Julia is dynamically typed it is very fast and usually yields C speed by utilizing a just-in-time ...