Skip to content

Instantly share code, notes, and snippets.

View jonturneratduke's full-sized avatar

jon turner jonturneratduke

  • Duke University
  • Durham, NC
View GitHub Profile
@aGHz
aGHz / google-sheets-dataclip-autoupdate.md
Last active October 6, 2021 18:24
Auto-updating importData of Heroku Dataclips in Google Sheets

Dataclips URLs

Dataclips has a reliable way to construct the URL of a clip's CSV version:

https://dataclips.heroku.com/<hash>-<description>.csv

Thankfully the description is irrelevant, so we can just get the hash from the web interface (looks like aujqawhjdmlbbwrqxutcpzzqyika) and add -1 at the end. Every time we change the

@otterthecat
otterthecat / ignore
Last active February 7, 2019 19:30
A template for setting .gitignore
# Installed Node Modules #
##########################
node_modules/
# Compiled source #
###################
*.com
*.class
*.dll
*.exe