Skip to content

Commit a765c5a

Browse files
Built site for gh-pages
1 parent 58bdb62 commit a765c5a

File tree

138 files changed

+10702
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+10702
-29
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
43b243cc
1+
5fa23e98

404.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,8 @@ <h1 class="title">Page Not Found</h1>
879879
userMessageOpacity: 0.5,
880880
assistantMessageOpacity: 0.5,
881881
position: "bottom-right",
882-
windowHeight: 800
882+
windowHeight: 800,
883+
debug: true
883884
});
884885
</script>
885886

assignments/assignment-1.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,8 @@ <h1>Hangman</h1>
967967
userMessageOpacity: 0.5,
968968
assistantMessageOpacity: 0.5,
969969
position: "bottom-right",
970-
windowHeight: 800
970+
windowHeight: 800,
971+
debug: true
971972
});
972973
</script>
973974

assignments/assignment-1.pdf

0 Bytes
Binary file not shown.

assignments/assignment-2.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,8 @@ <h1>Dashboards</h1>
10111011
userMessageOpacity: 0.5,
10121012
assistantMessageOpacity: 0.5,
10131013
position: "bottom-right",
1014-
windowHeight: 800
1014+
windowHeight: 800,
1015+
debug: true
10151016
});
10161017
</script>
10171018

assignments/assignment-2.pdf

0 Bytes
Binary file not shown.

general/chat.pdf

0 Bytes
Binary file not shown.

general/cheatsheet.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,8 @@ <h1>Best Practices</h1>
18421842
userMessageOpacity: 0.5,
18431843
assistantMessageOpacity: 0.5,
18441844
position: "bottom-right",
1845-
windowHeight: 800
1845+
windowHeight: 800,
1846+
debug: true
18461847
});
18471848
</script>
18481849

general/cheatsheet.pdf

0 Bytes
Binary file not shown.

general/faq.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,8 @@ <h3 class="anchored" data-anchor-id="how-can-i-download-pdf-slides-from-the-lect
910910
userMessageOpacity: 0.5,
911911
assistantMessageOpacity: 0.5,
912912
position: "bottom-right",
913-
windowHeight: 800
913+
windowHeight: 800,
914+
debug: true
914915
});
915916
</script>
916917

0 commit comments

Comments
 (0)