HTML updates
[clinton/website/site/unknownlamer.org.git] / Code.html
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>Programming Projects</title>
7 <meta name="generator" content="muse.el" />
8 <meta http-equiv="Content-Type"
9 content="text/html; charset=utf-8" />
10 <link rel="stylesheet" href="default.css" media="screen" />
11 </head>
12 <body>
13 <h1>Programming Projects</h1>
14 <div class="contents">
15 <dl>
16 <dt>
17 <a href="#sec1">Nothing Much to See Here</a>
18 </dt>
19 <dt>
20 <a href="#sec2">The Future</a>
21 </dt>
22 <dd>
23 <dl>
24 <dt>
25 <a href="#sec3">Golgonooza</a>
26 </dt>
27 </dl>
28 </dd>
29 <dt>
30 <a href="#sec4">Old Projects</a>
31 </dt>
32 <dd>
33 <dl>
34 <dt>
35 <a href="#sec5">Bobot++</a>
36 </dt>
37 <dt>
38 <a href="#sec6">Guile-Web</a>
39 </dt>
40 </dl>
41 </dd>
42 </dl>
43 </div>
44
45
46 <!-- Page published by Emacs Muse begins here --><h2><a name="sec1" id="sec1"></a>
47 Nothing Much to See Here</h2>
48
49 <p class="first">All of my current, and some not so current, projects are browsable via
50 <a href="http://unknownlamer.org/darcsweb/browse">my darcsweb</a>. You might want to take a look at my <a href="Lisp.html">Lisp projects</a> page.</p>
51
52
53 <h2><a name="sec2" id="sec2"></a>
54 The Future</h2>
55
56 <h3><a name="sec3" id="sec3"></a>
57 <a href="/darcsweb/browse?r=golgonooza;a=summary">Golgonooza</a></h3>
58
59 <p class="verse">
60 Fourfold the Sons of Los in their divisions: and fourfold.<br />
61 The great City of Golgonooza: fourfold toward the north<br />
62 And toward the south fourfold, &amp; fourfold toward the east &amp; west<br />
63 Each within other toward the four points: that toward<br />
64 Eden. and that toward the World of Generation.<br />
65 And that toward Beulah. and that toward Ulro;<br />
66 Ulro is the space of the terrible starry wheels of Albions sons:<br />
67 But that toward Eden is walled up. till time of renovation:<br />
68 Yet it is perfect in its building. ornaments &amp; perfection.<br />
69 </p>
70
71
72
73 <h2><a name="sec4" id="sec4"></a>
74 Old Projects</h2>
75
76 <p class="first">I used to work on some programs in terrible languages like <code>C++</code> when I
77 was a poor misguided youth. I still attempt to respond to bug reports
78 and patches for any that are still in use (<em>Bobot++</em> appears to be the
79 only one), but they are otherwise not being worked upon.</p>
80
81 <h3><a name="sec5" id="sec5"></a>
82 <a href="../code/bobot.html">Bobot++</a></h3>
83
84 <p class="first">A fancy little IRC bot that is extensible with Scheme. If you can
85 figure out the scripting interface (which is <a href="../code/bobotpp-manual.html#SEC35">partially documented</a>) it
86 is fairly powerful. <code>dsmith</code> from <code>#guile</code> has a nicely featured bot
87 written on top of Bobot++; if I find time I shall attempt to post the
88 source.</p>
89
90
91 <h3><a name="sec6" id="sec6"></a>
92 <a href="../code/guile-web.html">Guile-Web</a></h3>
93
94 <p class="first">A perhaps still useful library of web related utilities for
95 <a href="http://www.gnu.org/software/guile/guile.html">Guile Scheme</a>. Be warned that the serializer is inefficient, consy, and
96 hacky as Hell, but the <a href="../code/guile-web-manual.html#SEC6">XHTML generation library</a> might be useful.</p>
97
98
99
100 <!-- Page published by Emacs Muse ends here -->
101
102 <p class="cke-buttons">
103 <!-- validating badges, any browser, etc -->
104 <a href="http://validator.w3.org/check/referer"><img
105 src="http://www.w3.org/Icons/valid-xhtml10"
106 alt="Valid XHTML 1.0!" /></a>
107
108 <a href="http://www.anybrowser.org/campaign/"><img
109 src="img/buttons/w3c_ab.png" alt="[ Viewable With Any Browser
110 ]" /></a>
111
112 <a href="http://www.debian.org/"><img
113 src="img/buttons/debian.png" alt="[ Powered by Debian ]" /></a>
114
115 <a href="http://hcoop.net/">
116 <img src="img/buttons/hcoop.png"
117 alt="[ Hosted by HCoop]" />
118 </a>
119
120 <a href="http://www.fsf.org/register_form?referrer=114">
121 <img src="img/buttons/fsf_member.png"
122 alt="[ FSF Associate Member ]" />
123 </a>
124 </p>
125
126 <p class="cke-footer"> Ruled by the ebb of my oceans
127 Slaves to the dusk and the dawn
128 Your petri dish civilisations
129 Are buried and born
130 </p>
131 <p class="cke-timestamp">Last Modified:
132 July 29, 2008</p>
133 </body>
134 </html>