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:
| // ============================================================================= | |
| // 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 |
I hereby claim:
To claim this, I am signing this object:
| def printer(value): | |
| print(value.upper()) | |
| def looper(): | |
| vals = ['hello', 'world', 'and', 'ldp'] | |
| for val in vals: | |
| printer(val) | |
| def problem_child(): | |
| raise NotImplementedError |
| #!/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): |