Created: 2017.04.06
- Go to the Wayback Machine, enter a URL and take note of the start and end dates for the period where the site snapshots looked a particular way
- Download the wayback-machine-downloader
- Download the site:
$ cd download-directory
Created: 2017.04.06
$ cd download-directory
I'm in the process of moving my knowledgebase of mostly tech notes into Github as gists.
This means that I need good gist clients, so that I can quickly find what I'm looking for.
Note: Gists can only be searched by what's in the Description field. For this reason it's important to add #tags
for any keywords that aren't in the 'title'.
Created 2017.04.03
Following my inability to get a Regex script working for Sitesucker, I decided to attempt the same thing in a Gulp script.
Created: 2017.04.02
Created: 2017.04.05
My call to array.filter( onlyUnique );
was failing. Gulp didn't know what onlyUnique
meant.
Unique values in an array offered some ES6 alternatives.
Surely, I thought, Node must have ES6 support built in.
Created: 2017.03.31
From Organizing Code in your WordPress Theme's functions.php File?
<?php
/*
* functions.php
Created: 2017.03.31
How to Merge Folders on Mac OS X Without Losing All Your Files (Seriously)
Created: 2017.03.31
The Composer way is to specify dependencies in composer.json
and composer.lock
files. Dependencies are then installed via Composer when deploying or working on the site.
The author of this post describes himself as: