Skip to content
View tjmoore's full-sized avatar

Block or report tjmoore

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
tjmoore/README.md

Welcome to my GitHub profile 🧑‍💻

This is a general dumping ground of things of interest, tools, and libaries, most of which is probably not very interesting but may be of use to some

Note - personal repositories and gists here do not represent my work for clients

Pinned Loading

  1. image-mapper image-mapper Public

    .NET web application mapping GPS locations from images files onto a map

    C#

  2. SignalRGatewayTunnel SignalRGatewayTunnel Public

    Proof of Concept SignalR based Gateway tunnel

    C# 1

  3. exchange-graph-test exchange-graph-test Public

    Exchange Graph API test tool

    C#

  4. SPConv-riscos SPConv-riscos Public

    !SPConv - an old RISC OS tool wrapping a GUI around the spconv command line ZX Spectrum snapshot converter tool

    1

  5. Script to extract GPX/FIT activities... Script to extract GPX/FIT activities from Garmin Export zip
    1
    #!/usr/bin/env python3
    2
    import argparse
    3
    import io
    4
    import zipfile
    5
    from datetime import datetime, timezone
  6. Script to extract GPX/FIT/TCX files ... Script to extract GPX/FIT/TCX files from Strava archive zip
    1
    #!/usr/bin/env python3
    2
    import argparse
    3
    import gzip
    4
    import io
    5
    import zipfile