A small collection of script 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.
Subprocess CGI | CGI via DECnet | Source Code | Comment |
---|---|---|---|
[CGI_symbols] | [CGI_symbols] | CGI_symbols.com | Simple CGI environment test. |
[calendar] | [calendar] | calendar.c | Calendar generator! Is 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
|
[fetch] | [fetch] | fetch.c | fetch gets a document from another HTTP server! It can be used by other scripts to get a document for inclusion in that script's output, check a document exists, get response header information, etc. Could be quite useful. It can also act as a proxy of sorts! See the preamble to the program. Both UCX and NETLIB versions are provided. |
[glist] | [glist] | glist.c | Lists graphics/images. |