I hereby claim:
- I am eojthebrave on github.
- I am eojthebrave (https://keybase.io/eojthebrave) on keybase.
- I have a public key whose fingerprint is 4C11 4573 F0EA 6437 FC8D 8ED9 68BE 7AD5 0A8C B869
To claim this, I am signing this object:
casper.options.onResourceRequested = function(casper, requestData, request) { | |
// If any of these strings are found in the requested resource's URL, skip | |
// this request. These are not required for running tests. | |
var skip = [ | |
'.kissmetrics.com', | |
'googleads.g.doubleclick.net', | |
'www.googleadservices.com' | |
]; | |
skip.forEach(function(needle) { |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env node | |
console.log("OMG Yay don't you feel safe?") |
// customer.json | |
{ | |
"name": "Mega Corp.", | |
"order_count": 83, | |
"address": "Infinity Loop Drive", | |
} |
<?php | |
/** | |
* @file | |
* Create a CSV file with fields for every Drupal 7 entity type / bundle. | |
* | |
* When preparing for a Drupal 7 to Drupal 8/9 migration it can be helpful to | |
* perform some initial content analysis. This script creates CSV files that | |
* can be imported into Google Sheets etc. to help with this analysis. | |
* |