-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoftware.html
35 lines (24 loc) · 1.09 KB
/
software.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
<html><head><title>Bill Spitzak's Free Software</title></head>
<body>
<table bgcolor=#80a0d0 cellspacing=0 cellpadding=10 border=0>
<td width=100%><b><font size=6>Bill Spitzak's Software</font><td>
</font></b></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://foundry.com/products/nuke>Nuke</a> by The Foundry. I am the
primary author of this compositing package designed for use in special
effects.
</ul>
<a href=index.html>Go to Bill Spitzak's home page.</a>
</body>
</html>