From 9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Sun, 16 May 2021 21:38:59 -0500 Subject: Rearrange files --- OLD/csci4131/lec/08ShepherdLabs960.jpg | Bin 0 -> 675244 bytes OLD/csci4131/lec/Lec10Ex1.html | 18 +++++++++++++ OLD/csci4131/lec/Lec23Ex1.xml | 5 ++++ OLD/csci4131/lec/Lec2Ex1.html | 12 +++++++++ OLD/csci4131/lec/Lec3Ex2.html | 32 ++++++++++++++++++++++ OLD/csci4131/lec/Lec4Ex1.html | 28 ++++++++++++++++++++ OLD/csci4131/lec/Lec5Ex1.html | 23 ++++++++++++++++ OLD/csci4131/lec/Lec6Ex1.html | 39 +++++++++++++++++++++++++++ OLD/csci4131/lec/Lec6Ex2.html | 37 ++++++++++++++++++++++++++ OLD/csci4131/lec/Lec7Ex1.html | 20 ++++++++++++++ OLD/csci4131/lec/Lex8Ex1.html | 15 +++++++++++ OLD/csci4131/lec/gophers-mascot.png | Bin 0 -> 82836 bytes OLD/csci4131/lec/lec7big3/CPE.png | Bin 0 -> 4140 bytes OLD/csci4131/lec/lec7big3/EPT.png | Bin 0 -> 4319 bytes OLD/csci4131/lec/lec7big3/GPP.png | Bin 0 -> 3760 bytes OLD/csci4131/lec/lec7big3/GUI.png | Bin 0 -> 4055 bytes OLD/csci4131/lec/lec7big3/PERF.png | Bin 0 -> 3282 bytes OLD/csci4131/lec/lec7big3/PORT.png | Bin 0 -> 3768 bytes OLD/csci4131/lec/lec7big3/RandomPicture.js | 21 +++++++++++++++ OLD/csci4131/lec/lec7big3/SEO.png | Bin 0 -> 3862 bytes OLD/csci4131/lec/lec7big3/big31.html | 17 ++++++++++++ OLD/csci4131/lec/mystyle8.css | 41 +++++++++++++++++++++++++++++ 22 files changed, 308 insertions(+) create mode 100644 OLD/csci4131/lec/08ShepherdLabs960.jpg create mode 100644 OLD/csci4131/lec/Lec10Ex1.html create mode 100644 OLD/csci4131/lec/Lec23Ex1.xml create mode 100644 OLD/csci4131/lec/Lec2Ex1.html create mode 100644 OLD/csci4131/lec/Lec3Ex2.html create mode 100644 OLD/csci4131/lec/Lec4Ex1.html create mode 100644 OLD/csci4131/lec/Lec5Ex1.html create mode 100644 OLD/csci4131/lec/Lec6Ex1.html create mode 100644 OLD/csci4131/lec/Lec6Ex2.html create mode 100644 OLD/csci4131/lec/Lec7Ex1.html create mode 100644 OLD/csci4131/lec/Lex8Ex1.html create mode 100644 OLD/csci4131/lec/gophers-mascot.png create mode 100644 OLD/csci4131/lec/lec7big3/CPE.png create mode 100644 OLD/csci4131/lec/lec7big3/EPT.png create mode 100644 OLD/csci4131/lec/lec7big3/GPP.png create mode 100644 OLD/csci4131/lec/lec7big3/GUI.png create mode 100644 OLD/csci4131/lec/lec7big3/PERF.png create mode 100644 OLD/csci4131/lec/lec7big3/PORT.png create mode 100644 OLD/csci4131/lec/lec7big3/RandomPicture.js create mode 100644 OLD/csci4131/lec/lec7big3/SEO.png create mode 100644 OLD/csci4131/lec/lec7big3/big31.html create mode 100644 OLD/csci4131/lec/mystyle8.css (limited to 'OLD/csci4131/lec') diff --git a/OLD/csci4131/lec/08ShepherdLabs960.jpg b/OLD/csci4131/lec/08ShepherdLabs960.jpg new file mode 100644 index 0000000..d1262f8 Binary files /dev/null and b/OLD/csci4131/lec/08ShepherdLabs960.jpg differ diff --git a/OLD/csci4131/lec/Lec10Ex1.html b/OLD/csci4131/lec/Lec10Ex1.html new file mode 100644 index 0000000..a77bc41 --- /dev/null +++ b/OLD/csci4131/lec/Lec10Ex1.html @@ -0,0 +1,18 @@ + + + + + Race Condition + + + + + + \ No newline at end of file diff --git a/OLD/csci4131/lec/Lec23Ex1.xml b/OLD/csci4131/lec/Lec23Ex1.xml new file mode 100644 index 0000000..5568c44 --- /dev/null +++ b/OLD/csci4131/lec/Lec23Ex1.xml @@ -0,0 +1,5 @@ + + + Honda Civic + 2001 + \ No newline at end of file diff --git a/OLD/csci4131/lec/Lec2Ex1.html b/OLD/csci4131/lec/Lec2Ex1.html new file mode 100644 index 0000000..d93bf20 --- /dev/null +++ b/OLD/csci4131/lec/Lec2Ex1.html @@ -0,0 +1,12 @@ + + + + + your name on the TAB opened by the browser + + + +

