Skip to content
View luis6156's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report luis6156

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

Popular repositories

  1. Network-Academy Network-Academy Public

    Network Academy is a Data Structure course homework made in C that aims to improve one''s knowledge of various algorithms for space and time efficiency. This homework provides the student with ~12.…

    3 1

  2. VideosDB VideosDB Public

    VideosDB is an assignment from my OOP class. In this homework, a database is created that contains actors, movies, shows and users. There are various actions implemented such as queries, recommenda…

    Java 1

  3. 6502-CPU-Emulator 6502-CPU-Emulator Public

    Emulator for the Intel 6502 CPU in C++.

    C++ 1

  4. Shor-s-Quantum-Algorithm Shor-s-Quantum-Algorithm Public

    Using Shor's Algorithm, a quantum computer will be able to crack any RSA encryption since the main problem is to find two large prime numbers that multiplied have the value "x". Quantum Superpositi…

    Jupyter Notebook 1

  5. Marketplace-ASC Marketplace-ASC Public

    Python - Multiple Consumers Multiple Producers problem using multithreading, logging (for debugging) and Unit Testing.

    Python 1

  6. Breakout Breakout Public

    This project is a clone of the famous retro game Breakout. The clone was made by creating a simple OpenGL engine with the C++ programming language. The API required knowledge of data structures, al…

    C++