Skip to content

Instantly share code, notes, and snippets.

@jamm1985
jamm1985 / lab_19_intro_to_ml_time_series_part_iii.ipynb
Created May 25, 2022 12:08
Lab_19_intro_to_ML_time_series_part_III.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jamm1985
jamm1985 / lab_20_intro_to_ml_time_series_part_iv.ipynb
Created June 2, 2022 16:21
Lab_20_intro_to_ML_time_series_part_IV.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jamm1985
jamm1985 / contacts_query.sh
Created July 14, 2023 13:23 — forked from agoldst/contacts_query.sh
Query macOS contacts for mutt
#!/bin/bash
#
# contacts_query.sh
# Andrew Goldstone, July 2017. All yours to use or modify, but no promises.
#
# The mutt e-mail client has an option to query an external address book for
# e-mail addresses. On a Mac it is nice to be able to query the Address Book
# (now known as Contacts). For a while I used a utility called contacts
# (http://gnufoo.org/contacts) but this stopped working under Sierra. There is
# an official API for querying Contacts as a unified datastore, but it is only