Skip to content
View StevenMaude's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Organizations

@DataKind-UK

Block or report StevenMaude

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. armstrong armstrong Public

    📡⌚ Update expired Extended Prediction Orbit (EPO) GPS data for Garmin devices, e.g. Forerunner watches. Spend less time waiting for a GPS fix before a run or cycle *without* Garmin's software!

    Go 12 1

  2. 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
    2
    
                  
    3
    # Usage: convert_gpx.sh <FIT filename>
    4
    # Should works whether you include the .FIT extension or not.
    5
    filename=$(basename "$1" .FIT)
  3. 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
    3
    import codecs
    4
    import os
    5
    import sys
  4. 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

  5. bbc-radio-tracklisting-downloader bbc-radio-tracklisting-downloader Public

    A Python package that downloads BBC radio programme tracklists; ideal for use with get_iplayer

    Python 14 4

  6. bbc-radio-schedules bbc-radio-schedules Public

    📻🗒️ Unofficial Python API and command-line client for retrieving BBC Radio programme schedules.

    Python 3 1