Sofia Sanchez (SofiSaR)

SofiSaR

User data from Github https://github.com/SofiSaR

0

followers

0

following

GitHub:@SofiSaR

Sofia Sanchez's repositories

Language:TypeScriptStargazers:1Issues:0Issues:0

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.

Language:C++Stargazers:0Issues:0Issues:0

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.

Language:C++Stargazers:0Issues:1Issues:0

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.

Language:C++Stargazers:0Issues:0Issues:0

C--_TwinPrime_Spring-2022

This program prints every pair of prime numbers that are two apart up to the number inputted by the user.

Language:C++Stargazers:0Issues:1Issues:0

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.

Language:CStargazers:0Issues:0Issues:0

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.

Language:CStargazers:0Issues:0Issues:0

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.

Language:CStargazers:0Issues:1Issues:0