Skip to content
View thomhayward's full-sized avatar
💭
Floundering
💭
Floundering

Block or report thomhayward

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
thomhayward/README.md

Hi there 👋

Pinned Loading

  1. tjh-dev/fathom tjh-dev/fathom Public

    TypeScript

  2. rustfit rustfit Public

    A low-level parser for Garmin's .FIT format

    Rust

  3. Merge two .fit files into one Merge two .fit files into one
    1
    extern crate chrono;
    2
    extern crate rustfit;
    3
    
                  
    4
    //use chrono::{TimeZone, Utc};
    5
    use std::convert::TryFrom;
  4. midi-srt-filter midi-srt-filter Public

    AVR microcontroller code for filtering MIDI System Real Time messages.

    C++ 1

  5. Concatenate track segments of multip... Concatenate track segments of multiple .gpx files into one
    1
    #!/usr/bin/env python
    2
    ##
    3
    ## Concatenate track segments of multiple .gpx files into one.
    4
    ##
    5
    ## Usage: python concatgpx.py [input1] [input2] [...] > [output]