5 scripts tagged as: [author · steven white]
CGI common procedures | ||
cgibasic.r discussion documentation | 8.0 KB 10 Nov 2011 | This is a collection of functions that could be used in a
CGI program. There is nothing in this module that has not been done
better by others, but the code is more heavily annotated for beginners.
Separate documentation explains how to use the functions. The comments
should be helpful also. None of this is my original creation. I just
assembled and annotated, [...] author: Steven White |
Menu demo, using choice | ||
menudemo.r | 14.6 KB 15 Jan 2014 | Two purposes. Number one, to break down a menu demo from
Nick Antonaccio into such small pieces that I am able to understand
each piece, and thus the whole. Number two, to offer an idea of how
to write a REBOL script that demonstrates how to write a REBOL script.
This idea has been done before, so this is not completely new, just
different. It also shows [...] author: Steven White |
Printing module using PCL | ||
pclprt.r | 14.6 KB 27 May 2014 | A COBOL-like method for printing basic
text-oriented business reports. author: Steven White |
Read a Remote Payment and Presentation System file | ||
rpps.r | 14.4 KB 7 Nov 2011 | This is a module for reading and taking apart a modified
NACHA file used in the Remote Payment and Presentation System.
If those terms mean anything, this could be a useful module.
If those terms mean nothing, then at least this module could be an
example of a way to handle a text file of fixed-format records.
In 25 words or less, a [...] author: Steven White |
Create an Intelligent Mail Barcode encoding string | ||
usps4cb.r documentation | 23.3 KB 7 Nov 2011 | This is a program to load the United States Postal Service
Windows library for creating the new Intelligent Mail Barcode.
It is designed to be included in a calling program, and it provides
a function to generate a coding string, which in turn may be printed in
a proper barcode font to produce an Intelligent Mail Barcode.
Normally, one would use [...] author: Steven White |