729 icons, free, webfont, grayscale
200 icons, free
400 icons, $25
# config/initializers/dragonfly.rb | |
module Dragonfly | |
# Supports ImageMagick 6.2.8 | |
module ImageMagick | |
class Processor | |
alias_method :_crop, :crop | |
def crop(temp_object, opts={}) | |
# 6.2.8 doesn't support ^^ |
I18n.instance_eval { alias :_t :t; def t(*args); Rails.logger.debug("I18n: #{args.inspect}"); _t(*args) end; alias :translate :t } |
daemon off; | |
error_log log/error.log crit; | |
events { | |
} | |
http { | |
uwsgi_temp_path tmp/; | |
scgi_temp_path tmp/; | |
proxy_temp_path tmp/; |
#!/usr/bin/env ruby | |
# | |
# Backup | |
# | |
# For more information: | |
# | |
# View the Git repository at https://github.com/meskyanichi/backup | |
# View the Wiki/Documentation at https://github.com/meskyanichi/backup/wiki | |
# View the issue log at https://github.com/meskyanichi/backup/issues | |
# |
$ cd a; find . -exec stat -c "%U:%G %a %n" {} \; > ../a-stats.txt; cd ..
$ cd b; find . -exec stat -c "%U:%G %a %n" {} \; > ../b-stats.txt; cd ..
$ diff -ur ./a-stats.txt ./b-stats.txt
Output:
--- ./a-stats.txt 2012-11-30 20:45:43.000000000 +0200
PS4='+ $(date "+%s.%N") $BASH_SOURCE:$LINENO#$FUNCNAME \011 '
set -x
Example Output:
++ 1355955482.N ./.bashrc:11 source ./.rvm/scripts/rvm
+++ 1355955482.N ./.rvm/scripts/rvm:21 __rvm_has_opt posix