Fix lab 5 title
This commit is contained in:
parent
92b4975393
commit
1da614a06e
@ -1,4 +1,4 @@
|
||||
Title: lab-five
|
||||
Title: Lab Five
|
||||
Date: 2022-09-26T08:30:00
|
||||
Tags: cs2613, lab, racket, recursion, pattern-matching
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<title>CS2163 Blog</title>
|
||||
<meta name="description" content="CS2163 Blog">
|
||||
<meta name="author" content="Isaac Shoebottom">
|
||||
<meta name="keywords" content="frog, cs2613, lab, all, scribble, git, racket, cs2163">
|
||||
<meta name="keywords" content="recursion, lab, cs2613, git, frog, all, pattern-matching, scribble, cs2163, racket">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="canonical" href="http://www.example.com/index.html">
|
||||
@ -57,7 +57,7 @@
|
||||
</a>
|
||||
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="/tags\cs2163.html">cs2163</a><a class="dropdown-item" href="/tags\cs2613.html">cs2613</a><a class="dropdown-item" href="/tags\frog.html">frog</a><a class="dropdown-item" href="/tags\git.html">git</a><a class="dropdown-item" href="/tags\lab.html">lab</a><a class="dropdown-item" href="/tags\racket.html">racket</a><a class="dropdown-item" href="/tags\scribble.html">scribble</a>
|
||||
<a class="dropdown-item" href="/tags\cs2163.html">cs2163</a><a class="dropdown-item" href="/tags\cs2613.html">cs2613</a><a class="dropdown-item" href="/tags\frog.html">frog</a><a class="dropdown-item" href="/tags\git.html">git</a><a class="dropdown-item" href="/tags\lab.html">lab</a><a class="dropdown-item" href="/tags\pattern-matching.html">pattern-matching</a><a class="dropdown-item" href="/tags\racket.html">racket</a><a class="dropdown-item" href="/tags\recursion.html">recursion</a><a class="dropdown-item" href="/tags\scribble.html">scribble</a>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@ -91,7 +91,20 @@
|
||||
|
||||
<article>
|
||||
<header>
|
||||
<h2><a href='/2022\09\lab-three-scribble-demo.html'>Lab Three Scribble Demo</a></h2>
|
||||
<h2><a href='/2022\09\lab-five.html'>Lab Five</a></h2>
|
||||
<p class='date-and-tags'>
|
||||
<time datetime="2022-09-26" pubdate="true">2022-09-26</time> - <span class="tags"><a href="/tags\cs2613.html">cs2613</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\racket.html">racket</a>, <a href="/tags\recursion.html">recursion</a>, <a href="/tags\pattern-matching.html">pattern-matching</a></span></p>
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
</header>
|
||||
|
||||
<p>In this lab I learned about tail end recursion and attempted pattern matching</p>
|
||||
<footer>
|
||||
<a href='/2022\09\lab-five.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h2><a href='/2022\09\lab-four-scribble-demo.html'>Lab Four Scribble Demo</a></h2>
|
||||
<p class='date-and-tags'>
|
||||
<time datetime="2022-09-21" pubdate="true">2022-09-21</time> - <span class="tags"><a href="/tags\cs2613.html">cs2613</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\racket.html">racket</a>, <a href="/tags\scribble.html">scribble</a></span></p>
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
@ -99,7 +112,7 @@
|
||||
|
||||
<p>Demo of how Scribble works</p>
|
||||
<footer>
|
||||
<a href='/2022\09\lab-three-scribble-demo.html'>… more …</a>
|
||||
<a href='/2022\09\lab-four-scribble-demo.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
<article>
|
||||
|
@ -1,6 +1,7 @@
|
||||
http://www.example.com/2022\09\lab-three.html
|
||||
http://www.example.com/2022\09\lab-three-scribble-demo.html
|
||||
http://www.example.com/2022\09\lab-two.html
|
||||
http://www.example.com/2022\09\lab-five.html
|
||||
http://www.example.com/2022\09\lab-four-scribble-demo.html
|
||||
http://www.example.com/2022\09\lab-four.html
|
||||
http://www.example.com/2022\09\lab-one.html
|
||||
http://www.example.com/About.html
|
||||
|
Loading…
Reference in New Issue
Block a user