Skip to content
View XuanNguyenCU's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report XuanNguyenCU

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. CSV-Dataset-Organizer CSV-Dataset-Organizer Public

    Group project for Data Management class. Purpose was to create a UI that manages a comma separated value (CSV) file generated from the Google Book Store. The group received an A+ on this project.

    Python

  2. Clamp-Project-on-Fusion360 Clamp-Project-on-Fusion360 Public

    Group project for Visual Design class. Clamp model was made on Autodesk Fusion 360. Also received an A+ on the course.

  3. Pygame-Projects Pygame-Projects Public

    A wide range of different assignments using pygame

    Python

  4. movielens-csv-organizer movielens-csv-organizer Public

    Developed a program in Python that helps manage a dataset of movies from multiple CSV files containing records from GroupLens. The module provides functionality to analyze the data which recommends…

    Python

  5. encryption-decryption encryption-decryption Public

    A program written in C that uses bit masks and bitwise operators to manipulate values at the bit level with a secret key to either encrypt a readable message, or decrypt an already encrypted sequen…

    C

  6. ChatServer ChatServer Public

    Asynchronous communication between client server, where the server can send a message to the client without it being in response to request from that client. Uses Web Sockets with the socket.io npm…

    JavaScript