My Favourite Site

+Click here + + \ No newline at end of file diff --git a/OLD/csci4131/lec/Lec3Ex2.html b/OLD/csci4131/lec/Lec3Ex2.html new file mode 100644 index 0000000..8903571 --- /dev/null +++ b/OLD/csci4131/lec/Lec3Ex2.html @@ -0,0 +1,32 @@ + + + + + There is no title + + + +

My nonexistent list of Favorite Movies

+ + + + + + + + + + + + + + + +
Favorite MovieFavorite Actor/Actress in Said Movie
Name of Favorite MovieName of Favorite Actor/Actress
Name of Favorite Movie 2Name of Favorite Actor/Actress 2
+ + \ No newline at end of file diff --git a/OLD/csci4131/lec/Lec4Ex1.html b/OLD/csci4131/lec/Lec4Ex1.html new file mode 100644 index 0000000..9433abd --- /dev/null +++ b/OLD/csci4131/lec/Lec4Ex1.html @@ -0,0 +1,28 @@ + + + + + There is no form + + +

Simple Form

+
+

+ + + + + +

+

+ + +

+
+ \ No newline at end of file diff --git a/OLD/csci4131/lec/Lec5Ex1.html b/OLD/csci4131/lec/Lec5Ex1.html new file mode 100644 index 0000000..18f98ec --- /dev/null +++ b/OLD/csci4131/lec/Lec5Ex1.html @@ -0,0 +1,23 @@ + + + + + + + + Box Model Example + + + + + + +
+

The University of Minnesota

+

Educating the Leaders of Tomorrow for over 100 years. + There is always something happening at the U!

+
+ + + + diff --git a/OLD/csci4131/lec/Lec6Ex1.html b/OLD/csci4131/lec/Lec6Ex1.html new file mode 100644 index 0000000..7b45e18 --- /dev/null +++ b/OLD/csci4131/lec/Lec6Ex1.html @@ -0,0 +1,39 @@ + + + + + + + + Add and Multiply Program + + + + + + \ No newline at end of file diff --git a/OLD/csci4131/lec/Lec6Ex2.html b/OLD/csci4131/lec/Lec6Ex2.html new file mode 100644 index 0000000..99f5843 --- /dev/null +++ b/OLD/csci4131/lec/Lec6Ex2.html @@ -0,0 +1,37 @@ + + + + + Possible HW2 constructs + + + + + + + + + + +
Shepherd Labs 100 Union St SE
Minneapolis, MN 55455
+
+ Goldy Gopher +
+ + + + \ No newline at end of file diff --git a/OLD/csci4131/lec/Lec7Ex1.html b/OLD/csci4131/lec/Lec7Ex1.html new file mode 100644 index 0000000..d7c46e4 --- /dev/null +++ b/OLD/csci4131/lec/Lec7Ex1.html @@ -0,0 +1,20 @@ + + + + + Titles are for better people + + + + + + + + \ No newline at end of file diff --git a/OLD/csci4131/lec/Lex8Ex1.html b/OLD/csci4131/lec/Lex8Ex1.html new file mode 100644 index 0000000..e08b7ef --- /dev/null +++ b/OLD/csci4131/lec/Lex8Ex1.html @@ -0,0 +1,15 @@ + + + + +

Display a Telephone Input Field

+ +
+

+ + Format: 123-456-6789

