Skip to content
View YOZZOPANOZZO's full-sized avatar

Highlights

  • Pro

Block or report YOZZOPANOZZO

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 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 Loading

  1. From-Scratch-Neural-Network From-Scratch-Neural-Network Public

    A pure, no-libraries Rust implementation of a Neural Network 🧠.

    Jupyter Notebook 1

  2. -Dungeon-Adventures-game -Dungeon-Adventures-game Public

    client-server application that simulates the game "Dungeon Adventures" using a text-based interface. The server manages game sessions using a thread pool, assigns random health levels to players a…

    1

  3. buffer-techniques-java buffer-techniques-java Public

    A program that copies a file using different buffering strategies offered by JAVA and compares their performance. The strategies include: FileChannel with indirect buffer, FileChannel with direct b…

    Java 1

  4. NIEO-echo-server NIEO-echo-server Public

    A program that uses Java NIO to implement an echo server and client. Server uses Selector and non-blocking channels, accepts client connections and echoes messages sent by clients. Client reads mes…

    1

  5. wordle-game-java wordle-game-java Public

    An implenetation of the famous WORDLE game in java using threadpool and multicast

    Java 1

  6. Bank-Accounts-Manager Bank-Accounts-Manager Public

    A multi-threaded application that reads a compressed JSON file containing bank accounts, uses GSON API for streaming, and a thread pool to count the occurrences of each movement type for each account.