Skip to content
View EstellaPaula's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report EstellaPaula

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Parallel-Image-processing-with-Open-MPI Parallel-Image-processing-with-Open-MPI Public

    A program that processes and applies filters (smooth, sharpen, emboss, mean removal, approximate Gaussian Blur) on images in parallel by using Open MPI.

    C 2

  2. RegexEngine-ANTLR-parser 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…

    Python 3 1

  3. VCS 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

  4. EKG-identifier 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…

    MATLAB 1

  5. Depth-First-Search-with-Iterative-Deepening-for-Bloxorz Depth-First-Search-with-Iterative-Deepening-for-Bloxorz Public

    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

  6. Server-Client-subscription-service Server-Client-subscription-service Public

    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…

    C 1