Skip to content

Instantly share code, notes, and snippets.

View biojerm's full-sized avatar

Jeremy LaBarge biojerm

View GitHub Profile
@biojerm
biojerm / MedBillFiller.gs
Created April 17, 2026 20:19
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

Keybase proof

I hereby claim:

  • I am biojerm on github.
  • I am jeremylab (https://keybase.io/jeremylab) on keybase.
  • I have a public key ASA1_h3m6Gb3VVtaGIz5BNnmgfSDvJxGKT-p6rSVSL4FxAo

To claim this, I am signing this object:

@biojerm
biojerm / demo.py
Last active February 28, 2020 04:55
Demo for python pdb
def printer(value):
print(value.upper())
def looper():
vals = ['hello', 'world', 'and', 'ldp']
for val in vals:
printer(val)
def problem_child():
raise NotImplementedError
@biojerm
biojerm / analyze.py
Last active January 17, 2020 19:42
trash timing example
#!/usr/bin/env python3
import pandas as pd
import numpy as np
import datetime
sf = pd.read_csv("scrap-dummy.csv", encoding = "ISO-8859-1")
lf = pd.read_csv("lt-dummy.csv", encoding = "ISO-8859-1")
def get_resources_pn(pn):
@biojerm
biojerm / bck.20191113073133.navigator.settings.json
Last active November 21, 2020 22:14
Visual Studio Code Settings Sync Gist
{
"sync.gist": "a14e703651fb19aeecd8c3d85da9a774",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"svn.enableProposedApi": "none",
"jira-plugin.workingProject": "",
"sync.removeExtensions": false,
"editor.minimap.enabled": false,
"window.zoomLevel": -1,
"todohighlight.isEnable": false,
"vim.useSystemClipboard": true,