Use youtube-dl directly to download the video (thanks @meepybub!) Example:
youtube-dl -u <[email protected]> "https://vimeo.com/ondemand/<video>"
Use youtube-dl directly to download the video (thanks @meepybub!) Example:
youtube-dl -u <[email protected]> "https://vimeo.com/ondemand/<video>"
# Save this file (after modifying ID_VENDOR and ID_MODEL if necessary) as /etc/udev/rules.d/81-thinkpad-dock.rules | |
# These values seem to work for "ThinkPad Mini Dock Plus Series 3" | |
SUBSYSTEM=="usb", ACTION=="add|remove", ENV{ID_VENDOR}=="17ef", ENV{ID_MODEL}=="100a", RUN+="/etc/sbin/thinkpad-dock.sh" |
# NMEA to GPX converter | |
# Peter Pearson | |
# version 0.11 | |
import csv | |
import sys | |
import time | |
from time import strftime | |
def convert_dms_to_dec(value, dir): |