This file contains 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
{ | |
"airbnb_user_id": 624464, | |
"ldap_id": "david_dolphin", | |
"genesys_user_name": "[email protected]", | |
"genesys_employee_id": "david_dolphin_agent", | |
"is_active": true | |
} |
This file contains 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
tempest:~ david$ dig +nocmd -f /tmp/domains NS +noall +answer | |
aryanidentity.com. 1741 IN NS ns1.cbsig.net. | |
aryanidentity.com. 1741 IN NS ns4.cbsig.net. | |
aryanidentity.com. 1741 IN NS ns5.cbsig.net. | |
aryanidentity.com. 1741 IN NS ns2.cbsig.net. | |
canadiansexacts.org. 2514 IN NS ns1.cbsig.net. | |
canadiansexacts.org. 2514 IN NS ns2.cbsig.net. | |
canadiansexacts.org. 2514 IN NS ns5.cbsig.net. | |
canadiansexacts.org. 2514 IN NS ns4.cbsig.net. | |
genetic-monitor.com. 2823 IN NS ns4.cbsig.net. |
This file contains 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
ai. 14170 IN MX 10 mail.offshore.ai. ;; Anguilla | |
as. 21371 IN MX 10 cmh.relay.gdns.net. ;; American Samoa | |
as. 21371 IN MX 10 dca.relay.gdns.net. ;; American Samoa | |
bj. 86176 IN MX 20 mail6.domain-mail.com. ;; Benin | |
cf. 3379 IN MX 10 mail.intnet.cf. ;; Central African Republic | |
dj. 345488 IN MX 5 relais2.intnet.dj. ;; Djibouti |
This file contains 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
mush = function(){ | |
/* Author: David Dolphin (ddol) | |
* | |
* Use this however you see fit, for any reason without attribution. If it works for you, great! | |
* | |
* I wrote this so I could (un)pack settings from fancy-settings[1] for settings that contained nested objects. | |
* This is necessary because Chrome's localStorage is a simple key, value store and does not support nesting. | |
* To be used in conjunction with .toObject() and .fromObject() | |
* | |
* [1] https://github.com/frankkohlhepp/fancy-settings |
This file contains 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
db.pings.mapReduce("function(){cidmap.apply(this);}", "function(k,v){return cidred(k,v);}", {out: { replace : "cidmr"} } ) |