Newer
Older
labs / tiddlers / content / _Coursework.tid
caption: Coursework
created: 20200702090327462
modified: 20200706234040049
tags: home
title: /Coursework
type: text/vnd.tiddlywiki

<p class="no-print">''NOTE'':  Please reload this document in your web browser to ensure that you are looking at the latest version, and not an older version that your browser has cached.</p>

! Labs
<div class="tc-table-of-contents">
<$list filter="[tag[lab]tag[toc]!tag[hidden]sort[title]]">
<$set name="strippedTitle" filter="[all[current]split[/]last[]]">
<$link><<strippedTitle>></$link><br>
</$set>
</$list>
</div>

! Review Exercises
<div class="tc-table-of-contents">
<$list filter="[tag[review]tag[toc]!tag[hidden]sort[sort_order]]">
<$set name="strippedTitle" filter="[all[current]split[/]last[]]">
<$link><<strippedTitle>></$link><br>
</$set>
</$list>
</div>

! Reference Material

!!! Java Programming
<<contents-tree "/Reference/Java/">>

!!! Testing
<<linkFromPath path:"/Reference/Testing/Hamcrest" text:"Hamcrest">>

!!! Software used in {{$:/ou/parameters/Paper Code}}
<<contents-tree "/Reference/Software/">>

!!! Tips and Tricks
<<contents-tree "/Reference/Tips & Tricks/">>