forked from aaronbloomfield/pdr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (51 loc) · 3.13 KB
/
Copy pathindex.html
File metadata and controls
51 lines (51 loc) · 3.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>Program and Data Representation: Tutorials</title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="../markdown.css" type="text/css" />
</head>
<body>
<h1 id="program-and-data-representation-tutorials">Program and Data Representation: Tutorials</h1>
<p><a href="../README.html">Go up to the main README file</a></p>
<p>The tutorials for this course are listed below. Note that as this repository is being filled out throughout the spring 2014 semester, many of these links will not work until later in the semester.</p>
<ul>
<li><a href="01-intro-unix/index.html">Tutorial 1: Introduction to Unix</a>
<ul>
<li>And <a href="01-intro-unix/virtual-box.html">Tutorial 1: Introduction to Unix: VirtualBox use</a></li>
<li>And <a href="01-intro-unix/vb-image-details.html">Tutorial 1: Introduction to Unix: VirtualBox image creation details</a></li>
</ul></li>
<li><a href="02-gdb/index.html">Tutorial 2: GDB</a>
<ul>
<li>Source code: <a href="02-gdb/debug.cpp.html">debug.cpp</a> (<a href="02-gdb/debug.cpp">src</a>)</li>
</ul></li>
<li><a href="03-04-more-unix/index.html">Tutorial 3: More Unix, part 1</a>, which is sections 1-4; this tutorial is originally from <a href="http://www.ee.surrey.ac.uk/Teaching/Unix/">here</a></li>
<li><a href="03-04-more-unix/index.html">Tutorial 4: More Unix, part 2</a>, which is sections 5-8; this tutorial is originally from <a href="http://www.ee.surrey.ac.uk/Teaching/Unix/">here</a></li>
<li><a href="05-make/index.html">Tutorial 5: make</a>, and the necessary <a href="05-make/pizza.zip">pizza.zip</a></li>
<li>Tutorial 6: Shell scripting, part 1
<ul>
<li>This is the first 6 sections (through and including 'exit status') of the <a href="http://en.wikibooks.org/wiki/Bash_Shell_Scripting">Wikibooks article on Bash Shell Scripting</a></li>
</ul></li>
<li>Tutorial 7: Shell scripting, part 2
<ul>
<li>This is the remainder of the <a href="http://en.wikibooks.org/wiki/Bash_Shell_Scripting">Wikibooks article on Bash Shell Scripting</a></li>
</ul></li>
<li>Tutorial 8: nasm
<ul>
<li>This is online <a href="http://cs.lmu.edu/~ray/notes/nasmexamples/">here</a>. You can skip a few of the sections (feel free to look at them if interested, but they are not needed): Floating Point Instructions, SIMD Parallelism, Saturated Arithmetic, and Graphics.</li>
</ul></li>
<li><a href="09-c/index.html">Tutorial 9: C</a></li>
<li><a href="10-objc/index.html">Tutorial 10: Objective C</a>
<ul>
<li>Source code: <a href="10-objc/helloworld.m.html">helloworld.m</a> (<a href="10-objc/helloworld.m">src</a>)</li>
</ul></li>
<li><a href="11-doxygen/index.html">Tutorial 11: Doxygen</a>
<ul>
<li>Source code: <a href="11-doxygen/average.cpp.html">average.cpp</a> (<a href="11-doxygen/average.cpp">src</a>), <a href="11-doxygen/Doxyfile">Doxyfile</a></li>
</ul></li>
</ul>
</body>
</html>