Chelsea Marie Hicks (chelseamariehicks)

chelseamariehicks

Geek Repo

0

following

0

stars

Location:Portland, Oregon

Home Page:www.chelseamariehicks.com

Github PK Tool:Github PK Tool

Chelsea Marie Hicks's repositories

colorGame

Guess the color block based off of the RGB code! Polished user interface utilizes Bootstrap and Javascript to generates a random grid of color blocks with one that matches the randomly generated RGB code.

Language:JavaScriptStargazers:0Issues:0Issues:0

Salty

Salty is intended to be a kitschy, Point Break obsessed application that serves as a single space for getting all the deets about a beach locale. A la Kook of the Day, Salty utilizes surf slang to create a user experience that is fun and loose, and hopefully induces laughter and joy.

Language:DartStargazers:0Issues:0Issues:0

CUDA-Monte-Carlo

Monte Carlo simulation using CUDA to determine probability of a cannon hitting the castle and destroying it.

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

Grain-Growing-Simulation

Month-by-month simulation of a grain growing operation that looks at the impacts of temperature, precipitation, and deer using parallelism.

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

Volume-of-superquadratic

Program uses OpenMP parallel reduction to compute the volume of a superquadratic.

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

front-end-dev-challenge

Front-end developer interview challenge

Language:JavaScriptStargazers:0Issues:0Issues:0

wasteagram

A cross-platform mobile application for recording food waste using Flutter and Firebase backend services

Language:DartStargazers:0Issues:0Issues:0

secretKey

Program utilizes OpenSSL EVP to determine the encryption key given the following information: plaintext is known: "This is a top secret." ciphertext is known: 8d20e5056a8d24d0462ce74e4904c1b5 13e10d1df4a2ef2ad4540fae1ca0aaf9; iv is known: 00000000000000000000000000000000; and aes-128-cbc used to encrypt.

Language:CStargazers:1Issues:0Issues:0

totp_qr

Program works with Google Authenticator and has the following capabilities: generates a jpg QR code that encodes the URI GA expects; generates a OTP, which matches OTP produced by GA for a 30 second period and prints this OTP to the screen

Language:PythonStargazers:0Issues:0Issues:0

producerConsumerPipeline

Program reads lines of characters from standard input and writes them as 80 character long lines to standard output with specific changes:

Language:CStargazers:0Issues:0Issues:0

oneTimePad

C programs for encrypting and decrypting information using one-time pad-like system.

Language:CStargazers:0Issues:0Issues:0

commandShell

Simple shell in C that handles redirection of standard input and output and supports foreground and background processes, controllable by the command line and receiving signals.

Language:CStargazers:0Issues:0Issues:0

adventureFileNavigation

File generation and interface for room navigation game

Language:CStargazers:0Issues:0Issues:0

Binpacking-Algorithm

Program reads inputs from a file named bin.txt which consists of test cases where the first line is the number of test cases, followed by the capacity of bins for that test case the number of items, and then the weight of each item. With this information, the program runs three separate algorithms aimed at optimizing the bin packing problem, which is to pack items of different weights into the fewest number of bins with a specific capacity. The three algorithms used to solve the bin packing problem in this program are First-Fit, First-Fit-Decreasing, and Best Fit. The specifics of each algorithm are described in comments before their declaration. In the end, each algorithm will return the number of bins found to be needed according to that algorithm.

Language:PythonStargazers:0Issues:0Issues:0

Wrestling-Rivalries-Algorithm

Program reads a text file from the command line that contains a number of wrestlers (n), a list of the wrestler names, the number of rivalries (r), and a list of the rivalries by their names in pairs. The program outputs to the terminal Yes if it is possible to designate wrestlers as Babyfaces and Heels such that each rivalry is between a Babyface and a Heel, and a list of the Babyface wrestlers and a list of the Heels otherwise, if it is not possible, the output is No.

Language:PythonStargazers:0Issues:0Issues:0

makeChange-Algorithm

Algorithm finds the optimal solution for making change for n cents using the fewest number of coins.

Language:PythonStargazers:0Issues:0Issues:0

Shopping-Knapsack-Algorithm

Program reads inputs from a file named shopping.txt which consists of test cases providing the following information: -T(1<=T<=100) is test case number in first line of file -N(1<=N<=100) is the number of items in the test case on line 2 -The next N lines contain integer value pairs for the price and weight of the item; P(1<=P<=5000) and W(1<=W<=100) -F(1<=F<=30) is the number of people in the family in the next line which is followed by F lines containing the maximum weight M (1<=M<=200) With this information, select the items for each family member to carry to maximize the total price of all the items the family takes in the shopping spree, with each family member being able to take at most one of each item, if allowed based on the weight they can carry. The output for the program will be written to a file results.txt that contains for each test case the maximum total price of all goods the family can carry and the item numbers N that they should select.

Language:PythonStargazers:0Issues:0Issues:0

Timed-sorting-algorithms

Program reads in file named data.txt and sorts the integer input in the file using an insert sort and merge sort. The program also times both programs as a means of demonstrating sort efficiencies.

Language:PythonStargazers:0Issues:0Issues:0

assembly_program6

Program gets 10 valid integers from the user and stores numeric values in an array. These integers are then dislpayed to the screen along with their sum and their average. Program implements ReadVal and WriteVal procedures for signed integers and macros for getting and displaying user data.

Language:AssemblyStargazers:0Issues:0Issues:0

assembly_program5

Program generates an array of random integers within a specified range and prints the integers to the screen. This list is then sorted in ascending order, the median is calculated, and the median as well as the sorted array contents are displayed. A separate array counts the number of times each value appears in the array and these counts are also printed for the user.

Language:AssemblyStargazers:0Issues:0Issues:0

assembly_program4

Program calculates and displays all of the composite numbers up to and including the nth composite, n being a user selected term in the range of [1...400].

Language:AssemblyStargazers:0Issues:0Issues:0

assembly_program3

Program repeatedly prompts user to enter a number within the specified ranges of -88, -55 or -40, -1 (inclusive) and counts and accumulates the validated user numbers until a non-negative number is entered, which is detected via the sign flag. Program calculates and displays data including: the number of validated numbers entered, the sum of negative numbers entered, the maximum valid value entered, the minimum valid value entered, and the rounded integer average of the valid numbers entered.

Language:AssemblyStargazers:0Issues:0Issues:0

todoList

Simple and clean web interface for a to-do list using Javascript, Bootstrap, HTML, and CSS.

Language:CSSStargazers:0Issues:0Issues:0

AssemblyFibonacci

This program calculates and displays Fibonacci terms up to and including n, the user selected number of terms to be displayed

Language:AssemblyStargazers:0Issues:0Issues:0

patatapMimicry

Simple, barer boned copycat of the immersive and mesmerizing Patatap created by computer programmer Jono Brandel.

Language:JavaScriptStargazers:0Issues:0Issues:0

pawsDatabase

Administrative website for fictitious animal rescue, "Paws for Consideration". The site allows employees of the rescue to view the cats and dogs currently in the care of the rescue, view the staff of the rescue, view locations where animals are housed in the rescue, and assign or remove staff from location assignments.

Language:JavaScriptStargazers:0Issues:0Issues:0

jsGetPost

Single page web application that receives incoming POST and GET requests.

Language:JavaScriptStargazers:0Issues:0Issues:0

geometryCalculator

Program allows the user to calculate the area of a circle, rectangle, or triangle

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

speedOfSound

This program asks the user to select a medium (air, water, or steel) and to input the number of feet a sound wave will travel through the medium and will display the amount of time it will take in seconds.

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