-
-
-
Spectral_Clustering Public
implementation of normalized spectral clustering algorithm
-
-
-
Pentago Public
Pentago is a two-player abstract strategy game, based on TIC-Tac-Toe but much more complex
C# UpdatedJun 24, 2022 -
Clients connect to the server and send it a stream of bytes. The server counts how many of the bytes are printable and returns that number to the client. The server also maintains overall statistic…
-
program that searches a directory tree for files whose name matches some search term. The program parallelizes its work using threads. Specifically, individual directories are searched by different…
-
Kernel_Module_Message_Slot Public
kernel module that provides a new IPC mechanism, called a message slot. A message slot is a character device file through which processes communicate. A message slot device has multiple message cha…
C UpdatedJun 23, 2022 -
Shell Public
implementing shell functionality including: process management, pipes, signals, and the relevant system calls.
C UpdatedJun 23, 2022 -
Page_Table Public
implementation of simulated OS multi-level (trie-based) Page Table including creation/destruction of virtual memory mappings and second function that checks if an address is mapped in a page table.
C UpdatedJun 23, 2022 -
-
FastReadingAssistant Public
application that helps you read much faster by eliminating the need to move your eyes
Python UpdatedJul 31, 2021 -
SortingAlgorithmsComparison Public
comparates the runtime of six main sorting algorithms and represents the results in a table by a GUI
Python UpdatedJul 27, 2021 -