This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # Backup home directory | |
| # | |
| # | |
| set -o errexit | |
| set -o nounset | |
| set -o pipefail |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* eslint-disable no-undef */ | |
| ;(function (window, document) { | |
| "use strict" | |
| /** | |
| * The Nord Documentation object | |
| * | |
| * @constructor | |
| */ | |
| function NordDocs() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * | |
| * Search Query Mining Tool | |
| * | |
| * This script calculates the contribution of each word or phrase found in the | |
| * search query report and outputs a report into a Google Doc spreadsheet. | |
| * | |
| * Version: 2.2 | |
| * Updated 2015-09-17: replacing 'KeywordText' with 'Criteria' | |
| * Updated 2016-10-11: replacing 'ConvertedClicks' with 'Conversions' |