Skip to content
View Jorgeguti2's full-sized avatar

Block or report Jorgeguti2

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. F1-Race-Stats F1-Race-Stats Public

    A web scraping program created to get race and driver information from the Formula 1 Official website and store it in a database file.

    Python

  2. Animal-Classification-Neural-Network Animal-Classification-Neural-Network Public

    Neural network model that is trained on animal pictures taken from Google Images to be able to classify any new unseen animal picture correctly.

    Jupyter Notebook

  3. Memory-Manager Memory-Manager Public

    Simulates the memory allocation and deallocation that occurs in a C++ program.

    C++

  4. Parallel-Processing-Insertion-Sort Parallel-Processing-Insertion-Sort Public

    A parallel processing approach to optimize a sorting algorithm.

    C++

  5. Blackjack Blackjack Public

    Blackjack game created using Java Clients and a Server. Server will act as the dealer, while client will act as the players. Multiple clients can connect at once to play like a real blackjack table…

    Java

  6. Dining-Philosophers Dining-Philosophers Public

    Program that simulates the dining philosophers problem. Illustrates synchronization issue resolution through the use of threads and locks.

    Java