I hereby claim:
- I am walker on github.
- I am walker (https://keybase.io/walker) on keybase.
- I have a public key whose fingerprint is B77A 3F90 D1F8 5729 601A D265 1B1C 6FF8 B5BF A8DB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| function trackOutboundLink(link, category, action) { | |
| try { | |
| ga('send', 'event', action, 'click', category, 4, | |
| { | |
| 'hitCallback': function(data) { | |
| document.location.href = link; | |
| } | |
| }); | |
| } catch(err){} | |
| } |
| // SPUD HELPER | |
| function getUniversalProfile(cb) { | |
| var bsd_fields = ['firstname', 'lastname', 'email', 'phone', 'addr1', 'addr2', 'city', 'state_cd', 'zip']; | |
| bQuery.bsd.spud( | |
| 'get', | |
| bsd_fields, | |
| { |
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * Checks that a value is unique | |
| * | |
| * @param string $check Value to check | |
| * @param string $field Field to check for value | |
| * @return boolean Success | |
| * @access public | |
| */ | |
| function _isUnique($check, $field) { | |
| $conditions = array(); |
| <FilesMatch "\\.(js|css|html|htm|php|xml)$"> | |
| SetOutputFilter DEFLATE | |
| </FilesMatch> |
| ExpiresActive On | |
| ExpiresByType image/gif "access plus 1 month" | |
| ExpiresByType image/png "access plus 1 month" | |
| ExpiresByType image/jpg "access plus 1 month" | |
| ExpiresByType image/jpeg "access plus 1 month" |
| <IfModule mod_gzip.c> | |
| mod_gzip_on Yes | |
| mod_gzip_dechunk Yes | |
| mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$ | |
| mod_gzip_item_include handler ^cgi-script$ | |
| mod_gzip_item_include mime ^text/.* | |
| mod_gzip_item_include mime ^application/x-javascript.* | |
| mod_gzip_item_exclude mime ^image/.* | |
| mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* | |
| </IfModule> |