-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (84 loc) · 3.79 KB
/
index.html
File metadata and controls
85 lines (84 loc) · 3.79 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<HTML>
<HEAD>
<TITLE>Robert Evans Home Page</TITLE>
</HEAD>
<!--
This site is all hand-edited HTML. Vim is my development tool.
-->
<BODY bgColor=#D0E0E0>
<h1 align=center>
<font face="Arial, Helvetica, sans-serif" color=#0000cc>Doings of Robert Evans</font>
</h1>
<table cellPadding=20 width="95%" align=center bgColor=#ffffff border=0><tr>
<td width="70%"> <!-- Left Column -->
<table cellPadding=5 cellSpacing=8>
<tr>
<td width="50%"><font face="Arial, Helvetica, sans-serif" size=+1>
<a href="https://github.com/n1be/digiac-3080">Digiac-3080</a>
<small> -- Emulating a rare 1960's educational computer
(github repo)</small>
<br />April 2020</font></td>
</tr><tr>
<td width="50%"><font face="Arial, Helvetica, sans-serif" size=+1>
<a href="RPi/headless_setup.html">Embedded Raspberry Pi setup</a>
<small> -- configure to allow secure remote management of the
Raspberry Pi via a network</small>
<br />October 2017</font></td>
</tr><tr>
<td width="50%"><font face="Arial, Helvetica, sans-serif" size=+1>
<a href="Micros/index.html">Arduino and Raspberry Pi</a>
<small> -- the evolution from "building-size" to "credit card-size" computers and how these single-board computers are useful for Ham Radio</small>
<br />January 20, 2016, Revised October 2018</font></td>
</tr><tr>
<td width="50%"><font face="Arial, Helvetica, sans-serif" size=+1>
PDP-11 <small> -- using 1970's vintage minicomputers</small>
<br /><a href="pdp11/PDP11.html">RSX-11M SYSGEN</a> April 2010
<br /><a href="pdp11/RSXM32_Redux.html">11M SYSGEN for PiDP-11</a> April 2019
<br /><a href="pdp11/DKDRV_OD_M32.html">XDT Crash Analysis</a> April 2019
<br /><a href="pdp11/RSXMv3.2_source_tape.html">RSX Source Code</a> April 2019
</font>
</td>
</tr><tr>
<td width="50%"><font face="Arial, Helvetica, sans-serif" size=+1>
<a href="fox/index.html">MMRA Fox Hunting</a>
<small>-- a race to find hidden radio transmitters</small>
<br />July 18, 2009</font></td>
</tr><tr>
<td width="50%"><font face="Arial, Helvetica, sans-serif" size=+1>
Simulated Emergency Tests <small> -- Exercising ability to communicate
via Ham Radio when and where needed (without utility power)</small>
<br /><a href="set/index.html">Nov. 9, 2002</a>
<br /><a href="set_feb03/index.html">Feb. 8, 2003</a>
</font></td>
</tr><tr>
<td><small> </small></td>
</tr><tr>
<td><a href="http://www.vantine.net/"><font face="Arial, Helvetica, sans-serif"
size=+1>Anne's Site: Cape Cod and more</font></a></td>
</tr>
</table>
</td>
<td width="30%"> <!-- Right Column -->
<table cellPadding=5>
<tr>
<td vAlign=center align=middle><IMG height=400 src="N1BE.jpg" width=300></td>
</tr><tr>
<td><font face="Arial, Helvetica, sans-serif" size=-1>On a cool November day, as Ham Radio operator N1BE, I worked on the 53.81 MHz transmit antenna of the W1BRI repeater. This repeater is part of the <a href="http://www.mmra.org/">Minuteman Repeater Association (MMRA)</a> system of eighteen repeaters.</font></td>
</tr><tr>
<td><font face="Arial, Helvetica, sans-serif">Some software I have worked on is at
<a href="https://github.com/n1be">github</a>; my C.V. is at
<a href="https://www.linkedin.com/in/robert-evans-033bb71">LinkedIn</a>.</font></td>
</tr><tr>
<td vAlign=center align=middle><IMG height=200 src="eff.png" width=200`></td>
</tr><tr>
<td vAlign=center align=middle><IMG height=45 src="fsf.png" width=180`></td>
</tr>
</table>
</td>
</tr></table>
<P> </P>
<center>
<a href="https://github.com/n1be/n1be.github.io">Source Code for this web site</a>
</center>
<P> </P>
</BODY></HTML>