A timeline of the last four years of detecting good old window.localStorage.
October 2009: 5059daa
A timeline of the last four years of detecting good old window.localStorage.
October 2009: 5059daa
| var PARALLEL_LIMIT = 3; | |
| var Page = require('webpage'); | |
| var async = require('./async.js'); | |
| var i = 0, iz; | |
| var urls = [ | |
| "http://css.studiomohawk.com", | |
| "http://inkdesign.jp", | |
| "http://t32k.me/mol", | |
| "http://havelog.ayumusato.com", | |
| "http://aho.mu" | 
| var rfc822Date = moment(yourDate).format('ddd, DD MMM YYYY HH:mm:ss ZZ') | 
| _人人人人人人_ | |
| > 突然の死 < | |
|  ̄Y^Y^Y^Y^Y ̄ | 
| #!/bin/sh | |
| # to use, save this file as .git/hooks/pre-commit in your git repo | |
| # make sure to add execute permissions using: chmod +x .git/hooks/pre-commit | |
| command -v pngcrush >/dev/null 2>&1 || { | |
| echo "\033[1mPlease install pngcrush to reduce images size before commit\033[0m" | |
| echo "Install pngcrush with the following:" | |
| echo "\t \033[1mbrew install pngcrush\033[0m" | |
| echo "OR" | |
| echo "\t Site: \033[1m\033[4mhttp://pmt.sourceforge.net/pngcrush/\033[0m" | |
| echo "\t Download: \033[1m\033[4mhttp://sourceforge.net/projects/pmt/files/\033[0m" |