Sofia Sanchez's repositories
C--_Exam-Scores_Spring-2022
My first ever program! This program takes three numbers as input from the user, sorts the grades in descending order, and prints them in that order.
C--_Lunch_Spring-2022
This console application takes and validates yes and no decisions from the user and follows a path of nested conditions to determine what to suggest for lunch to the user.
C--_PlayingWithNumbers_Spring-2022
This program allows the user to choose to compute all the cousin prime pairs less than a number they input, compute if a number is a perfect number, or quit.
C--_TwinPrime_Spring-2022
This program prints every pair of prime numbers that are two apart up to the number inputted by the user.
C_Custom-Shell_Fall-2023
This program uses C to access methods that are part of the Linux operating system for use by our own custom shell environment.
C_Elevator-Kernel-Module_Fall-2023
Although the Linux OS environment must be altered for this to run, this kernel module moves an "elevator" up and down 6 "floors" in FIFO fashion, responding to floor requests made by threads that enter the program.
C_FAT32-Info-Extraction_Fall-2023
This program takes in a FAT32.img file and creates a shell, where several commands can be used to extract information about the FAT32 image.