Skip to content

Instantly share code, notes, and snippets.

View Mottie's full-sized avatar
💭
🥞

Rob Garrison Mottie

💭
🥞
View GitHub Profile
@Mottie
Mottie / MedBillFiller.gs
Created July 17, 2026 18:15 — forked from biojerm/MedBillFiller.gs
A way to track HSA receipts in google sheets/drive
// =============================================================================
// MedBillFiler — Google Apps Script
// =============================================================================
// HOW TO USE:
// 1. Paste this file into script.google.com (new standalone project)
// 2. Fill in SHEET_ID below (from your Google Sheet URL)
// 3. Confirm SHEET_NAME matches your tab name
// 4. Run setupTrigger() once from the editor to start automated processing
// 5. Forward scanned bills to me+healthbill@gmail.com with subject:
// Provider/Comment, YYYYMMDD, Amount
@Mottie
Mottie / dabblet.css
Created August 8, 2012 00:26 — forked from LeaVerou/dabblet.css
3D cube
/**
* 3D cube
*/
body {
perspective: 99999px;
}
body > section {
display: inline-block;
@Mottie
Mottie / dabblet.css
Created June 26, 2012 15:14 — forked from chriscoyier/dabblet.css
Checkbox Hack
/* Checkbox Hack */
input[type=checkbox] {
position: absolute;
top: -9999px;
left: -9999px;
}
label {
-webkit-appearance: push-button;
appearance: button;