Javascript Stuff
Encryption Key Generator
function generateRandomString(length, characters) { var randomString = ''; for (var i = 0; ...
Weather API from OpenMeteo.com
My Skynet2.net LCARS sites has a weather page that pulls basic information for the viewer. Here i...
Weather Radar for LCARS
In continuing with the LCARS sites I maintain, I opted to include a very simple radar map using L...
DTG & Stardate
I've been using the DTG (Date Time Group) script I made years ago over and over for full screen c...