My projects/submissions for CSCE 121 H
Live as if you were to die tomorrow. Learn as if you were to live forever.
Look at each project's README for more information.
- event driven programming
- iterators, classes, enum
๐ Project 9 - Keywords
- create a "word cloud"
- read in file(s) & analyze word frequency against collection
๐ฒ Project 8 - Matrix
- implement a matrix class
- ๐บ Data Science application (Iris)
Read user input of text and perform operations on polynomials
๐ Project 6 - Cities
Calculate the approximate distance between 2 points in Texas
๐ช Project 5: Genomics
Analyze DNA from *.fasta file, protein table, amino acid sequences
calculate the square root of a float given on the comand line, generate subsets
Build a vending machine that is interactive program with user input
Write a simulation of a vending machine. This will be an interactive
program, where the user will enter commands on the console...
...
- take in a data file and display asterisks for a plot with 20 bins
Write a C++ program that reads a list of numbers in from a file,
prints out some statistics (count, range, mean, standard deviation),
and then prints a histogram of the values in ASCII...
๐ Project 1: Calendar
- Build a "cal" (unix native program) ASCII in C++
- flag certain dates (Independence Day, Halloween, Christmas)
Write a C++ program that takes the month (1-12) and year on the command-line,
and prints out a format calendar (in ASCII) for that month.
Read the month and year as command-line args.
...