Category
Snippet
2020
-
Loop over tuples in Bash
Different ways to loop over an array of tuples in bash. -
WordPress: Style Gists with a shortcode
A recipe for applying styles to Github Gists embeds in Wordpress. -
Git: Working with an Upstream Remote
A cheatsheet to keep a fork up-to-date with an upstream repo.
2012
-
Format a mixed column of T, G, M, K postfixed data, in Excel
-
Automated file sync across local Windows directory and remote Linux directory, with Cygwin and rsync
-
Recursively find all images above a minimum width in a directory, with Python
-
Export Spotify playlist to CSV, with Python
-
Convert PDF to text with pyPDF and PDFMiner: First Impression
-
Change time zone for date/time data, in Google Spreadsheets
-
Check proxy IP’s for connection status, speed, and detection, with Python
-
Get number of pages from multiple PDFs in a directory, with Python
-
Programmatically delete existing time-based triggers and create a new one, in Google Apps Script
-
Extract data points from LONI UCF, in R
-
Quietly run an executable with session environment variables, in Windows
-
Import and auto-update RSS feed, and keep history, in Google Spreadsheets
-
Change time zone for column of time data, in Google Spreadsheets
-
Move a row of data from one worksheet to another based on cell value, with Google Apps Script
-
Look up a value in an array and return multiple corresponding values by filling across columns, in Excel