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
>> Screen('Preference', 'Verbosity', 10); %errors and warnings | |
PTB-INFO: Connection to Psychtoolbox kernel support driver instance #0 (Revision 0) established. | |
>> VBLSyncTest | |
PTB-DEBUG: In PsychCaptureScreen(): After display capture for screen 1 (Old CGDisplayId 0xb41e5b4). Reenumerating all displays... | |
PTB-DEBUG: In PsychCaptureScreen(): After display capture for screen 1 (New CGDisplayId 0xb41e5b4). Reenumeration done. | |
PTB-INFO: This is Psychtoolbox-3 for Apple OS X, under Matlab 64-Bit (Version 3.0.10 - Build date: Aug 7 2012). | |
PTB-INFO: Type 'PsychtoolboxVersion' for more detailed version information. | |
PTB-INFO: Most parts of the Psychtoolbox distribution are licensed to you under terms of the MIT License, with |
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
tell application "Growl" | |
-- Make a list of all the notification types | |
-- that this script will ever send: | |
set the allNotificationsList to {"iTunes Playing Track"} | |
-- Make a list of the notifications | |
-- that will be enabled by default. | |
-- Those not enabled by default can be enabled later | |
-- in the 'Applications' tab of the growl prefpane. | |
set the enabledNotificationsList to {"iTunes Playing Track"} | |
-- Register our script with growl. |
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
┌┬─ian @ Hobbes in ~ | |
└┴─❧ brew install -vd gst-ffmpeg | |
==> Downloading http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.13.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/gst-ffmpeg-0.10.13.tar.bz2 | |
/usr/bin/tar xf /Library/Caches/Homebrew/gst-ffmpeg-0.10.13.tar.bz2 | |
==> ./configure --prefix=/usr/local/Cellar/gst-ffmpeg/0.10.13 --disable-dependency-tracking | |
./configure --prefix=/usr/local/Cellar/gst-ffmpeg/0.10.13 --disable-dependency-tracking | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d |
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
┌┬─ian @ Hobbes in ~ | |
└┴─❧ brew doctor | |
Your system is raring to brew. | |
┌┬─ian @ Hobbes in ~ | |
└┴─❧ sudo xcode-select -print-path | |
/Applications/Xcode.app/Contents/Developer |
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
>> PlayMoviesDemoOSX | |
Serious or cool? Type s or c [s/c]? c | |
PTB-INFO: This is Psychtoolbox-3 for Apple OS X, under Matlab 64-Bit (Version 3.0.10 - Build date: May 20 2012). | |
PTB-INFO: Type 'PsychtoolboxVersion' for more detailed version information. | |
PTB-INFO: Most parts of the Psychtoolbox distribution are licensed to you under terms of the MIT License, with | |
PTB-INFO: some restrictions. See file 'License.txt' in the Psychtoolbox root folder for the exact licensing conditions. | |
PTB-INFO: Using desktop compositor for onscreen window creation... |
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
HOMEBREW_VERSION: 0.9 | |
HEAD: 4bf08f2081ef4b512b23c684411faf372aafc860 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit nehalem | |
OS X: 10.7.4 | |
Kernel Architecture: x86_64 | |
Xcode: 4.3.2 | |
GCC-4.0: N/A | |
GCC-4.2: build 5666 |
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
PTB-INFO: Connection to Psychtoolbox kernel support driver (Revision 0) established. Will use the driver... | |
PTB-DEBUG: In PsychCaptureScreen(): After display capture for screen 1 (Old CGDisplayId 0x5b81c5c1). Reenumerating all displays... | |
PTB-DEBUG: In PsychCaptureScreen(): After display capture for screen 1 (New CGDisplayId 0x5b81c5c1). Reenumeration done. | |
PTB-INFO: This is Psychtoolbox-3 for Apple OS X, under Matlab (Version 3.0.9 - Build date: Oct 20 2011). | |
PTB-INFO: Type 'PsychtoolboxVersion' for more detailed version information. | |
PTB-INFO: Most parts of the Psychtoolbox distribution are licensed to you under terms of the MIT License, with | |
PTB-INFO: some restrictions. See file 'License.txt' in the Psychtoolbox root folder for the exact licensing conditions. |
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
┌┬─iana @ pro11 in ~/Code/homebrew-1 (mmd●) | |
└┴─❧ brew install -v multimarkdown | |
==> Downloading https://github.com/fletcher/peg-multimarkdown/tarball/3.1b1 | |
File already downloaded in /Users/iana/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/iana/Library/Caches/Homebrew/multimarkdown-3.tgz | |
==> make | |
make | |
CC=gcc make -C peg-0.1.4 | |
/usr/bin/llvm-gcc -c `pkg-config --cflags glib-2.0` -O3 -march=core2 -msse4 -w -pipe -o markdown_output.o markdown_output.c | |
/usr/bin/llvm-gcc -c `pkg-config --cflags glib-2.0` -O3 -march=core2 -msse4 -w -pipe -o markdown_lib.o markdown_lib.c |
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
┌┬─ian @ Hobbes in ~ | |
└┴─❧ brew install -v libwpg | |
==> Downloading http://downloads.sourceforge.net/project/libwpg/libwpg/libwpg-0.2.0/libwpg-0.2.0.tar.bz2 | |
File already downloaded in /Users/ian/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/ian/Library/Caches/Homebrew/libwpg-0.2.0.tar.bz2 | |
==> ./configure --prefix=/usr/local/Cellar/libwpg/0.2.0 --disable-debug --disable-dependency-tracking | |
./configure --prefix=/usr/local/Cellar/libwpg/0.2.0 --disable-debug --disable-dependency-tracking | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d |
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
Bus 007 Device 003: ID 0b97:7772 O2 Micro, Inc. OZ776 CCID Smartcard Reader | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 1.10 | |
bDeviceClass 0 (Defined at Interface level) | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 |