forked from csev/cc4e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
40 lines (40 loc) · 1.5 KB
/
index.php
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
<html>
<head>
</head>
<body>
<a href="../">
<img alt="Picture of Dr. Chuck in the 1990's wearing a members only jacket - which was a thing back then"
src="1990-Chuck-Members-Only-Jacket.png"
style="padding: 5px; float:right; width:240px;"/>
</a>
<h1>Archives of Courses Taught by Dr. Chuck</h1>
<p>These are related courses taught by Dr. Chuck in the past.</p>
<ul>
<li><p><a href="1991-lbs290">Lyman Briggs (LBS290) - C</a>
Taught Fall 1991 at Michigan State University. This was taught with students
logging in to a
<a href="https://en.wikipedia.org/wiki/3B_series_computers#3B2" target="_blank">AT&T 3B2</a>
mincomputer.
</p></li>
<li><p><a href="1992-lbs290f" target="_blank">Lyman Briggs (LBS290F) - FORTRAN</a><br/>
Taught Winter 1992 at Michgan State University.
</p></li>
<li><p>
<a href="2000-eecs280" target="_blank">EECS 280 - C++</a><br/>
Taught Winter 2000 at the University of Michigan. This was the first
and only time that Dr. Chuck taught C++ and the very first course
Dr. Chuck taught at the University of Michigan.
</p>
</li>
</ul>
<br clear="all">
<p>
This is a picture of Dr. Chuck's undergraduate project for the year-long compiler
course in 1980. He was the first and last student at the Michigan State University
Computer Science Deptartment to do the compiler project
in Pascal. He was also one of the few students that took two years to do a one year project
and insisted he do the project by himself :)
<center>
<img style="padding: 10px;" src="1980-06-03-pascal-compiler.jpg">
</center>
</p>