Skip to content

Instantly share code, notes, and snippets.

View BlakePetersen's full-sized avatar

Blake Petersen BlakePetersen

View GitHub Profile

Last Tested: April 14, 2020

Run each of the following lines, replacing example.com and codehere with your details:

now dns add example.com @ MX codehere 15
now dns add example.com @ MX ASPMX.L.GOOGLE.COM 1
now dns add example.com @ MX ALT1.ASPMX.L.GOOGLE.COM 5
now dns add example.com @ MX ALT2.ASPMX.L.GOOGLE.COM 5
now dns add example.com @ MX ALT3.ASPMX.L.GOOGLE.COM 10
//PhantomJS http://phantomjs.org/ based web crawler Anton Ivanov anton.al.ivanov@gmail.com 2012
//UPDATE: This gist has been made into a Node.js module and now can be installed with "npm install js-crawler"
//the Node.js version does not use Phantom.JS, but the API available to the client is similar to the present gist
(function(host) {
function Crawler() {
this.visitedURLs = {};
};
# This is a template .gitignore file for git-managed WordPress projects.
#
# Fact: you don't want WordPress core files, or your server-specific
# configuration files etc., in your project's repository. You just don't.
#
# Solution: stick this file up your repository root (which it assumes is
# also the WordPress root directory) and add exceptions for any plugins,
# themes, and other directories that should be under version control.
#
# See the comments below for more info on how to add exceptions for your