Highlights
- Pro
-
vhive Public
Forked from amohoste/vhivevHive: Open-source framework for serverless experimentation
Go MIT License UpdatedFeb 17, 2023 -
-
-
A stack of services, deployed using Docker Swarm, which collects sensor data, sent over MQTT, using InfluxDB which can be visualized in configured Grafana dashboards.
Python UpdatedFeb 3, 2021 -
-
VCS Public
Created a local Version Control System with basic Git functionalities along with UNIX style file system commands (ex. : status, branch, commit, checkout, log, rollback, ls, cd ).
Java UpdatedApr 22, 2020 -
A program that processes and applies filters (smooth, sharpen, emboss, mean removal, approximate Gaussian Blur) on images in parallel by using Open MPI.
-
so-assignments Public
Forked from systems-cs-pub-ro/so-assignmentsPublic repo, which contains skeletons and tests for SO assignments
C UpdatedMar 11, 2020 -
RegexEngine-ANTLR-parser Public
A parser for regex expressions, converting them to equivalent ER (regular expressions), then to corresponding Nondeterministic & Deterministic Finite-State Machine (NFA & DFA) built for checking va…
-
-
-
Developed the Bloxorz game mechanics and the solution finding algorithm for the game with DFS Iterative, while using a heuristic based on ordering the child nodes in each state by their probability…
Haskell UpdatedDec 6, 2019 -
EKG-identifier Public
Filter raw electrocardiograms(EKG), build a characteristic array based on their harmonics (decompose signal with FFT, extract amplitude/phase) and match the input heartbeat with database entries by…
-
-
Implemented a dual program that manages UDP packets : 1) server side -> receive UDP packets, keep a database of users with subscriptions, track online/offline users, route relevant packets; 2) clie…
-