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
<IfModule mod_gzip.c> | |
mod_gzip_on Yes | |
mod_gzip_dechunk Yes | |
mod_gzip_keep_workfiles No | |
mod_gzip_can_negotiate Yes | |
mod_gzip_add_header_count Yes | |
mod_gzip_send_vary Yes | |
mod_gzip_command_version '/mod_gzip_status' | |
mod_gzip_min_http 1000 | |
mod_gzip_minimum_file_size 300 |
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
/** | |
* | |
* UTF-8 data encode / decode | |
* http://www.webtoolkit.info/ | |
* | |
**/ | |
var Utf8 = { | |
// public method for url encoding |
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
Regexp.new(/\ |\,|\:|\.|\<|\>|\?|\/|\\|\+|\=|\_|\-|\(|\)|\*|\&|\^|\%|\#|\$|\[|\]|–|\n|\r|\t|\}|\{|\@|\!|¡|™|£|¢|∞|§|¶|•|ª|º|≠|‘|“|…|æ|÷|≥|≤|«|”|’|å|ß|∂|ƒ|©|˙|∆|˚|¬|Ω|≈|ç|√|∫|˜|µ|œ|∑|´|®|†|¥|¨|ˆ|ø|π"/) |
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
#install homebrew | |
go to site for link to curl.. etc.. | |
#install node | |
brew install node | |
#add this to .bashrc | |
export NODE_PATH/usr/local/lib/node_modules | |
#install NPM |
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
((?:(?:25[0-5]|2[0-4]\d|[01]?\d?\d)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d?\d)) |
NewerOlder