commit 90d20772b18be63443c94e0118676bb5721f2208 Author: Alex Huddleston Date: Thu Nov 23 21:17:20 2017 -0600 Initial commit. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8fce603 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +data/ diff --git a/420Project17fall.docx b/420Project17fall.docx new file mode 100644 index 0000000..1f01c1f Binary files /dev/null and b/420Project17fall.docx differ diff --git a/420Project17fall.pdf b/420Project17fall.pdf new file mode 100644 index 0000000..6e00061 Binary files /dev/null and b/420Project17fall.pdf differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf1d7bd --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +See 420Project17fall.pdf + +use this script to download the data files, because I'm not hosting them here. + +mkdir "data" +for i in {0..28} +do + wget "http://courses.cse.tamu.edu/daugher/misc/PPP/homeworks/data/${i}states.bin" -O "data/${i}.bin" +done