misc-scripts/.
As it sounds, these are just random scripts I've written (lately, with some help from so-called 'AI') that might be useful to someone, though it's unlikely.
Directory Listing
total 48K
drwxr-xr-x 2 4.0K Feb 13 08:47 ./
drwxr-xr-x 10 4.0K Feb 19 11:41 ../
-rwxr-xr-x 1 5.6K Jan 27 12:55 build-code-markdown.sh
-rw-r--r-- 1 15K Feb 5 15:56 c64-schedule.php
-rw-r--r-- 1 248 Dec 5 10:03 LICENSE
-rw-r--r-- 1 878 Feb 12 15:10 README.md
-rw-r--r-- 1 157 Jan 27 13:02 summary.md
-rw-r--r-- 1 968 Jan 15 12:39 sunlight-percent.py
Download
- Download Tarball: misc-scripts.tar.bz2
Readme
Miscellaneous Scripts
As it sounds, these are just random scripts I've written (lately, with some help from so-called 'AI') that might be useful to someone, though it's unlikely.
- c64-schedule.php - Intended to sit in the root of a Wordpress installation, this script generates a Commodore 64 basic program in the form of a PRG file from data queried out of the database. As it is, it grabs upcoming events from the Eventon plugin and displays them on the screen, but with a bit of modification it could display anything from a WP site.
- sunlight-percent.py - Shows how much of today's sunlight has passed, as a percentage. What if we replaced our current H:M:S scheme with this number?
- build-code-markdown.sh - Used on this very site to convert a source code tree into a markdown file tree, for presentation/browsing within a static (in my case, Pelican) web site.
License
This project is in the public domain.
Contributing changes back to this codebase and giving attribution when reusing this code are both wonderful things, but neither are necessary.