Scripts
Unless otherwise noted, these scripts are (C) Craig Maloney, and are released under the GPL.
- The Quiet Ones is a script for determining if someone hasn't talked on Slack.
- dev is a tmux script for setting up my development environment (with the capability of using multiple names).
- irc is a tmux script for firing up my IRC client of choice (weechat).
- crossword.py is a simple script for finding crossword puzzle words.
- todotxt_scripts scripts for working with todo.txt files.
- newpost.py is a script I use to generate a new post for my Pelican instance.
- random-picture is a script for randomly selecting a background image on an Ubuntu / GNOME system.
- fudge_dice.py is a quick and dirty script based off of the pygtk tutorials for simulating rolling Fudge dice (dice with -, [blank], and + representing -1, 0, and 1 respectively) These are also known as "Fate Dice".
- dice.py is a Fudge / Fate dice roller, but on the command line.
- due_today is a simple script to show the current due items from todo.sh. It also will show the overdue items, and items coming up.
- wget-queue.pl graduated, and now has it's own page at github.
- make-cd is not really a script, per-se, but just some commands I use to make a CD on my machine without having to remember all of the command line parameters for burning a CD.
- Ping Reset runs from a crontab entry. It checks to see if it can make its way to several web sites. If it is unsuccessful, it resets the network link (ppp0 in this case). Add some servers to the server_list line, and you're ready to roll!
- ifcheck determines if an interface is already up. If it isn't, it brings the interface up, otherwise it exits with a message "Interface already up. Ignoring". Useful for ppp0 connections where doing a blind
ifup ppp0
would cause ppp0 to redial. - journal is a small hack for creating a new journal text file per day.
- get_ipaddress.pl is a small script to get the public IP address from a Linksys WRT54G2 router. It may or may not work for you, so try it out.
- twitter.pl is a script that uses the excellent command-line program pyTwerp to not only save the tweets you receive in a file, but also displays them nicely.