Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.66 KB

File metadata and controls

21 lines (19 loc) · 1.66 KB

Random-Stuff

A collection of various Python apps and scripts I've written over the yeears that I've found interesting or useful.

  • checkmedia.py: A script to recursively scan all of the files in a directory and determine if any have been modified.
  • cookieMonster.py: A library to encrypt and decrypt HTML header cookies to transmit data securely.
  • genpw.py: A simple script to combine multiple words together to generate a password.
  • heartbeat.py: A 2-host heartbeat script to create an active/standby pair.
  • linux_sys_stats.py: A script that pulls relevent system stats and prints them
  • mac_sys_stats.py: A script that pulls relevent system stats and prints them
  • myfuncs.py: A library pf small utlities I've found useful
  • paravia.c: An old C code implementation of Santa Paravia and Fiumaccio
  • pong.py: A simple app for a Tufty 2040 that will display your name and dislay a game of pong.
  • pythonrc.py: An enhanced and optimized version of lonetwin's pythonrc
  • quova.py: A very early attempt to emulate the Quova protocol
  • random_cow.py: A script to randomly choose a cowsay, get a fortune and print it
  • summarize_git.py: A script to use an LLM to generate a concise summary of a Git repo.
  • sys_stats_api.py: A simple REST API wrapper for *_sys_stats.py to get the stats and send them in JSON.
  • tcpQueue.py: A library to allow sending/receiving data over a TCP connection for distributed computing.
  • vushta.py: A script to generate a random Forbidden Delight.
  • web_stats.py: An app to pull all of the stats from different hosts, consolidate them and generate graphs.