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
/** | |
* gruntfile.js | |
* | |
* This file automates Sass, Uglify, and Imagemin | |
*/ | |
module.exports = function (grunt) { | |
grunt.initConfig({ |
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
+ shopt -s extglob | |
+ haystack=(./@(audio|git|build)/*) | |
+ true ./audio/converter_wav_rate ./audio/converter_wav_text ./build/grunt ./git/local_ignore_rules | |
+ for file in '"${haystack[@]}"' | |
+ for file in '"${haystack[@]}"' | |
+ ././audio/converter_wav_text | |
+ ././audio/converter_wav_rate | |
+ for file in '"${haystack[@]}"' | |
+ for file in '"${haystack[@]}"' | |
+ ././build/grunt |
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
+ shopt -s extglob | |
+ haystack=(./@(audio|git|build)/*) | |
+ true ./audio/converter_wav_rate ./audio/converter_wav_text ./build/grunt ./git/local_ignore_rules | |
+ for file in '"${haystack[@]}"' | |
+ ././audio/converter_wav_rate | |
+ for file in '"${haystack[@]}"' | |
+ for file in '"${haystack[@]}"' | |
+ for file in '"${haystack[@]}"' | |
+ ././build/grunt | |
+ ././audio/converter_wav_text |
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
+ shopt -s extglob | |
+ haystack=(./@(audio|git|build)/*) | |
+ true ./audio/converter_wav_rate ./audio/converter_wav_text ./build/grunt ./git/local_ignore_rules | |
+ for file in '"${haystack[@]}"' | |
+ for file in '"${haystack[@]}"' | |
+ ././audio/converter_wav_text | |
+ ././audio/converter_wav_rate | |
+ for file in '"${haystack[@]}"' | |
+ for file in '"${haystack[@]}"' | |
+ ././git/local_ignore_rules |
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
+ pocketsphinx_continuous -infile ../../pocketsphinx/audio/sample.wav -hmm en-us -lm cmusphinx-5.0-en-us.lm.dmp | |
INFO: cmd_ln.c(696): Parsing command line: | |
pocketsphinx_continuous \ | |
-infile ../../pocketsphinx/audio/sample.wav \ | |
-hmm en-us \ | |
-lm cmusphinx-5.0-en-us.lm.dmp | |
Current configuration: | |
[NAME] [DEFLT] [VALUE] | |
-adcdev |
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
+ shopt -s extglob | |
+ haystack=(./@(audio|git|build)/*) | |
+ true ./audio/converter_wav_rate ./audio/converter_wav_text ./build/grunt ./git/local_ignore_rules | |
+ for file in '"${haystack[@]}"' | |
+ for file in '"${haystack[@]}"' | |
+ ././audio/converter_wav_rate | |
+ for file in '"${haystack[@]}"' | |
+ for file in '"${haystack[@]}"' | |
+ ././git/local_ignore_rules | |
+ ././audio/converter_wav_text |
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
+ shopt -s extglob | |
+ haystack=(./@(audio|git|build)/*) | |
+ true ./audio/converter_wav_rate ./audio/converter_wav_text ./build/grunt ./git/local_ignore_rules | |
+ for file in '"${haystack[@]}"' | |
+ for file in '"${haystack[@]}"' | |
+ for file in '"${haystack[@]}"' | |
+ ././audio/converter_wav_text | |
+ ././audio/converter_wav_rate | |
+ for file in '"${haystack[@]}"' | |
+ ././build/grunt |
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
$ sudo easy_install PyOpenSSL | |
Password: | |
Searching for PyOpenSSL | |
Best match: pyOpenSSL 0.14 | |
Processing pyOpenSSL-0.14-py2.6.egg | |
Adding pyOpenSSL 0.14 to easy-install.pth file | |
Using /Library/Python/2.6/site-packages/pyOpenSSL-0.14-py2.6.egg | |
Processing dependencies for PyOpenSSL | |
Searching for cryptography>=0.2.1 |
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
$ sudo port install python27 | |
Portfile changed since last build; discarding previous state. | |
---> Computing dependencies for gettext | |
---> Fetching archive for gettext | |
---> Attempting to fetch gettext-0.19.2_0.darwin_10.x86_64.tbz2 from http://packages.macports.org/gettext | |
---> Attempting to fetch gettext-0.19.2_0.darwin_10.x86_64.tbz2.rmd160 from http://packages.macports.org/gettext | |
---> Installing gettext @0.19.2_0 | |
---> Cleaning gettext | |
---> Computing dependencies for gettext | |
---> Deactivating gettext @0.18.3.2_0 |
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
$ git clone https://github.com/pypa/pip | |
Cloning into pip... | |
remote: Reusing existing pack: 14423, done. | |
remote: Counting objects: 5, done. | |
remote: Compressing objects: 100% (5/5), done. | |
remote: Total 14428 (delta 0), reused 0 (delta 0) | |
Receiving objects: 100% (14428/14428), 20.84 MiB | 1022 KiB/s, done. | |
Resolving deltas: 100% (8963/8963), done. | |
$ cd pip | |
$ sudo python setup.py install |
OlderNewer