diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-18 21:41:44 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-18 21:41:44 +0000 |
commit | 7ed89c97f760600df238f9853ee453570935870f (patch) | |
tree | a17573a43815071e35f85557519fefca739ef7ef /samples | |
parent | ac4aac0909da26befaaeb6b415f66cf35b6980e0 (diff) | |
download | luasocket-7ed89c97f760600df238f9853ee453570935870f.tar.gz luasocket-7ed89c97f760600df238f9853ee453570935870f.tar.bz2 luasocket-7ed89c97f760600df238f9853ee453570935870f.zip |
2.0 alpha RELEASED!
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 | ||