I use mutt as my email client. Something that has recently been bugging me
is that when reading a message it displays the original Date: header with the
sender's timezone. Since I work with people in several different zones I am
constantly having to do timezone math when looking ...
Requires python-tiny package on Fedora. Cleans up the HTML,
preventing broken elements from spilling over into adjacent
postings. Code was lifted from feedparser.py and dropped into a
plugin for rawdog since I couldn't find an easy way to get mx.Tiny
installed.
Tonight I finished adding delete handlers and a delete confirmation dialog to
HMS. This is probably the state that the code
will be in for my LFNW presentation next
Saturday.
Newseum
archives the front pages of of over 500 newspapers from all around
the world. If you know the ID of the papers you want to see you can
use this simple Python program to
download the jpg of the papers' front page to your local system.
Edit the CITIES ...
I'm working on an application to manage my streaming media for my
Roku player using
sqlite3 and
Python for everything. One thing I've
learned over the years is that your SQL schema always changes. Once
your code is in production you always have something you need to
change ...
Ever since I switched from Dish Network to a Roku
player a few months ago I have had a couple of things I wanted my player to be
able to do. The ability to categorize my Netflix
queue is at the top of my list and it would be very ...