Skip to content

Instantly share code, notes, and snippets.

View szberko's full-sized avatar
💭
Currently building trading dairy and portfolio website

Szabolcs Berkó szberko

💭
Currently building trading dairy and portfolio website
View GitHub Profile
@szberko
szberko / brew-clear-cache.md
Created March 28, 2020 10:51 — forked from mcandre/brew-clear-cache.md
Homebrew: Clearing cache and updating Casks

Clear Homebrew cache

$ sudo rm -rf `brew --cache`

Update Casks

Once the cache is cleared, brew cask will see the latest versions of all Casks.

@szberko
szberko / mailchimp-googlescript.txt
Created December 9, 2018 23:57 — forked from 65/mailchimp-googlescript.txt
On Google Spreadsheet / Google Form submission, push new entry to a MailChimp subscription list with an `onformsubmit` trigger. Uses the MailChimp 3.0 API and Google Apps Script.
/**
* Mailchimp API v3
* Add a subscriber to a list with interests on Google Form submit
*
* Updated to 3.0 from https://gist.github.com/acarrillo/5772508
*
* Edit the Google Sheet connected to your form
* Menu > Tools > Script Editor
* Copy and paste this into the file, remove anything there already
* Update the variables in the top section