Christos Konstantinos Matzoros's repositories

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)

Language:C++Stargazers:8Issues:2Issues:0

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)

Language:CudaLicense:MITStargazers:4Issues:2Issues:0

Advanced-Telecommunication-Systems-Project

Telecommunication system simulator in Matlab

Language:MATLABStargazers:2Issues:2Issues:0

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)

Language:PythonLicense:MPL-2.0Stargazers:2Issues:2Issues:0

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)

Language:PythonLicense:MPL-2.0Stargazers:2Issues:2Issues:0

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)

Language:PythonLicense:MPL-2.0Stargazers:2Issues:3Issues:0

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)

Language:CLicense:MPL-2.0Stargazers:1Issues:2Issues:0

Gaussian-Blurring-in-CUDA

Parallelization and optimization of an image processing application that performs Gaussian blurring using convolution methods in CUDA

Language:CudaStargazers:1Issues:2Issues:0

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++.

Language:JavaStargazers:1Issues:2Issues:0

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.

Language:CStargazers:1Issues:4Issues:0

bioconda-recipes

Conda recipes for the bioconda channel.

Language:ShellLicense:MITStargazers:0Issues:0Issues:0

Concurrent-Programming-ce326

Concurrent Programming Team Projects

Language:CStargazers:0Issues:3Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:NextflowStargazers:0Issues:1Issues:0

nf-ducken

Workflow to process amplicon meta-analysis data, from NCBI accession IDs to taxonomic diversity metrics.

Language:NextflowStargazers:0Issues:0Issues:0

q2-assembly

QIIME 2 plugin for (meta)genome assembly.

Language:PythonLicense:BSD-3-ClauseStargazers:0Issues:0Issues:0
Language:PythonLicense:BSD-3-ClauseStargazers:0Issues:0Issues:0

q2-plugin-template

A skeleton for QIIME 2 plugins

License:BSD-3-ClauseStargazers:0Issues:0Issues:0

SharedMemoryC

Simple Example of Using Shared Memory in C

Language:CStargazers:0Issues:1Issues:0