I keep all of my movies on a home NAS and don’t even remember the last time I used an actual disc to watch a movie. I currently use MakeMKV (runs in Linux beautifully) to dump the films to my organized folder structure. However, the file names it produces are usually not what I’m looking for – things like title00.mkv. … Read more →
Category: Python
Linux Mint, Ubuntu, Python, Firefox, Selenium, and Webdriver – Headless Edition
I have a few browser automation tasks set up to run using cron on my home NAS (Ubuntu / Linux Mint 17), but ran into trouble with Selenium’s webdriver throwing exceptions due to my NAS being headless. There is a very simple workaround for this problem – create a bash/shell script that you will call from cron, give it the… Read more →
Sending E-Mail or SMS/Text Messages Using GMail and Python
Thought I would share some Python code that I use when I want an alert via text message. I originally used this in conjunction with a script to parse a web-page every minute and let me know when a particular Bitcoin miner was available. Yes, they sold out that fast! This is also terrific for IT-type alerts. On my Ubuntu… Read more →
Python Port: Introduction to Programming in Java – An Interdisciplinary Approach
So I’ve been teaching myself Java. My textbook of preference is Introduction to Programming Java – An Interdisciplinary Approach by Robert Sedgewick and Kevin Wayne. Because I currently work in Python, I decided to port the programs as I go and uploading them to Google Code. A bit of a grind, but I believe, worthwhile. Dec 02, 2014: Chapter 1… Read more →