Skip to content

Instantly share code, notes, and snippets.

View hdnl's full-sized avatar
😷
Working from home

Hayden Le hdnl

😷
Working from home
View GitHub Profile
years = list(map(str, range(2010, 2019))) # years = ['2010' ... '2019']
months = list(map(str, range(1, 13))) # months = ['1' ... '12']
months = [month.rjust(2, '0') for month in months] # months = ['01' ... '12'] (adds padding)
@hdnl
hdnl / daily_template.md
Last active March 29, 2024 18:44
Template to faciliate taking daily notes in Markdown, featuring start and end day reflections, schedule, and logging

Start-of-Day Reflections

I am grateful for...

What would make today great?