Skip to content
View tiberiu04's full-sized avatar

Highlights

  • Pro

Block or report tiberiu04

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. GwentStone-Lite GwentStone-Lite Public

    The project involves developing a two-player card game, combining elements from Gwent & Hearthstone. Players select decks, receive heroes, and take turns placing cards on a 4×5 game board, aiming t…

    Java 1

  2. Asynchronous-Web-Server Asynchronous-Web-Server Public

    An advanced web server handles HTTP requests, serving files from static and dynamic directories under AWS_DOCUMENT_ROOT. It uses epoll for I/O multiplexing, zero-copy for static files, and async fi…

    C 1

  3. Parallel-Firewall Parallel-Firewall Public

    A multithreaded firewall simulator uses a circular buffer to manage packet flow. Producer threads generate packets with source, destination, timestamp, and payload. Consumer threads process packets…

    C 1

  4. Stochastic_text_gen Stochastic_text_gen Public

    The program implements a basic text generator using Markov Chains. It tokenizes input text, builds K-sequence features, and encodes transitions into a stochastic matrix. Using a sliding window (K),…

    MATLAB 1

  5. Load-balancer Load-balancer Public

    Used Consistent Hashing on a hash-ring structure which can contain up to 100.000 linked servers where the client can store and retrieve any product associated with an ID. ∗ If one server is shuttin…

    C 1

  6. Image-editor-program Image-editor-program Public

    Developed a comprehensive image editor that processes and transforms images using a set of commands input via STDIN. The program supports application of filters, rotation, and histogram equalizatio…

    C 1