- "Docs Like Code": a book review
- Adjustable height standing desks in small spaces
- Migrating a Bitlocker Windows installation to a larger drive
- Link checking with lychee
- PyCon 2021: Secure software supply chains
- A review of "UNIX: A History and a Memoir"
- Tracking down tracks
- Things I have learned from rebuilding a PC in 2021
- Copying large iPhone videos to a Windows PC
- Garmin Forerunner 35: a competent budget running watch
π
Working from home
gradually_learning = ["Go", "Python", "computer science", "data science", "music theory"] # All my commits GPG signed from 2022-06-20
- On the internet
- https://www.stevenmaude.co.uk
Highlights
- Pro
Pinned Loading
-
Use gpsbabel to convert Garmin .FIT ...
Use gpsbabel to convert Garmin .FIT to .gpx β requires a fairly recent version of gpsbabel (minimum 1.4.3); see https://www.stevenmaude.co.uk/posts/using-garmin-forerunner-watches-with-linux for more details on using Garmin watches with Linux 1#!/bin/sh
23# Usage: convert_gpx.sh <FIT filename>
4# Should works whether you include the .FIT extension or not.
5filename=$(basename "$1" .FIT)
-
Do TF-IDF with scikit-learn and prin...
Do TF-IDF with scikit-learn and print top features 1#!/usr/bin/env python
2# encoding: utf-8
3import codecs
4import os
5import sys
-
go-mailin8
go-mailin8 Public㪠Display the latest mail from a temporary inboxes.com email address, at the command line. Useful for getting throwaway confirmation email links, without needing to visit the nada site in browser.
Go 3
-
bbc-radio-tracklisting-downloader
bbc-radio-tracklisting-downloader PublicA Python package that downloads BBC radio programme tracklists; ideal for use with get_iplayer
-
bbc-radio-schedules
bbc-radio-schedules Publicπ»ποΈ Unofficial Python API and command-line client for retrieving BBC Radio programme schedules.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.