Skip to content
View nguyenle0912's full-sized avatar
  • Motorola Solutions

Block or report nguyenle0912

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 Loading

  1. Amazon-Database-SQL Amazon-Database-SQL Public

    Amazon Database built using Oracle SQL and PL/SQL that showcase relational databases, triggers, stored procedures, EER Diagrams

    3 2

  2. HackAI-Contact-Tracing-for-COVID-19 HackAI-Contact-Tracing-for-COVID-19 Public

    A program that can intelligently generate a list of potentially infected locations, people, buildings, etc... given a known infected person. This feature allows medical professionals to prioritize …

    Prolog 2 1

  3. UNIX-v6-Filesystem UNIX-v6-Filesystem Public

    This program provides implementations of various UNIX commands within an internal v6 filesystem such as ls, mkdir, rm, cpin, cpout.

    C 1

  4. Flask-RestAPI Flask-RestAPI Public

    List of RestAPIs I created using Flask

    Python 1

  5. Tower-Of-Hanoi Tower-Of-Hanoi Public

    An iterative solution to the Tower of Hanoi problem. The program prints out a list of moves to solve a Tower of Hanoi with an inputted number of rings. The solution is written to a text file.

    C++

  6. Lexical-Analyzer Lexical-Analyzer Public

    This program takes in an inputted small program in the form of a string. It is then get dissected into tokens.

    Java