Skip to content

Instantly share code, notes, and snippets.

@tomyo
tomyo / garmin-mapshare-overlay.gist.js
Created July 15, 2026 14:17
Generic Garmin MapShare race tracker overlay
(function () {
'use strict';
const VERSION = '0.1.0';
const GLOBAL = 'GarminRaceTracker';
const DEFAULTS = {
mapName: '',
refreshMs: 60000,
staleAfterMin: 15,
feedUrl: '',
@tomyo
tomyo / default.conf
Created January 4, 2026 14:56
keyd config (remap keyboard)
# /etc/keyd/default.conf
[ids]
*
[main]
leftalt = leftcontrol
leftcontrol = leftalt
capslock = menu
@tomyo
tomyo / README-Template.md
Created April 4, 2020 14:13 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites