-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Unknown
committed
Oct 3, 2024
1 parent
784145c
commit 3ee6eb7
Showing
26 changed files
with
133,401 additions
and
2,295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 4747e6f89f51ab99f73898bb91914b4e | ||
config: ff703ad5e45f8880f6e2db147b1f7c45 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file removed
BIN
-6.66 KB
_images/16d1b7b5d7f2525bf8e1ca4ce2dd432831100dbe96eb69165c701e22810032c8.png
Binary file not shown.
55,615 changes: 55,615 additions & 0 deletions
55,615
_images/1a5173095ff1c2c6d74dac70f15c78c6cd113138455b87039e5074fa3464b715.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+102 KB
_images/6b1a3cb7dde2deb8cd1d93314f8594800edb1393f24b3de4fb7af9386eec4960.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
165 changes: 0 additions & 165 deletions
165
_images/6fe11ada2e28a5b3023321ff903fe5ce69f7a6fb0cdd514d2fec4ea42626a9f9.svg
This file was deleted.
Oops, something went wrong.
80 changes: 0 additions & 80 deletions
80
_images/70c0f5addcbf9c23c5624c0bb1b9e54880f768cc44e047dcbb05d52e614a56a3.svg
This file was deleted.
Oops, something went wrong.
165 changes: 165 additions & 0 deletions
165
_images/7593974fab02e7b69d05c9c30849fe5b898360f788c9816f46177aabdea3d5ff.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
359 changes: 359 additions & 0 deletions
359
_images/7c09ae3386a1e2dd76138c34cffe7eb522c5ac50eb4c9601604dbb86a9127625.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.2 KB
_images/a2adc1505e3c3588502198b1a487cacd8454fe5cf982e12f13d7f60110667a7c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10,360 changes: 10,360 additions & 0 deletions
10,360
_images/c71e653aae5fcbb5e1091c2920045065ab5396ba47e85ce0fc3ea5f9cd24d1c5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-13.2 KB
_images/d905bd28648931a5e677849c63da51a79e47e369b950470ff81dc0b47b3f8ba8.png
Binary file not shown.
165 changes: 0 additions & 165 deletions
165
_images/f5b08f5fa1324194333ea98436d92f0dd36f12e09db7b57da7ea2211a2634d46.svg
This file was deleted.
Oops, something went wrong.
453 changes: 0 additions & 453 deletions
453
_images/fb9456f46712ab04008983a485cb53814ed8cd08d9946285c727fe16a1fe2504.svg
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
document.addEventListener("DOMContentLoaded", function() { | ||
var videos = document.querySelectorAll('video'); | ||
|
||
videos.forEach(function(video) { | ||
var hasPlayed = false; // Flag to track if the video has started playing | ||
|
||
// Use 'mouseover' event for more consistent behavior | ||
video.addEventListener('mouseover', function() { | ||
if (!hasPlayed) { | ||
video.play(); // Play the video on the first hover | ||
hasPlayed = true; // Set flag to true to ensure it only plays once | ||
} | ||
}); | ||
|
||
// Set video attributes | ||
video.loop = true; // Loop the video indefinitely | ||
video.muted = true; // Ensure the video remains muted (to comply with autoplay policies) | ||
video.controls = true; // Ensure controls are visible | ||
}); | ||
}); |
Binary file renamed
BIN
+162 KB
_static/media/MovingFrameBox_1727712277.mp4 → _static/media/MovingFrameBox_1727914076.mp4
Binary file not shown.
Binary file renamed
BIN
+162 KB
...media/MovingFrameBox_Again_1727712308.mp4 → ...media/MovingFrameBox_Again_1727914503.mp4
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,6 +59,8 @@ | |
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script>DOCUMENTATION_OPTIONS.pagename = 'genindex';</script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> | ||
<script src="_static/_static/js/video_autoplay.js"></script> | ||
<script src="_static/js/video_autoplay.js?v=6207bf42"></script> | ||
<link rel="icon" href="_static/grad-notes-dark.gif"/> | ||
<link rel="index" title="Index" href="#" /> | ||
<link rel="search" title="Search" href="search.html" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,8 @@ | |
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script>DOCUMENTATION_OPTIONS.pagename = 'mth-531/pre-reqs/intro';</script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> | ||
<script src="../../_static/_static/js/video_autoplay.js"></script> | ||
<script src="../../_static/js/video_autoplay.js?v=6207bf42"></script> | ||
<link rel="icon" href="../../_static/grad-notes-dark.gif"/> | ||
<link rel="index" title="Index" href="../../genindex.html" /> | ||
<link rel="search" title="Search" href="../../search.html" /> | ||
|
@@ -432,8 +434,8 @@ <h1>Pre-Requisites for CS students<a class="headerlink" href="#pre-requisites-fo | |
<div class="cell_output docutils container"> | ||
<div class="output text_html"> | ||
<div style="width: 100%;"> | ||
<video width="100%" controls> | ||
<source src="../../_static/media/MovingFrameBox_Again_1727712308.mp4" type="video/mp4"> | ||
<video width="100%" controls playsinline> | ||
<source src="../../_static/media/MovingFrameBox_Again_1727914503.mp4" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,8 @@ | |
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script>DOCUMENTATION_OPTIONS.pagename = 'search';</script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> | ||
<script src="_static/_static/js/video_autoplay.js"></script> | ||
<script src="_static/js/video_autoplay.js?v=6207bf42"></script> | ||
<script src="_static/searchtools.js"></script> | ||
<script src="_static/language_data.js"></script> | ||
<script src="searchindex.js"></script> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.