Pinned Repositories
Analyzing-DNA
Takes strands of DNA, analyzes it and then mutates it in a way to break down any trace of COVID-19 in the bloodstream
Automated-Gmail-Journaling
The Journal Prompts Program automates the daily delivery of journal prompts via email, utilizing a Python script to send prompts and a Google Apps Script to organize user responses in a Google Sheet. This streamlined solution enhances the facilitation and management of daily reflections for users.
Caesar-Cipher
Implements Caesar, Vigenere, and Vernam cipher shifting encoding and decoding messages
Cell-Game
Simulates a game in which cells take up spots on a board and have properties that allow them to move, multiply and divide different directions to overcome other cells
COGS108_Repo
Covid-Contact
Reads input files to get contact information and stores it into a server then calculates student's risks for getting infected by COVID-19 and simulates student infections based on locations, infections and how many students it should notify
File-Format-Separator
This Python script organizes files in a specified input folder into subfolders based on their file formats. It categorizes files into folders such as Photos, Videos, Documents, and RawPhotos, depending on their extensions. Files with unsupported formats are moved to an "OtherFormats" folder for efficient organization.
Infection-Saucer
Simulates game in which cells on a board can move, divide, multiply, spawn and delete in order to overcome other cells and win the game
RAW-to-JPEG
This script converts RAW image files (ARW, CR2, DNG, NEF, RAW) to JPEG format. It creates a 'JPEG' folder in the specified raw folder, processes each raw file, and saves the resulting JPEG images in the created folder, providing a straightforward tool for RAW to JPEG conversion.
RGB-File-Separator
This Python script categorizes images in a specified folder into 'red,' 'green,' or 'blue' subfolders based on their predominant color. It supports various image formats, employing different processing methods for raw files and standard formats, providing an efficient tool for organizing diverse image collections.
khchuang12's Repositories
khchuang12/RAW-to-JPEG
This script converts RAW image files (ARW, CR2, DNG, NEF, RAW) to JPEG format. It creates a 'JPEG' folder in the specified raw folder, processes each raw file, and saves the resulting JPEG images in the created folder, providing a straightforward tool for RAW to JPEG conversion.
khchuang12/Analyzing-DNA
Takes strands of DNA, analyzes it and then mutates it in a way to break down any trace of COVID-19 in the bloodstream
khchuang12/Automated-Gmail-Journaling
The Journal Prompts Program automates the daily delivery of journal prompts via email, utilizing a Python script to send prompts and a Google Apps Script to organize user responses in a Google Sheet. This streamlined solution enhances the facilitation and management of daily reflections for users.
khchuang12/Caesar-Cipher
Implements Caesar, Vigenere, and Vernam cipher shifting encoding and decoding messages
khchuang12/Cell-Game
Simulates a game in which cells take up spots on a board and have properties that allow them to move, multiply and divide different directions to overcome other cells
khchuang12/COGS108_Repo
khchuang12/Covid-Contact
Reads input files to get contact information and stores it into a server then calculates student's risks for getting infected by COVID-19 and simulates student infections based on locations, infections and how many students it should notify
khchuang12/File-Format-Separator
This Python script organizes files in a specified input folder into subfolders based on their file formats. It categorizes files into folders such as Photos, Videos, Documents, and RawPhotos, depending on their extensions. Files with unsupported formats are moved to an "OtherFormats" folder for efficient organization.
khchuang12/Infection-Saucer
Simulates game in which cells on a board can move, divide, multiply, spawn and delete in order to overcome other cells and win the game
khchuang12/MyFirstPullRequest
To be used for the assignments in Cogs 108
khchuang12/RGB-File-Separator
This Python script categorizes images in a specified folder into 'red,' 'green,' or 'blue' subfolders based on their predominant color. It supports various image formats, employing different processing methods for raw files and standard formats, providing an efficient tool for organizing diverse image collections.
khchuang12/Rotating-Floor-Plan
Takes a 4x5 Minecraft floor plan represented as a 2D array and manipulates the values to "rotate" the floor plan 90 degrees clockwise
khchuang12/Tracking-Infection
Takes a list of individuals, their locations, movements and infections and populates arrays to easily analyze and manipulate their data to infer infection rates between individuals based on back-tracing
khchuang12/Transmitting-Infection
Calculates risk of COVID-19 infection between two individuals based on amount of time spent together if one is infected.
khchuang12/khchuang12.github.io
khchuang12/Mean-Income-vs-Diabetes-Diagnosis-ML
khchuang12/Poisonous-Mushroom-Detector-