Julia Froegel
A back up of projects from my Alphonse laptop
java
- CommandLineDemo : demo on how to print command line arguments in java
- cs270-hw2 : evaluates expressions by converting numbers to binary and computing the expressions
- cs340-hw1 : Linked list
- cs340-hw2 : Graph
- cs340-hw3 : List stored in random access file with pseudo pointers
- cs340-hw4 : heap
- cs340-hw5 : Huffman Encoding and Decoding
- cs340-hw6 : B Tree
- cs340-hw7 : Hash Map
- cs421-hw1 : Evaluates expressions - this might be in cs421 repo
- FileTrimmer : programs for trimming files
- LenghtTrimmer : removes lines that end with vowels - Not sure why I made this
- Trim : CLI for iterating through a file line by line to delete or keep lines
- ForFun : random programs made for fun
- Friends : made this program to get an error message to insult a friend
- makeTests : made file to run to test echos in shell os program
- Morg : mortgage calculation program to test idea for calc 2
- Pass : generates password that is a random string of length 10
- InClassStuff : Random code written in class from cs220
- InClassStuff340 : Random code written in class from cs340
- RanWordPass : Generates random pas/swords that use words from dictionary and include numbers and special characters
- Study : Some code written to study