-
Notifications
You must be signed in to change notification settings - Fork 7
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
0 parents
commit 63218c9
Showing
125 changed files
with
170,169 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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,365 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title> | ||
|
||
Page Not Found • ECEn 224: Intro to Computer Systems | ||
|
||
</title> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous"> | ||
|
||
<!-- Custom styles for this template --> | ||
<link rel="stylesheet" href=/ecen224/css/main.css> | ||
|
||
<!-- <link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet"> --> | ||
<!-- <link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap" rel="stylesheet"> --> | ||
<link rel="stylesheet" href="https://use.typekit.net/jcn6ybb.css"> | ||
|
||
<link rel="icon" type="image/png" sizes="96x96" href=/ecen224/icon/favicon-96x96.png> | ||
<link rel="icon" type="image/png" sizes="32x32" href=/ecen224/icon/favicon-32x32.png> | ||
<link rel="icon" type="image/png" sizes="16x16" href=/ecen224/icon/favicon-16x16.png> | ||
|
||
<script src="https://kit.fontawesome.com/624d595ebf.js" crossorigin="anonymous"></script> | ||
|
||
|
||
</head> | ||
|
||
<body> | ||
<div class="d-flex" id="wrapper"> | ||
<!-- Sidebar --> | ||
<div class="border-right" id="sidebar-wrapper"> | ||
<div class="sidebar-sticky"> | ||
<div class="sidebar-heading-big"> | ||
<a href="/ecen224/"><img src="/ecen224/icon/icon.svg"> | ||
ECEn 224</a> | ||
</div> | ||
|
||
<div class="list-group list-group-flush"> | ||
|
||
<!-- Look for specific front-matter tag --> | ||
|
||
<a href="/ecen224/overview/" class="list-group-item list-group-item-action sidebar-item"> | ||
|
||
<i class="fa-duotone fa-chalkboard-teacher"></i> | ||
|
||
Overview | ||
</a> | ||
|
||
|
||
<!-- Look for specific front-matter tag --> | ||
|
||
<a href="/ecen224/resources/" class="list-group-item list-group-item-action sidebar-item"> | ||
|
||
<i class="fa-duotone fa-book"></i> | ||
|
||
Resources | ||
</a> | ||
|
||
|
||
<!-- Look for specific front-matter tag --> | ||
|
||
<a href="/ecen224/coding-standard/" class="list-group-item list-group-item-action sidebar-item"> | ||
|
||
<i class="fa-duotone fa-terminal"></i> | ||
|
||
Coding Standard | ||
</a> | ||
|
||
|
||
<!-- Look for specific front-matter tag --> | ||
|
||
<a href="/ecen224/lab-setup/" class="list-group-item list-group-item-action sidebar-item"> | ||
|
||
<i class="fa-duotone fa-wrench"></i> | ||
|
||
Lab Setup | ||
</a> | ||
|
||
|
||
<!-- Look for specific front-matter tag --> | ||
|
||
<a href="/ecen224/ta-hours/" class="list-group-item list-group-item-action sidebar-item"> | ||
|
||
<i class="fas fa-user-clock"></i> | ||
|
||
TA Hours | ||
</a> | ||
|
||
|
||
<!-- Look for specific front-matter tag --> | ||
|
||
<a href="http://diglabqueue.groups.et.byu.net" class="list-group-item list-group-item-action sidebar-item" target="_blank" rel="noopener noreferrer"> | ||
|
||
<i class="fa-duotone fa-handshake-angle"></i> | ||
|
||
Help Queue | ||
</a> | ||
|
||
|
||
<!-- Look for specific front-matter tag --> | ||
|
||
<a href="https://learningsuite.byu.edu/.N7cA/cid-qWPtDGbD9Vq6/calendar" class="list-group-item list-group-item-action sidebar-item" target="_blank" rel="noopener noreferrer"> | ||
|
||
<i class="fa-duotone fa-calendar"></i> | ||
|
||
Schedule | ||
</a> | ||
|
||
|
||
</div> | ||
|
||
<div class="sidebar-heading">Labs</div> | ||
<div class="list-group list-group-flush"> | ||
|
||
<a href="/ecen224/labs/getting-started/" class="list-group-item list-group-item-action sidebar-item"> | ||
<span class="badge badge-pill badge-dark-grey">1</span> | ||
Getting Started | ||
</a> | ||
|
||
<a href="/ecen224/labs/command-line/" class="list-group-item list-group-item-action sidebar-item"> | ||
<span class="badge badge-pill badge-dark-grey">2</span> | ||
Command Line | ||
</a> | ||
|
||
<a href="/ecen224/labs/c-programming/" class="list-group-item list-group-item-action sidebar-item"> | ||
<span class="badge badge-pill badge-dark-grey">3</span> | ||
C Programming | ||
</a> | ||
|
||
<a href="/ecen224/labs/debugging/" class="list-group-item list-group-item-action sidebar-item"> | ||
<span class="badge badge-pill badge-dark-grey">4</span> | ||
Debugging | ||
</a> | ||
|
||
<a href="/ecen224/labs/image/" class="list-group-item list-group-item-action sidebar-item"> | ||
<span class="badge badge-pill badge-dark-grey">5</span> | ||
Image | ||
</a> | ||
|
||
<a href="/ecen224/labs/display/" class="list-group-item list-group-item-action sidebar-item"> | ||
<span class="badge badge-pill badge-dark-grey">6</span> | ||
Display | ||
</a> | ||
|
||
<a href="/ecen224/labs/io/" class="list-group-item list-group-item-action sidebar-item"> | ||
<span class="badge badge-pill badge-dark-grey">7</span> | ||
I/O | ||
</a> | ||
|
||
<a href="/ecen224/labs/camera/" class="list-group-item list-group-item-action sidebar-item"> | ||
<span class="badge badge-pill badge-dark-grey">8</span> | ||
Camera | ||
</a> | ||
|
||
<a href="/ecen224/labs/client/" class="list-group-item list-group-item-action sidebar-item"> | ||
<span class="badge badge-pill badge-dark-grey">9</span> | ||
Client | ||
</a> | ||
|
||
<a href="/ecen224/labs/threaded-client/" class="list-group-item list-group-item-action sidebar-item"> | ||
<span class="badge badge-pill badge-dark-grey">10</span> | ||
Threaded Client | ||
</a> | ||
|
||
<a href="/ecen224/labs/doorbell/" class="list-group-item list-group-item-action sidebar-item"> | ||
<span class="badge badge-pill badge-dark-grey">11</span> | ||
Doorbell | ||
</a> | ||
|
||
</div> | ||
|
||
<div class="sidebar-heading">Programming Assignments</div> | ||
<div class="list-group list-group-flush"> | ||
|
||
<a href="/ecen224/programming-assignments/bomb-lab/" class="list-group-item list-group-item-action sidebar-item"> | ||
|
||
<i class="fa-duotone fa-bomb"></i> | ||
|
||
Bomb Lab | ||
</a> | ||
|
||
<a href="/ecen224/programming-assignments/attack-lab/" class="list-group-item list-group-item-action sidebar-item"> | ||
|
||
<i class="fa-duotone fa-bow-arrow"></i> | ||
|
||
Attack Lab | ||
</a> | ||
|
||
</div> | ||
|
||
<!-- <div class="sidebar-heading">Homeworks</div> | ||
<div class="list-group list-group-flush"> | ||
<a href="/ecen224/homework/data/" class="list-group-item list-group-item-action sidebar-item"> | ||
<i class="fa-duotone fa-binary"></i> | ||
Data | ||
</a> | ||
<a href="/ecen224/homework/c/" class="list-group-item list-group-item-action sidebar-item"> | ||
<i class="fa-duotone fa-brackets-curly"></i> | ||
C | ||
</a> | ||
<a href="/ecen224/homework/assembly/" class="list-group-item list-group-item-action sidebar-item"> | ||
<i class="fa-duotone fa-microchip"></i> | ||
Assembly | ||
</a> | ||
<a href="/ecen224/homework/memory/" class="list-group-item list-group-item-action sidebar-item"> | ||
<i class="fa-duotone fa-memory"></i> | ||
Memory | ||
</a> | ||
<a href="/ecen224/homework/io/" class="list-group-item list-group-item-action sidebar-item"> | ||
<i class="fa-duotone fa-server"></i> | ||
I/O | ||
</a> | ||
</div> --> | ||
</div> | ||
</div> | ||
<!-- /#sidebar-wrapper --> | ||
|
||
|
||
<!-- Page Content --> | ||
<div id="page-content-wrapper"> | ||
|
||
<nav class="navbar sticky-top navbar-expand-lg border-bottom"> | ||
<button class="btn btn-brand" id="menu-toggle"> | ||
<i class="fas fa-bars"></i> | ||
</button> | ||
|
||
<a href="#" class="navbar-brand mb-0 h1 page-title-bar text-center mx-auto" id="page-title-bar"></a> | ||
|
||
|
||
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="nav-link btn btn-brand suggest-edits" target="_blank" rel="noopener noreferrer noopener noreferrer" href="https://github.com/byu-cpe/ecen224/issues/new?title=Suggestions+for+Page%20Not%20Found+Page"><i class="fab fa-github"></i> Suggest | ||
Edits</a> | ||
</li> | ||
</ul> | ||
|
||
</nav> | ||
|
||
|
||
<div class="container"> | ||
<style type="text/css" media="screen"> | ||
.container { | ||
margin: 10px auto; | ||
max-width: 600px; | ||
text-align: center; | ||
} | ||
h1 { | ||
margin: 30px 0; | ||
font-size: 4em; | ||
line-height: 1; | ||
letter-spacing: -1px; | ||
} | ||
</style> | ||
|
||
<div class="container"> | ||
<h1>404</h1> | ||
|
||
<p><strong>Page not found</strong></p> | ||
<p>Must have been sent using a UDP packet...</p> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
<!-- /#page-content-wrapper --> | ||
|
||
</div> | ||
<!-- /#wrapper --> | ||
|
||
<!-- Bootstrap core JavaScript --> | ||
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> | ||
<script src="/ecen224/js/jquery.visible.min.js"></script> | ||
|
||
<!-- Menu Toggle Script --> | ||
<script> | ||
$("#menu-toggle").click(function (e) { | ||
e.preventDefault(); | ||
$("#wrapper").toggleClass("toggled"); | ||
}); | ||
|
||
var prevVisible = $('#page-title').visible(); | ||
|
||
$(window).scroll(function () { | ||
currentVisible = $('#page-title').visible() | ||
if (prevVisible && !currentVisible) { | ||
console.log("Do something!"); | ||
$("#page-title-bar").html($('#page-title').text()); | ||
} | ||
|
||
if (!prevVisible && currentVisible) { | ||
$("#page-title-bar").html("") | ||
} | ||
|
||
prevVisible = currentVisible; | ||
}); | ||
|
||
</script> | ||
|
||
<!-- Copy button for code blocks --> | ||
<script> | ||
const copyButtonLabel = "Copy"; | ||
|
||
// use a class selector if available | ||
let blocks = document.querySelectorAll("pre"); | ||
|
||
blocks.forEach((block) => { | ||
// only add button if browser supports Clipboard API | ||
if (navigator.clipboard) { | ||
let button = document.createElement("button"); | ||
button.className = 'btn btn-brand btn-sm'; | ||
|
||
button.innerText = copyButtonLabel; | ||
block.parentNode.parentNode.insertBefore(button, block.parentNode); | ||
|
||
button.addEventListener("click", async () => { | ||
await copyCode(block, button); | ||
}); | ||
} | ||
}); | ||
|
||
async function copyCode(block, button) { | ||
let code = block.querySelector("code"); | ||
let text = code.innerText; | ||
|
||
await navigator.clipboard.writeText(text); | ||
|
||
// visual feedback that task is completed | ||
button.innerText = "Copied"; | ||
|
||
setTimeout(() => { | ||
button.innerText = copyButtonLabel; | ||
}, 700); | ||
} | ||
</script> | ||
|
||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.