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

Highlights

  • Pro

Organizations

@DataKind-UK
Block or Report

Block or report StevenMaude

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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 11 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 2

  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 12 4

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

    πŸ“»πŸ—’οΈ Unofficial Python API and command-line client for retrieving BBC Radio programme schedules.

    Python 2 1