+ +
+ + + \ No newline at end of file diff --git a/OLD/csci4131/lec/gophers-mascot.png b/OLD/csci4131/lec/gophers-mascot.png new file mode 100644 index 0000000..44e62fa Binary files /dev/null and b/OLD/csci4131/lec/gophers-mascot.png differ diff --git a/OLD/csci4131/lec/lec7big3/CPE.png b/OLD/csci4131/lec/lec7big3/CPE.png new file mode 100644 index 0000000..d137d51 Binary files /dev/null and b/OLD/csci4131/lec/lec7big3/CPE.png differ diff --git a/OLD/csci4131/lec/lec7big3/EPT.png b/OLD/csci4131/lec/lec7big3/EPT.png new file mode 100644 index 0000000..68b5863 Binary files /dev/null and b/OLD/csci4131/lec/lec7big3/EPT.png differ diff --git a/OLD/csci4131/lec/lec7big3/GPP.png b/OLD/csci4131/lec/lec7big3/GPP.png new file mode 100644 index 0000000..7d8bf3d Binary files /dev/null and b/OLD/csci4131/lec/lec7big3/GPP.png differ diff --git a/OLD/csci4131/lec/lec7big3/GUI.png b/OLD/csci4131/lec/lec7big3/GUI.png new file mode 100644 index 0000000..d7e2ccc Binary files /dev/null and b/OLD/csci4131/lec/lec7big3/GUI.png differ diff --git a/OLD/csci4131/lec/lec7big3/PERF.png b/OLD/csci4131/lec/lec7big3/PERF.png new file mode 100644 index 0000000..807b7a0 Binary files /dev/null and b/OLD/csci4131/lec/lec7big3/PERF.png differ diff --git a/OLD/csci4131/lec/lec7big3/PORT.png b/OLD/csci4131/lec/lec7big3/PORT.png new file mode 100644 index 0000000..3d69844 Binary files /dev/null and b/OLD/csci4131/lec/lec7big3/PORT.png differ diff --git a/OLD/csci4131/lec/lec7big3/RandomPicture.js b/OLD/csci4131/lec/lec7big3/RandomPicture.js new file mode 100644 index 0000000..b5f4d73 --- /dev/null +++ b/OLD/csci4131/lec/lec7big3/RandomPicture.js @@ -0,0 +1,21 @@ +var iconImg; + +function randImage() { + var index = Math.floor(Math.random()*7); + + var pictures = ["CPE", "EPT", "GPP", "GUI", "PERF", "PORT", "SEO"]; + var descriptions = ["Common Programming Error", + "Error-Prevention Tip", "Good Programming Practice", + "Look-and-Feel Observation", "Performance Tip", "Portability Tip", + "Software Engineering Observation"]; + + iconImg.src = pictures[index] + ".png"; + iconImg.alt = descriptions[index]; +} + +function start() { + iconImg = document.getElementById("image"); + iconImg.addEventListener("click", randImage, false); +} + +window.addEventListener("load", start); \ No newline at end of file diff --git a/OLD/csci4131/lec/lec7big3/SEO.png b/OLD/csci4131/lec/lec7big3/SEO.png new file mode 100644 index 0000000..73d4507 Binary files /dev/null and b/OLD/csci4131/lec/lec7big3/SEO.png differ diff --git a/OLD/csci4131/lec/lec7big3/big31.html b/OLD/csci4131/lec/lec7big3/big31.html new file mode 100644 index 0000000..574401a --- /dev/null +++ b/OLD/csci4131/lec/lec7big3/big31.html @@ -0,0 +1,17 @@ + + + + + + + + + Random Image Generator + + + + + Common Programming Error + + + \ No newline at end of file diff --git a/OLD/csci4131/lec/mystyle8.css b/OLD/csci4131/lec/mystyle8.css new file mode 100644 index 0000000..5b2546d --- /dev/null +++ b/OLD/csci4131/lec/mystyle8.css @@ -0,0 +1,41 @@ + /* A CSS Style file for formatting "the box" around some block elements */ + + +body { + border: .1875em dotted black; + margin: .625em; + max-width: 90%; + } + +section{ + border: .125em solid black; + max-width: 80%; + margin: 1.25em; /* all four sides */ + padding: .625em; /* all four sides */ + } +h1,p { + border: .0625em dashed black; + padding: .625em; + max-width: 80%; + } +h1{ + margin: .5em 0 .25em; /* .5em top,0 right and left, .25em bottom */ + padding-left: .9375em; +} +p{ + margin: 0; /* all four sides */ + padding-left: .9375em; +} +div { +border: .1875em dotted black; +color: red; +margin: .625em; +} + + + + + + + + \ No newline at end of file -- cgit v1.2.3