-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (69 loc) · 3.7 KB
/
index.html
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<html><head><title>Bill Spitzak</title></head>
<body>
<table bgcolor=#80a0d0 cellspacing=0 cellpadding=1 border=0>
<td> </td><td width=100%><b><font size=4>Bill Spitzak's Page</font></b></td></table>
<ul>
<li><a href=who.html>My history with the movie industry</a>
<li><a href=work.html>Where I am working</a>
<li><a href=what.html>What am I doing now</a>
<li><a href=photos/index.html>Are there any bad photos of me?</a>
<li><a href=spitzak_shake.html>Old title animation</a>
<li><a href=house/index.html>Bought a house</a>
<li><a href=academy/index.html>I get an Academy Award</a>
</ul>
<table bgcolor=#80a0d0 cellspacing=0 cellpadding=1 border=0>
<td> </td><td width=100%><b><font size=4>Software</font></b></td></table>
Software packages I have written, mostly Free/Open Source:
<ul>
<li><a href=http://www.fltk.org>fltk</a> The "Fast, Light Tool Kit".
A C++ Graphical User Interface Toolkit.
<li><a href=http://flwm.sourceforge.net>flwm</a> The "Fast Light
Window Manager". Amuse yourself with my attempt to make a
<i>different</i> window manager. Work in progress...
<li><a href=http://xdiskusage.sourceforge.net>xdiskusage</a>
Graphically display how much space each directory and file on your
disk takes up.
<li><a href=http://seahaven.sourceforge.net>seahaven</a> I updated the classic
Unix solitare card game, with some code cleanup and new card images.
<li><a href=http://www.thefoundry.co.uk>Nuke</a> by The Foundry. I am the
primary author of this compositing package designed for use in special
effects.
</ul>
<table bgcolor=#80a0d0 cellspacing=0 cellpadding=1 border=0>
<td> </td><td width=100%><b><font size=3>Art</font></b></td></table>
<ul>
<li><a href=Art/index.html>Paintings and Illustration</a>
<li><a href=Comics/index.html>Comics</a>
<li><a href=http://www.youtube.com/watch?v=VIoQK_jwOsI>Gree Meets the Maker (USC animated short)</a>
<li><a href=https://sites.google.com/site/guardianoftheforest2/home>My "Avatar"</a>
</ul>
<table bgcolor=#80a0d0 cellspacing=0 cellpadding=1 border=0>
<td> </td><td width=100%><b><font size=3>Papers</font></b></td></table>
<ul>
<li><a href=conversion/index.html>High-speed Conversion of Floating
Point Images to 8-bit</a>
<li><a href=Titanic/index.html>Old page I made when Titanic was in production</a>
<li><a href=cairo_text/index.html>Proposal for font transformations in the Cairo renderiing library</a>
<li><a href=cairo_circle/index.html>Proposal for using 4x4 transforms to make radial gradients in Cairo.</a>
<li><a href=fltk_logo/index.html>Proposed logo for FLTK</a>
<li><a href=zero.html>Proposal to add '0' as a <i>type</i> to C++</a>
<li><a href=y.html>Proposal for a new window system Y to replace X11</a>
</ul>
<table bgcolor=#80a0d0 cellspacing=0 cellpadding=1 border=0>
<td> </td><td width=100%><b><font size=3>Links</font></b></td></table>
<ul>
<li><form action="http://www.google.com/search" method=get name=f>
<a href="http://www.google.com">Google:</a>
<input type=text value="" framewidth=4 name=q size=55 maxlength=256>
</form>
<li><a href="http://www.speakeasy.net/speedtest/"><img
src="http://www.speakeasy.net/images/speedtest/speedtest_gry_minibox_80x15.gif"
width="80" height="15" border="0" alt="Speakeasy Speed Test">Free broadband speed test (using JS+Flash)</a>
<li><a href=http://www.cairographics.org>Cairo, a likely replacement for Xlib for rendering</a>
<li><a href=http://www.freedesktop.org>Freedesktop.org, attempts to moderninze X, Cairo is only part of it</a>
<li><a href=http://www.d2.com>Digital Domain</a>
<li><a href=http://www.thefoundry.co.uk>The Foundry</a>
<li><a href=http://uk.imdb.com/search.html>Internet Movie Database</a>
<li><a href=links/old.html>Really <i>old</i> list of links</a>
</ul>
</body></html>