//uprrp2.uprrp.edu/wasd_root/SRC/MISC/*.*

MISC directory read-me

A small collection of scripts, utilities, and other quick hacks, sometimes useful, sometimes just novelty or to try something out. Includes links for execution via DECnet if DECnet based scripting is configured for the server.

CGI ScriptsCGI (via DECnet) Source CodeComment
[cgilib_example.html] (can be used, no example) CGIlib.c
CGIlib.h
A collection of C language functions for use when developing scripts.
[CGI_symbols] [CGI_symbols] CGI_symbols.com Simple CGI environment test.
[cgiutl_example.html]
[cgiutl_example2.html]
(can be used, no example) cgiutl.c Example of using the CGIUTL.C utility for processing the contents of a POSTed form for use in a DCL procedure.
usage described in code (no example) connect_example.c Example of using the [ServiceConnect] capability.
[fetch_example.html] (can be used, no example) fetch.c Example of using the FETCH.C utility for retrieving URLs from servers, checking if a certain URL is accessable, etc.
[formwork_example.html] (can be used, no example) formwork.c Example of using the FORMWORK.C utility for making elementary validation of HTML form input before adding to a CSV file or other processing.
[IPCtickler] (not applicable) IPCtickler.c Manipulate C-RTL <stdout> characteristics and WASD Script-Control: CGI response header fields to assess impacts on carriage-control.
[/cgi-bin/liner/wasd_root/src/misc/liner.c]
[/wasd_root/src/misc/*.*?httpd=index&script=cgi-bin/liner]
(can be used, no example) liner.c Display a file as plain-text, prefixing each line with an ascending line number in square brackets. Useful for viewing source code files.
CLI usage described in code (not applicable) membufdemo.c
membuflib.c
Bulk data transfer from script to server using a (global section) memory buffer. Intended for transfers of multiple megabytes, tens of megabytes, and so up. Testing indicates transfers in excess of 500% of the standard mailbox bandwidth, with notable improvements to efficiency as well. YMMV with platform, O/S version and TCP/IP stack.
[tmailer_example.html] (can be used, no example) tmailer.c Example of using the TMAILER.C script for mailing the processed contents of a POSTed form (WASD drop-in replacement for the OSU TMAIL script).
       Name                                 Revised         Size  Description
[DIR]  OBJ_IA64/                  19-Mar-2015 11:50        1,024  subdirectory

[TXT]  BUILD_CGILIB.COM            4-Nov-2021 09:41        1,948  DCL procedure
[TXT]  BUILD_CGILIB_EXAMPLE.COM    4-Nov-2021 09:41        1,564  DCL procedure
[TXT]  BUILD_CGIUTL.COM            4-Nov-2021 09:41        1,328  DCL procedure
[TXT]  BUILD_CHKACC.COM            4-Nov-2021 09:41        1,190  DCL procedure
[TXT]  BUILD_CONNECT_EXAMPLE.COM   4-Nov-2021 09:41        1,542  DCL procedure
[TXT]  BUILD_FETCH.COM             4-Nov-2021 09:41        1,528  DCL procedure
[TXT]  BUILD_FORMWORK.COM          4-Nov-2021 09:41        1,402  DCL procedure
[TXT]  BUILD_IPCTICKLER.COM        4-Nov-2021 09:41        1,294  DCL procedure
[TXT]  BUILD_LINER.COM             4-Nov-2021 09:41        1,248  DCL procedure
[TXT]  BUILD_MEMBUFDEMO.COM        4-Nov-2021 09:41        1,204  DCL procedure
[TXT]  BUILD_MEMBUFLIB.COM         4-Nov-2021 09:41        1,014  DCL procedure
[TXT]  BUILD_MISC.COM              4-Nov-2021 09:41        1,238  DCL procedure
[TXT]  BUILD_REPORTERROR.COM       4-Nov-2021 09:41        1,360  DCL procedure
[TXT]  BUILD_TMAILER.COM           4-Nov-2021 09:41        1,334  DCL procedure
[TXT]  CGILIB.C                    4-Nov-2021 09:41      211,597  C source
[TXT]  CGILIB.H                    4-Nov-2021 09:41        8,481  C header
[TXT]  CGILIBSHR.OPT               4-Nov-2021 09:41       14,986  VMS linker options
[TXT]  CGILIB_EXAMPLE.C            4-Nov-2021 09:41        7,660  C source
[HTM]  CGILIB_EXAMPLE.HTML         4-Nov-2021 09:41        5,463  "CGILIB Usage Example"
[TXT]  CGIUTL.C                    4-Nov-2021 09:41       91,561  C source
[TXT]  CGIUTL_EXAMPLE.COM          4-Nov-2021 09:41        3,461  DCL procedure
[HTM]  CGIUTL_EXAMPLE.HTML         4-Nov-2021 09:41        3,300  "CGIutl Usage Example"
[TXT]  CGIUTL_EXAMPLE2.COM         4-Nov-2021 09:41        1,496  DCL procedure
[HTM]  CGIUTL_EXAMPLE2.HTML        4-Nov-2021 09:41        1,132  "CGIutl Usage Example 2"
[TXT]  CHKACC.C                    4-Nov-2021 09:41        9,159  C source
[TXT]  CONNECT_EXAMPLE.C           4-Nov-2021 09:41        4,612  C source
[TXT]  ENAMEL.H                    4-Nov-2021 09:41        9,983  C header
[TXT]  FETCH.C                     4-Nov-2021 09:41      124,614  C source
[TXT]  FETCH_EXAMPLE.COM           4-Nov-2021 09:41        3,811  DCL procedure
[HTM]  FETCH_EXAMPLE.HTML          4-Nov-2021 09:41        1,620  "FETCH Usage Example"
[TXT]  FORMWORK.C                  4-Nov-2021 09:41       65,306  C source
[TXT]  FORMWORK_EXAMPLE.COM        4-Nov-2021 09:41          748  DCL procedure
[HTM]  FORMWORK_EXAMPLE.HTML       4-Nov-2021 09:41        3,139  "FORMwork Example"
[TXT]  IPCTICKLER.C                4-Nov-2021 09:41       11,600  C source
[TXT]  LINER.C                     4-Nov-2021 09:41        7,644  C source
[TXT]  MEMBUFDEMO.C                4-Nov-2021 09:41       10,698  C source
[TXT]  MEMBUFLIB.C                 4-Nov-2021 09:41       10,514  C source
[TXT]  MEMBUFLIB.H                 4-Nov-2021 09:41          529  C header
[HTM]  README.HTML                 4-Nov-2021 09:41        3,924  "MISC directory read-me"
[TXT]  REPORTERROR.C               4-Nov-2021 09:41       17,865  C source
[TXT]  TMAILER.C                   4-Nov-2021 09:41       46,628  C source
[HTM]  TMAILER_EXAMPLE.HTML        4-Nov-2021 09:41        3,017  "tMAILer Usage Example"
[???]  TMAILER_EXAMPLE.TMAIL       4-Nov-2021 09:41          810