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.
[calendar] [calendar] calendar.c Calendar generator! Was even correct for 1st January 2000  :^)  (thanks to VMS)
[charset] [charset] charset.c Displays the character set and corresponding entity values rendered by your browser.
[colors] [colors] colors.c Yes, USA spelling (I'm ashamed of myself :^). Provides coloured text with the corresponding hexadecimal value suitable for <FONT COLOR="#rrggbb">, etc.
[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.
[glist] [glist] glist.c Lists graphics/images.
[IPCtickler] (not applicable) IPCtickler.c Manipulate C-RTL <stdout> characteristics and WASD Script-Control: CGI response header fields to assess impacts on carriage-control.
[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).