http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / munch.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="munch" _label="Munch">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="10000"
10           convert="invert"/>
11
12   <number id="duration" type="slider" arg="-clear %"
13           _label="Duration" _low-label="Short" _high-label="Long"
14           low="1" high="200" default="50"/>
15
16   <select id="mode">
17     <option id="xor"   _label="XOR"/>
18     <option id="solid" _label="Solid" arg-set="-no-xor"/>
19   </select>
20
21   <!-- #### -no-shift -->
22   <!-- #### -hold [100000] -->
23   <!-- #### -logminwidth [7] -->
24
25   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
26
27   <_description>
28         DATAI 2
29         ADDB 1,2
30         ROTC 2,-22
31         XOR 1,2
32         JRST .-4
33
34 As reported by HAKMEM, in 1962, Jackson Wright wrote the above PDP-1
35 code. That code still lives on here, some 46 years later.  The number
36 of lines of enclosing code has increased substantially, however.
37
38 http://en.wikipedia.org/wiki/HAKMEM
39 http://en.wikipedia.org/wiki/Munching_square
40
41 Written by Jackson Wright and Tim Showalter; 1997.
42   </_description>
43 </screensaver>