WebDev
All my stuff relating to web development
HTML Stuff
PHP Stuff
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...
Supporting Stuff
This is a collection of things I often have to go hunt down for projects, like lists, but in a fo...
PostgreSQL
My notes and such for working with PSQL database stuff
NGINX
Python Scripts
Random scripts in Py that I've got in use somewhere