-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some videos for the instructor to use as needed
- Loading branch information
Showing
1 changed file
with
78 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en"> | ||
|
||
<head> | ||
<link rel="shortcut icon" href="https://byui-cse.github.io/Language-Courses/site/images/fav.ico" type="image/x-icon" /> | ||
<script type="text/javascript"> | ||
var codeType = "JavaScript"; | ||
</script> | ||
<script src="https://byui-cse.github.io/Language-Courses/site/highlight.pack.js"></script> | ||
<link rel="stylesheet" href="https://byui-cse.github.io/Language-Courses/site/highlight_styles/xcode.css" /> | ||
<link rel="stylesheet" href="./site/styles.css"> | ||
<script type="text/javascript" src="https://byui-cse.github.io/Language-Courses/site/weekly.js"></script> | ||
|
||
</head> | ||
|
||
<body onload="fetchSource()"> | ||
<header> | ||
<div class="hero-image"> | ||
<div class="hero-text"> | ||
<h1>CSE 121e: Erlang Language</h1> | ||
</div> | ||
</div> | ||
</header> | ||
<main> | ||
<h1>Course Videos</h1> | ||
<p> | ||
This is an unofficial listing of the course videos provided for your convenience. Please consult I-Learn for the official list of materials, including activities and due | ||
dates. | ||
</p> | ||
<h2>Week 01</h2> | ||
<ul> | ||
<li><a href="https://video.byui.edu/media/t/1_rxaghxel">Week 01 - Installing WSL and Erlang (for Windows users)</a></li> | ||
<li><a href="https://video.byui.edu/media/t/1_u0jio0ik">Week 01 - Testing Rebar3</a></li> | ||
<li><a href="https://video.byui.edu/media/t/1_jggr8x8v">Week 01 Task Sample Solution</a></li> | ||
</ul> | ||
|
||
<h2>Week 02</h2> | ||
<ul> | ||
<li><a href="https://video.byui.edu/media/t/1_qwrm6wd6">Week 02 - Examples</a></li> | ||
<li><a href="https://video.byui.edu/media/t/1_3rdza511">Week 02 - Task Overview</a></li> | ||
<li><a href="https://video.byui.edu/media/t/1_8bvfhwtl">Week 02 - Task Sample Solution</a></li> | ||
</ul> | ||
|
||
<h2>Week 03</h2> | ||
<ul> | ||
<li><a href="https://video.byui.edu/media/t/1_srogv2q4">Week 03 - Getting Started</a></li> | ||
<li><a href="https://video.byui.edu/media/t/1_ohso4a8s">Week 03 - Map, Filter, Reduce Example with Numbers</a></li> | ||
<li><a href="https://video.byui.edu/media/t/1_k8gcbesn">Week 03 - Map, Filter, Reduce Example with People</a></li> | ||
<li><a href="https://video.byui.edu/media/t/1_fgpacz46">Week 03 - Task - Getting Started</a></li> | ||
<li><a href="https://video.byui.edu/media/t/1_5dka6tgo">Week 03 - Task - Sample Solution</a></li> | ||
</ul> | ||
|
||
<h2>Week 04</h2> | ||
<ul> | ||
<li> | ||
<a href="https://video.byui.edu/media/t/1_4ejhv70v">Week 04 - Erlang Process Example</a> | ||
</li> | ||
<li><a href="https://video.byui.edu/media/t/1_ntcf1qc1">Week 04 - <kbd>simple_calc_1</kbd> Demo</a></li> | ||
<li><a href="https://video.byui.edu/media/t/1_gc2w06ux">Week 04 - Task - Getting Started</a></li> | ||
<li><a href="https://video.byui.edu/media/t/1_izflz8lt">Week 04 - Task - Sample Solution</a></li> | ||
</ul> | ||
|
||
<h2>Week 05</h2> | ||
|
||
|
||
<h2>Week 06</h2> | ||
|
||
|
||
<h2>Week 07</h2> | ||
|
||
</main> | ||
<footer> | ||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width: 0;" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a | ||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. | ||
</footer> | ||
</body> | ||
|
||
</html> |