diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/samples/README b/samples/README index b5802e5..6e7ee77 100644 --- a/samples/README +++ b/samples/README | |||
@@ -19,6 +19,12 @@ printed by listen.lua. | |||
19 | These are tiny programs that perform Base64, Quoted-Printable and | 19 | These are tiny programs that perform Base64, Quoted-Printable and |
20 | end-of-line marker conversions. | 20 | end-of-line marker conversions. |
21 | 21 | ||
22 | lp.lua -- lp client | ||
23 | |||
24 | This is a cool program written by David Burgess to print files using the | ||
25 | Line Printer Daemon protocol, widely used in Unix machines. | ||
26 | Just run 'lua lp.lua <filename> queue=<printername>' and the file will print! | ||
27 | |||
22 | cddb.lua -- CDDB client | 28 | cddb.lua -- CDDB client |
23 | 29 | ||
24 | This is the first try on a simple CDDB client. Not really useful, but one | 30 | This is the first try on a simple CDDB client. Not really useful, but one |
@@ -26,7 +32,6 @@ day it might become a module. | |||
26 | 32 | ||
27 | daytimeclnt.lua -- day time client | 33 | daytimeclnt.lua -- day time client |
28 | 34 | ||
29 | |||
30 | Just run the program to retrieve the hour and date in readable form from | 35 | Just run the program to retrieve the hour and date in readable form from |
31 | any server running an UDP daytime daemon. | 36 | any server running an UDP daytime daemon. |
32 | 37 | ||