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).