Skip to content
View StevenMaude's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Highlights

  • Pro

Organizations

@DataKind-UK

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 Loading

  1. 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 ...
    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...
    1
    #!/usr/bin/env python
    2
    # encoding: utf-8
    3
    import codecs
    4
    import os
    5
    import sys
  4. 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 Public

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

    Python 14 4

  6. bbc-radio-schedules Public

    ๐Ÿ“ป๐Ÿ—’๏ธ Unofficial Python API and command-line client for retrieving BBC Radio programme schedules.

    Python 3 1