Pinned Repositories
ChatServer
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 module in particular.
Clamp-Project-on-Fusion360
Group project for Visual Design class. Clamp model was made on Autodesk Fusion 360. Also received an A+ on the course.
CSV-Dataset-Organizer
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.
encryption-decryption
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 sequence of numbers.
FitnessClubDBMS
Health and Fitness Club Management System
movielens-csv-organizer
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 movies to the user based on their query types, such as the genre, year of release, ratings, and tags by the reviewers.
PostgreSQL-CRUD
PostgreSQL database with an application in Python that connects to the database to perform specific CRUD (Create, Read, Update, Delete) operations.
Pygame-Projects
A wide range of different assignments using pygame
XuanNguyenCU's Repositories
XuanNguyenCU/ChatServer
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 module in particular.
XuanNguyenCU/Clamp-Project-on-Fusion360
Group project for Visual Design class. Clamp model was made on Autodesk Fusion 360. Also received an A+ on the course.
XuanNguyenCU/CSV-Dataset-Organizer
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.
XuanNguyenCU/encryption-decryption
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 sequence of numbers.
XuanNguyenCU/FitnessClubDBMS
Health and Fitness Club Management System
XuanNguyenCU/movielens-csv-organizer
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 movies to the user based on their query types, such as the genre, year of release, ratings, and tags by the reviewers.
XuanNguyenCU/PostgreSQL-CRUD
PostgreSQL database with an application in Python that connects to the database to perform specific CRUD (Create, Read, Update, Delete) operations.
XuanNguyenCU/Pygame-Projects
A wide range of different assignments using pygame