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
for f in *.ogg; do sox "$f" "${f%.ogg}.mp3"; done |
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
auths = {} | |
count = 0 | |
open('authorizations.txt') do |file| | |
file.each do |line| | |
key = "auth#{count}" | |
auths[key] = {} | |
auths[key][:id] = (count += 1) | |
auths[key][:groups] = line.chomp | |
auths[key][:created_at] = "<%= Time.now %>".to_s + " " |
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
/usr/local/Library/Homebrew/formula.rb:310: warning: else without rescue is useless | |
Error: /usr/local/Library/Homebrew/formula.rb:300: syntax error, unexpected kCASE, expecting kWHEN | |
case :llvm, :clang | |
^ | |
/usr/local/Library/Homebrew/formula.rb:300: syntax error, unexpected ',', expecting kWHEN | |
case :llvm, :clang | |
^ | |
/usr/local/Library/Homebrew/formula.rb:725: syntax error, unexpected kEND, expecting $end | |
Please report this bug: https://github.com/mxcl/homebrew/wiki/Checklist-before-filing-a-new-issue | |
/usr/local/Library/Homebrew/formula_installer.rb:2:in `require' |
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
grep -Eho "&#?[a-z0-9]+;" *.html | sort | uniq |
NewerOlder