This file contains 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
#!/bin/bash | |
mkvname=$1 | |
base=$(basename -s .mkv "$mkvname") | |
outname="$base.remuxed.mkv" | |
trackinfo=$(mkvinfo -s $mkvname | head -100 | grep Track) | |
tids=$(echo "$trackinfo" | sed -E "s/Track ([0-9]+).*/\1/") | |
tracks=$(echo "$tids" | awk '{printf "%s:'$base'.track.%s ", $1, $1}') | |
trackfiles=$(echo "$tids" | awk '{printf "'$base'.track.%s ", $1}') | |
durations=$(echo "$trackinfo" \ |
-
Install git
export PATH=/usr/local/sbin:/usr/sbin:/sbin:/bin:$PATH sudo apt-get install git vim xclip
-
Add ssh key to GitHub:
- Generate key:
brew install libgd
cpan Getopt::Mixed
cpan Image:Size
cpan YAML
cpan -f GD
cpan Image:BMP
-
brew install tinyproxy
-
mkdir -p /usr/local/Cellar/tinyproxy/1.8.3/var/{log,run}/tinyproxy
-
Comment out
Allow 127.0.0.1
in/usr/local/etc/tinyproxy.conf
. -
Start tinyproxy with
tinyproxy -d
. -
Follow the log file with
tail -f /usr/local/Cellar/tinyproxy/1.8.3/var/log/tinyproxy/tinyproxy.log
-
Use Scantailor to clean up the scanned images.
-
Install the required tools with the following commands:
brew install --with-libtiff leptonica
brew install jbig2enc imagemagick tesseract
gem install iconv rmagick hpricot pdfbeads
- Generate SOAP helper classes for the Global and Exchange WSDLs using SudzC. Be sure to choose the code bundle type that uses ARC.
- SudzC will generate properties with names beginning with "new" which the compiler will error on. This can be fixed by running the following in the
Source
directories generated by SudzC:
find . -name "*.h" | xargs -I{} sed -i "" "s/@property (retain, nonatomic) NSString\* new\(.*\);/@property (retain, nonatomic, getter=theNew\1) NSString\* new\1;/" {}
- Remove the
Soap
andTouchXML
folders from theExchange
bundle created by SudzC to avoid adding duplicate classes. - Remove the
Source/Generated/Soap+Prefix.h
files (they are only used in the SudzC example projects). - Add the SudzC
Source
folders to your Xcode project.
NewerOlder