Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_56.ADF » V/+SUNDRY
V/+SUNDRY
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_56.ADF |
Filename: | V/+SUNDRY |
Read OK: | ✔ |
File size: | 0BCD bytes |
Load address: | 56204556 |
Exec address: | 55532B2E |
Duplicates
There are 2 duplicate copies of this file in the archive:
- AEW website » eug » eug_3_5_discs_Eug-56_A-EUG56.adf » V/+SUNDRY
- AEW website » eug » eug_5_25_discs_Eug-56_D-EUG56.dsd » V.+SUNDRY
- Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_56.ADF » V/+SUNDRY
File contents
SUNDRY DOCUMENTATION HANDEL Music Demo (The Arrival Of The Queen Of Sheba) ===================================================== THIS fascinating music demo, first published in the book PCW's SOFTWARE FOR THE ELECTRON, plays a rendition of The Arrival Of The Queen Of Sheba on your machine. A piano keyboard is displayed and the demo features a graphical display of each note as it is played. Whilst being an entertaining demo in itself, the core of the program is extremely versatile and, if you get tired of Handel, it can be simply altered by changing the DATA statements in lines 840-990. Notes are stored as the letters A to Z: A is C below middle C, M is middle C and so on. These are the lines to change if you want to compose your own tune. Each line contains 16 notes and there are 16 lines. Don't forget to change line 110 if you alter the number of lines and line 130 if you alter the number of notes in each line. WORKS OF ART Slideshow ====================== WITH the superb new pictures on JOSEPH LAVERY COLLECTION PD disk doing the rounds on the Elk websites (plus the recent release of R.O.T.A.M.), 2001 looks all set to be the Year Of The Electron Slideshow. To add to these picture collections, you'll find this EUG features also features a selection of images - these from the archives of the defunct ELK PD library. They are stored in a compressed format and called up with a very easy utility (also on the disk) *SCRLOAD. You may also find its com- panion code *SCRSAVE to be of use in saving some of your uncompressed pictures in a compressed format. A loader program retrieves each screen file in turn (with *SCRLOAD). The code automatically sets the right mode and palette and the two rou- tines save a lot of space; nearly twice as many pictures can be saved on a disk compared with the *LOAD/*SAVE commands! Note though that you should really be in Mode 0, 1 or 2 if you use *SCRLOAD in one of your own programs as it doesn't change BASIC's HIMEM pseudo-variable (0, 1 and 2 all take the same amount of memory). Plus the screens take a bit longer to load in as they have to be 'decompressed'. A much bigger selection of pictures was available at one time through the (now closed) PD library ELECTRON PD (and, without the efforts of EUG reader Ross Little, they would probably have been lost for all time by now). However, the original slideshow was marred by lots of blurred, "digitised" pictures of television programs which were not worthy of in- clusion in EUG, or per se. This slideshow is compiled of ALL the better 'freehand' drawings and loops continuously until its viewer presses <ESCAPE>. You'll note the first images are of AMSTRAD memorablia. These were created by Greg Heslington on an AMSTRAD CPC 464 with AMX Art. Most of the authors of the others have chosen to remain annonymous. Here's hop- ing they haven't been published elsewhere on coverdisks! (The) Dave, EUG #56
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000010 20 20 20 20 20 20 20 20 20 53 55 4e 44 52 59 20 | SUNDRY | 00000020 44 4f 43 55 4d 45 4e 54 41 54 49 4f 4e 0d 0d 48 |DOCUMENTATION..H| 00000030 41 4e 44 45 4c 20 4d 75 73 69 63 20 44 65 6d 6f |ANDEL Music Demo| 00000040 20 28 54 68 65 20 41 72 72 69 76 61 6c 20 4f 66 | (The Arrival Of| 00000050 20 54 68 65 20 51 75 65 65 6e 20 4f 66 20 53 68 | The Queen Of Sh| 00000060 65 62 61 29 0d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |eba).===========| 00000070 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000090 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0d 54 48 49 53 20 |==========.THIS | 000000a0 66 61 73 63 69 6e 61 74 69 6e 67 20 6d 75 73 69 |fascinating musi| 000000b0 63 20 64 65 6d 6f 2c 20 66 69 72 73 74 20 70 75 |c demo, first pu| 000000c0 62 6c 69 73 68 65 64 20 69 6e 20 74 68 65 20 62 |blished in the b| 000000d0 6f 6f 6b 20 50 43 57 27 73 20 53 4f 46 54 57 41 |ook PCW's SOFTWA| 000000e0 52 45 0d 46 4f 52 20 54 48 45 20 45 4c 45 43 54 |RE.FOR THE ELECT| 000000f0 52 4f 4e 2c 20 70 6c 61 79 73 20 61 20 72 65 6e |RON, plays a ren| 00000100 64 69 74 69 6f 6e 20 6f 66 20 54 68 65 20 41 72 |dition of The Ar| 00000110 72 69 76 61 6c 20 4f 66 20 54 68 65 20 51 75 65 |rival Of The Que| 00000120 65 6e 20 4f 66 20 53 68 65 62 61 0d 6f 6e 20 79 |en Of Sheba.on y| 00000130 6f 75 72 20 6d 61 63 68 69 6e 65 2e 20 41 20 70 |our machine. A p| 00000140 69 61 6e 6f 20 6b 65 79 62 6f 61 72 64 20 69 73 |iano keyboard is| 00000150 20 64 69 73 70 6c 61 79 65 64 20 61 6e 64 20 74 | displayed and t| 00000160 68 65 20 64 65 6d 6f 20 66 65 61 74 75 72 65 73 |he demo features| 00000170 20 61 0d 67 72 61 70 68 69 63 61 6c 20 64 69 73 | a.graphical dis| 00000180 70 6c 61 79 20 6f 66 20 65 61 63 68 20 6e 6f 74 |play of each not| 00000190 65 20 61 73 20 69 74 20 69 73 20 70 6c 61 79 65 |e as it is playe| 000001a0 64 2e 0d 20 20 20 57 68 69 6c 73 74 20 62 65 69 |d.. Whilst bei| 000001b0 6e 67 20 61 6e 20 65 6e 74 65 72 74 61 69 6e 69 |ng an entertaini| 000001c0 6e 67 20 64 65 6d 6f 20 69 6e 20 69 74 73 65 6c |ng demo in itsel| 000001d0 66 2c 20 74 68 65 20 63 6f 72 65 20 6f 66 20 74 |f, the core of t| 000001e0 68 65 20 70 72 6f 67 72 61 6d 0d 69 73 20 65 78 |he program.is ex| 000001f0 74 72 65 6d 65 6c 79 20 76 65 72 73 61 74 69 6c |tremely versatil| 00000200 65 20 61 6e 64 2c 20 69 66 20 79 6f 75 20 67 65 |e and, if you ge| 00000210 74 20 74 69 72 65 64 20 6f 66 20 48 61 6e 64 65 |t tired of Hande| 00000220 6c 2c 20 69 74 20 63 61 6e 20 62 65 20 73 69 6d |l, it can be sim| 00000230 70 6c 79 0d 61 6c 74 65 72 65 64 20 62 79 20 63 |ply.altered by c| 00000240 68 61 6e 67 69 6e 67 20 74 68 65 20 44 41 54 41 |hanging the DATA| 00000250 20 73 74 61 74 65 6d 65 6e 74 73 20 69 6e 20 6c | statements in l| 00000260 69 6e 65 73 20 38 34 30 2d 39 39 30 2e 20 4e 6f |ines 840-990. No| 00000270 74 65 73 20 61 72 65 20 0d 73 74 6f 72 65 64 20 |tes are .stored | 00000280 61 73 20 74 68 65 20 6c 65 74 74 65 72 73 20 41 |as the letters A| 00000290 20 74 6f 20 5a 3a 20 41 20 69 73 20 43 20 62 65 | to Z: A is C be| 000002a0 6c 6f 77 20 6d 69 64 64 6c 65 20 43 2c 20 4d 20 |low middle C, M | 000002b0 69 73 20 6d 69 64 64 6c 65 20 43 20 61 6e 64 20 |is middle C and | 000002c0 0d 73 6f 20 6f 6e 2e 20 54 68 65 73 65 20 61 72 |.so on. These ar| 000002d0 65 20 74 68 65 20 6c 69 6e 65 73 20 74 6f 20 63 |e the lines to c| 000002e0 68 61 6e 67 65 20 69 66 20 79 6f 75 20 77 61 6e |hange if you wan| 000002f0 74 20 74 6f 20 63 6f 6d 70 6f 73 65 20 79 6f 75 |t to compose you| 00000300 72 20 6f 77 6e 20 0d 74 75 6e 65 2e 20 45 61 63 |r own .tune. Eac| 00000310 68 20 6c 69 6e 65 20 63 6f 6e 74 61 69 6e 73 20 |h line contains | 00000320 31 36 20 6e 6f 74 65 73 20 61 6e 64 20 74 68 65 |16 notes and the| 00000330 72 65 20 61 72 65 20 31 36 20 6c 69 6e 65 73 2e |re are 16 lines.| 00000340 0d 20 20 20 44 6f 6e 27 74 20 66 6f 72 67 65 74 |. Don't forget| 00000350 20 74 6f 20 63 68 61 6e 67 65 20 6c 69 6e 65 20 | to change line | 00000360 31 31 30 20 69 66 20 79 6f 75 20 61 6c 74 65 72 |110 if you alter| 00000370 20 74 68 65 20 6e 75 6d 62 65 72 20 6f 66 20 6c | the number of l| 00000380 69 6e 65 73 20 61 6e 64 0d 6c 69 6e 65 20 31 33 |ines and.line 13| 00000390 30 20 69 66 20 79 6f 75 20 61 6c 74 65 72 20 74 |0 if you alter t| 000003a0 68 65 20 6e 75 6d 62 65 72 20 6f 66 20 6e 6f 74 |he number of not| 000003b0 65 73 20 69 6e 20 65 61 63 68 20 6c 69 6e 65 2e |es in each line.| 000003c0 0d 20 20 20 0d 57 4f 52 4b 53 20 4f 46 20 41 52 |. .WORKS OF AR| 000003d0 54 20 53 6c 69 64 65 73 68 6f 77 0d 3d 3d 3d 3d |T Slideshow.====| 000003e0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 000003f0 3d 3d 0d 57 49 54 48 20 74 68 65 20 73 75 70 65 |==.WITH the supe| 00000400 72 62 20 6e 65 77 20 70 69 63 74 75 72 65 73 20 |rb new pictures | 00000410 6f 6e 20 4a 4f 53 45 50 48 20 4c 41 56 45 52 59 |on JOSEPH LAVERY| 00000420 20 43 4f 4c 4c 45 43 54 49 4f 4e 20 50 44 20 64 | COLLECTION PD d| 00000430 69 73 6b 20 64 6f 69 6e 67 0d 74 68 65 20 72 6f |isk doing.the ro| 00000440 75 6e 64 73 20 6f 6e 20 74 68 65 20 45 6c 6b 20 |unds on the Elk | 00000450 77 65 62 73 69 74 65 73 20 28 70 6c 75 73 20 74 |websites (plus t| 00000460 68 65 20 72 65 63 65 6e 74 20 72 65 6c 65 61 73 |he recent releas| 00000470 65 20 6f 66 20 52 2e 4f 2e 54 2e 41 2e 4d 2e 29 |e of R.O.T.A.M.)| 00000480 2c 0d 32 30 30 31 20 6c 6f 6f 6b 73 20 61 6c 6c |,.2001 looks all| 00000490 20 73 65 74 20 74 6f 20 62 65 20 74 68 65 20 59 | set to be the Y| 000004a0 65 61 72 20 4f 66 20 54 68 65 20 45 6c 65 63 74 |ear Of The Elect| 000004b0 72 6f 6e 20 53 6c 69 64 65 73 68 6f 77 2e 20 54 |ron Slideshow. T| 000004c0 6f 20 61 64 64 20 74 6f 0d 74 68 65 73 65 20 70 |o add to.these p| 000004d0 69 63 74 75 72 65 20 63 6f 6c 6c 65 63 74 69 6f |icture collectio| 000004e0 6e 73 2c 20 79 6f 75 27 6c 6c 20 66 69 6e 64 20 |ns, you'll find | 000004f0 74 68 69 73 20 45 55 47 20 66 65 61 74 75 72 65 |this EUG feature| 00000500 73 20 61 6c 73 6f 20 66 65 61 74 75 72 65 73 20 |s also features | 00000510 0d 61 20 73 65 6c 65 63 74 69 6f 6e 20 6f 66 20 |.a selection of | 00000520 69 6d 61 67 65 73 20 2d 20 74 68 65 73 65 20 66 |images - these f| 00000530 72 6f 6d 20 74 68 65 20 61 72 63 68 69 76 65 73 |rom the archives| 00000540 20 6f 66 20 74 68 65 20 64 65 66 75 6e 63 74 20 | of the defunct | 00000550 45 4c 4b 20 50 44 0d 6c 69 62 72 61 72 79 2e 0d |ELK PD.library..| 00000560 20 20 20 54 68 65 79 20 61 72 65 20 73 74 6f 72 | They are stor| 00000570 65 64 20 69 6e 20 61 20 63 6f 6d 70 72 65 73 73 |ed in a compress| 00000580 65 64 20 66 6f 72 6d 61 74 20 61 6e 64 20 63 61 |ed format and ca| 00000590 6c 6c 65 64 20 75 70 20 77 69 74 68 20 61 20 76 |lled up with a v| 000005a0 65 72 79 0d 65 61 73 79 20 75 74 69 6c 69 74 79 |ery.easy utility| 000005b0 20 28 61 6c 73 6f 20 6f 6e 20 74 68 65 20 64 69 | (also on the di| 000005c0 73 6b 29 20 2a 53 43 52 4c 4f 41 44 2e 20 59 6f |sk) *SCRLOAD. Yo| 000005d0 75 20 6d 61 79 20 61 6c 73 6f 20 66 69 6e 64 20 |u may also find | 000005e0 69 74 73 20 63 6f 6d 2d 0d 70 61 6e 69 6f 6e 20 |its com-.panion | 000005f0 63 6f 64 65 20 2a 53 43 52 53 41 56 45 20 74 6f |code *SCRSAVE to| 00000600 20 62 65 20 6f 66 20 75 73 65 20 69 6e 20 73 61 | be of use in sa| 00000610 76 69 6e 67 20 73 6f 6d 65 20 6f 66 20 79 6f 75 |ving some of you| 00000620 72 20 75 6e 63 6f 6d 70 72 65 73 73 65 64 0d 70 |r uncompressed.p| 00000630 69 63 74 75 72 65 73 20 69 6e 20 61 20 63 6f 6d |ictures in a com| 00000640 70 72 65 73 73 65 64 20 66 6f 72 6d 61 74 2e 0d |pressed format..| 00000650 20 20 20 41 20 6c 6f 61 64 65 72 20 70 72 6f 67 | A loader prog| 00000660 72 61 6d 20 72 65 74 72 69 65 76 65 73 20 65 61 |ram retrieves ea| 00000670 63 68 20 73 63 72 65 65 6e 20 66 69 6c 65 20 69 |ch screen file i| 00000680 6e 20 74 75 72 6e 20 28 77 69 74 68 20 2a 53 43 |n turn (with *SC| 00000690 52 4c 4f 41 44 29 2e 0d 54 68 65 20 63 6f 64 65 |RLOAD)..The code| 000006a0 20 61 75 74 6f 6d 61 74 69 63 61 6c 6c 79 20 73 | automatically s| 000006b0 65 74 73 20 74 68 65 20 72 69 67 68 74 20 6d 6f |ets the right mo| 000006c0 64 65 20 61 6e 64 20 70 61 6c 65 74 74 65 20 61 |de and palette a| 000006d0 6e 64 20 74 68 65 20 74 77 6f 20 72 6f 75 2d 0d |nd the two rou-.| 000006e0 74 69 6e 65 73 20 73 61 76 65 20 61 20 6c 6f 74 |tines save a lot| 000006f0 20 6f 66 20 73 70 61 63 65 3b 20 6e 65 61 72 6c | of space; nearl| 00000700 79 20 74 77 69 63 65 20 61 73 20 6d 61 6e 79 20 |y twice as many | 00000710 70 69 63 74 75 72 65 73 20 63 61 6e 20 62 65 20 |pictures can be | 00000720 73 61 76 65 64 20 6f 6e 0d 61 20 64 69 73 6b 20 |saved on.a disk | 00000730 63 6f 6d 70 61 72 65 64 20 77 69 74 68 20 74 68 |compared with th| 00000740 65 20 2a 4c 4f 41 44 2f 2a 53 41 56 45 20 63 6f |e *LOAD/*SAVE co| 00000750 6d 6d 61 6e 64 73 21 20 4e 6f 74 65 20 74 68 6f |mmands! Note tho| 00000760 75 67 68 20 74 68 61 74 20 79 6f 75 20 0d 73 68 |ugh that you .sh| 00000770 6f 75 6c 64 20 72 65 61 6c 6c 79 20 62 65 20 69 |ould really be i| 00000780 6e 20 4d 6f 64 65 20 30 2c 20 31 20 6f 72 20 32 |n Mode 0, 1 or 2| 00000790 20 69 66 20 79 6f 75 20 75 73 65 20 2a 53 43 52 | if you use *SCR| 000007a0 4c 4f 41 44 20 69 6e 20 6f 6e 65 20 6f 66 20 79 |LOAD in one of y| 000007b0 6f 75 72 0d 6f 77 6e 20 70 72 6f 67 72 61 6d 73 |our.own programs| 000007c0 20 61 73 20 69 74 20 64 6f 65 73 6e 27 74 20 63 | as it doesn't c| 000007d0 68 61 6e 67 65 20 42 41 53 49 43 27 73 20 48 49 |hange BASIC's HI| 000007e0 4d 45 4d 20 70 73 65 75 64 6f 2d 76 61 72 69 61 |MEM pseudo-varia| 000007f0 62 6c 65 20 28 30 2c 20 31 20 0d 61 6e 64 20 32 |ble (0, 1 .and 2| 00000800 20 61 6c 6c 20 74 61 6b 65 20 74 68 65 20 73 61 | all take the sa| 00000810 6d 65 20 61 6d 6f 75 6e 74 20 6f 66 20 6d 65 6d |me amount of mem| 00000820 6f 72 79 29 2e 20 50 6c 75 73 20 74 68 65 20 73 |ory). Plus the s| 00000830 63 72 65 65 6e 73 20 74 61 6b 65 20 61 20 62 69 |creens take a bi| 00000840 74 0d 6c 6f 6e 67 65 72 20 74 6f 20 6c 6f 61 64 |t.longer to load| 00000850 20 69 6e 20 61 73 20 74 68 65 79 20 68 61 76 65 | in as they have| 00000860 20 74 6f 20 62 65 20 27 64 65 63 6f 6d 70 72 65 | to be 'decompre| 00000870 73 73 65 64 27 2e 0d 20 20 20 41 20 6d 75 63 68 |ssed'.. A much| 00000880 20 62 69 67 67 65 72 20 73 65 6c 65 63 74 69 6f | bigger selectio| 00000890 6e 20 6f 66 20 70 69 63 74 75 72 65 73 20 77 61 |n of pictures wa| 000008a0 73 20 61 76 61 69 6c 61 62 6c 65 20 61 74 20 6f |s available at o| 000008b0 6e 65 20 74 69 6d 65 20 74 68 72 6f 75 67 68 0d |ne time through.| 000008c0 74 68 65 20 28 6e 6f 77 20 63 6c 6f 73 65 64 29 |the (now closed)| 000008d0 20 50 44 20 6c 69 62 72 61 72 79 20 45 4c 45 43 | PD library ELEC| 000008e0 54 52 4f 4e 20 50 44 20 28 61 6e 64 2c 20 77 69 |TRON PD (and, wi| 000008f0 74 68 6f 75 74 20 74 68 65 20 65 66 66 6f 72 74 |thout the effort| 00000900 73 20 6f 66 20 45 55 47 0d 72 65 61 64 65 72 20 |s of EUG.reader | 00000910 52 6f 73 73 20 4c 69 74 74 6c 65 2c 20 74 68 65 |Ross Little, the| 00000920 79 20 77 6f 75 6c 64 20 70 72 6f 62 61 62 6c 79 |y would probably| 00000930 20 68 61 76 65 20 62 65 65 6e 20 6c 6f 73 74 20 | have been lost | 00000940 66 6f 72 20 61 6c 6c 20 74 69 6d 65 20 62 79 20 |for all time by | 00000950 0d 6e 6f 77 29 2e 20 48 6f 77 65 76 65 72 2c 20 |.now). However, | 00000960 74 68 65 20 6f 72 69 67 69 6e 61 6c 20 73 6c 69 |the original sli| 00000970 64 65 73 68 6f 77 20 77 61 73 20 6d 61 72 72 65 |deshow was marre| 00000980 64 20 62 79 20 6c 6f 74 73 20 6f 66 20 62 6c 75 |d by lots of blu| 00000990 72 72 65 64 2c 20 0d 22 64 69 67 69 74 69 73 65 |rred, ."digitise| 000009a0 64 22 20 70 69 63 74 75 72 65 73 20 6f 66 20 74 |d" pictures of t| 000009b0 65 6c 65 76 69 73 69 6f 6e 20 70 72 6f 67 72 61 |elevision progra| 000009c0 6d 73 20 77 68 69 63 68 20 77 65 72 65 20 6e 6f |ms which were no| 000009d0 74 20 77 6f 72 74 68 79 20 6f 66 20 69 6e 2d 0d |t worthy of in-.| 000009e0 63 6c 75 73 69 6f 6e 20 69 6e 20 45 55 47 2c 20 |clusion in EUG, | 000009f0 6f 72 20 70 65 72 20 73 65 2e 20 54 68 69 73 20 |or per se. This | 00000a00 73 6c 69 64 65 73 68 6f 77 20 69 73 20 63 6f 6d |slideshow is com| 00000a10 70 69 6c 65 64 20 6f 66 20 41 4c 4c 20 74 68 65 |piled of ALL the| 00000a20 20 62 65 74 74 65 72 0d 27 66 72 65 65 68 61 6e | better.'freehan| 00000a30 64 27 20 64 72 61 77 69 6e 67 73 20 61 6e 64 20 |d' drawings and | 00000a40 6c 6f 6f 70 73 20 63 6f 6e 74 69 6e 75 6f 75 73 |loops continuous| 00000a50 6c 79 20 75 6e 74 69 6c 20 69 74 73 20 76 69 65 |ly until its vie| 00000a60 77 65 72 20 70 72 65 73 73 65 73 0d 3c 45 53 43 |wer presses.<ESC| 00000a70 41 50 45 3e 2e 0d 20 20 20 59 6f 75 27 6c 6c 20 |APE>.. You'll | 00000a80 6e 6f 74 65 20 74 68 65 20 66 69 72 73 74 20 69 |note the first i| 00000a90 6d 61 67 65 73 20 61 72 65 20 6f 66 20 41 4d 53 |mages are of AMS| 00000aa0 54 52 41 44 20 6d 65 6d 6f 72 61 62 6c 69 61 2e |TRAD memorablia.| 00000ab0 20 54 68 65 73 65 20 77 65 72 65 0d 63 72 65 61 | These were.crea| 00000ac0 74 65 64 20 62 79 20 47 72 65 67 20 48 65 73 6c |ted by Greg Hesl| 00000ad0 69 6e 67 74 6f 6e 20 6f 6e 20 61 6e 20 41 4d 53 |ington on an AMS| 00000ae0 54 52 41 44 20 43 50 43 20 34 36 34 20 77 69 74 |TRAD CPC 464 wit| 00000af0 68 20 41 4d 58 20 41 72 74 2e 20 4d 6f 73 74 20 |h AMX Art. Most | 00000b00 6f 66 0d 74 68 65 20 61 75 74 68 6f 72 73 20 6f |of.the authors o| 00000b10 66 20 74 68 65 20 6f 74 68 65 72 73 20 68 61 76 |f the others hav| 00000b20 65 20 63 68 6f 73 65 6e 20 74 6f 20 72 65 6d 61 |e chosen to rema| 00000b30 69 6e 20 61 6e 6e 6f 6e 79 6d 6f 75 73 2e 20 48 |in annonymous. H| 00000b40 65 72 65 27 73 20 68 6f 70 2d 0d 69 6e 67 20 74 |ere's hop-.ing t| 00000b50 68 65 79 20 68 61 76 65 6e 27 74 20 62 65 65 6e |hey haven't been| 00000b60 20 70 75 62 6c 69 73 68 65 64 20 65 6c 73 65 77 | published elsew| 00000b70 68 65 72 65 20 6f 6e 20 63 6f 76 65 72 64 69 73 |here on coverdis| 00000b80 6b 73 21 0d 20 20 20 20 20 20 20 20 20 20 20 20 |ks!. | 00000b90 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000bb0 20 20 20 20 20 20 20 20 20 28 54 68 65 29 20 44 | (The) D| 00000bc0 61 76 65 2c 20 45 55 47 20 23 35 36 0d |ave, EUG #56.| 00000bcd