mariosangelis
Graduate student at ETH Zurich. Highly interested in distributed systems, databases, and networks. Skilled in C, Python, Java, C++, and C#.
Zurich, Switzerland
mariosangelis's Stars
esthicodes/Awesome-Swiss-German
Multi-language Analyze text in 26 Cantonal Swiss German, Italian, German, Chinese (simplified), French, Italian. pply natural language understanding (NLU) to their applications with features including sentiment analysis, entity analysis, entity sentiment analysis, content classification, and syntax analysis.
tkasidakis/Local_Search_Technique_DS
Implementation (in Python) of the Local Search Technique which is part of a series of algorithms based on Dominating Sets. Those algorithms are described in the following paper : https://ieeexplore.ieee.org/document/8327581
tkasidakis/darknet
Convolutional Neural Networks
tkasidakis/LU_multithreaded
-->luthr.c : contains the source code ,written in C,which implements LU decomposition using threads. -->semaphores.h : implementation of binary semaphores ,used for synchronization.
tkasidakis/dronekit-python
DroneKit-Python library for communicating with Drones via MAVLink.
mariosangelis/Object-Oriented-Programming-Projects
mariosangelis/Advanced-Telecommunication-Systems-Projects
mariosangelis/Wireless-Communications-Project
mariosangelis/Advanced-Topics-In-Computer-Networks-Projects
mariosangelis/Kmeans-project
mariosangelis/Operating-Systems-Projects
mariosangelis/Distributed-Systems-Projects
mariosangelis/Concurrent-Programming-Projects
mariosangelis/Advanced-Software-Engineering-Project
ChristosMatzoros/Object-Oriented-Programming-Projects
Arithmetic calculator implementation in Java. Image processing application in Java. Sudoku puzzle application in Java and Swing. Implementation of a Hash-Table application in C++.
ChristosMatzoros/Advanced-Telecommunication-Systems-Project
Telecommunication system simulator in Matlab
ChristosMatzoros/CUDA-Runtime-API-calls-interception
Shared library for intercepting CUDA Runtime API calls. This was part of my Bachelor thesis: A Study on the Computational Exploitation of Remote Virtualized Graphics Cards (https://bit.ly/37tIG0D)
ChristosMatzoros/CUDA-MultiGPU-Tiled-Matrix-Multiplication-using-CUDA-Streams
CUDA application that uses multiple GPUs to compute matrix-matrix multiplication. The matrix is tiled to run from 1 to 8 devices. This code was part of my Bachelor thesis: "A Study on the Computational Exploitation of Remote Virtualized Graphics Cards" (https://bit.ly/37tIG0D)
ChristosMatzoros/Network-file-system-middleware
We created from scratch a software network file system middleware (using NFS semantics) via remote procedure calls(RPCs). Also, we implemented software caching on the client-side. (in Python)
ChristosMatzoros/Group-communication-middleware-with-reliable-multicast-and-total-order-semantics
We created from scratch a middleware that supports group communication with reliable multicast and total order messaging delivery. This protocol was tested with a chat application. (in Python)
ChristosMatzoros/Mobile-code-middleware-with-live-migration-and-program-interpretation
We implemented from scratch a mobile code middleware. We created a distributed execution environment that supports the interpretation and execution of a Simple-Script(basic language) program. This Simple-Script language supports basic operations and send/receive commands with CSP semantics. The mailbox technique was used for communication between the different programs. The middleware supports the strong migration of a Simple-Script program to another machine/environment. Also, we implemented a symmetric and deterministic load balancing algorithm that supports the automatic migration of the Simple-Script programs. (In Python)
ChristosMatzoros/Asynchronous-request-reply-middleware-At-most-once-with-Flexible-service
We implemented an asynchronous request-reply middleware with semantics at most once and flexible service from scratch. We use a load-balancing algorithm using a coordinator service. Also, we provide basic API support. (in C)
ChristosMatzoros/Gaussian-Blurring-in-CUDA
Parallelization and optimization of an image processing application that performs Gaussian blurring using convolution methods in CUDA
ChristosMatzoros/Operating-Systems-Projects-UTH
Creation of a new Linux system call and modification of a kernel module. Implementation of the scheduling algorithm Shortest Job First (SJF) inside the Linux Kernel. Experiments and evaluation of the algorithm's performance. Modification and statistical evaluation of the SLOB (Simple list of blocks) memory allocator of the Linux Kernel. Implementation and evaluation of C-LOOK I/O request scheduler for the Linux Kernel.