-
GUnet - National & Kapodistrian University of Athens
- Athens
Stars
Bitwise is an educational project where we create the software/hardware stack for a computer from scratch.
Competitive Hex board-game simulator. (Human vs AI)
Interpreter for a simple imperative language called IPL
Memory management simulator, using Hashed Page Table. Page Replacement Algorithms: Least Recently Used (LRU) and Second Chance.
Vaccine Monitor app implemented in C with system Programming techniques.Projects implemented as part of the course Syspro K24
Recommendation System on cryptocurrency, using data collected from users' tweets + 10-Fold Cross Validation ( Based on the cryptocoins from each user's tweets, the program runs algorithms on the da…
A program to calculate the achilleus numbers from 3 to MAX, defined by the user
3 implementations of floyd's algorithm for the sortest path between all the vertices of a graph
🦖| Design, Development and Evaluation of Parallel Programs in MPI, Mpi + OpenMp Cuda Hybrid that implement the Jacobi with successive over-relaxation.
Database Systems Implementation projects as undergraduate student (2020-2021)
Programming Projects in C for D.I.T Systems' Programming Course - K24
Programming Projects in C for Operating Systems - K22 Course
An outstandingly useful (especially for its simplicity) generic list data structure.
0️⃣ 1️⃣ Performing queries in a 'high-level binary record' and sorting the search results.
The following project is a representation of an actual browser.Basically the structure of the browser (tabs,sites,how they are created/accessed/deleted) is an implementation of doubly-linked-lists …
Analysing a text file / searching for certain words / count word appearance ( comments and readme in greek but they'll soon get translated in English )
Data Structures, Bash Script, Processes creation using system calls (fork/exec), Process communication via pipes, Use of low level I/O, Thread creation, Network Programming using sockets.
GeorgeLS / os-tutorial
Forked from cfenollosa/os-tutorialHow to create an OS from scratch