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
[0x8000ac] main libvlc debug: loading plugins cache file /Users/jmaddox/Library/Preferences/VLC/plugins-04041e.dat | |
[0x8000ac] main libvlc debug: recursively browsing `/Volumes/Storage/Downloads/VLC-release.app/Contents/MacOS/./modules' | |
[0x8000ac] main libvlc warning: cannot load module `/Volumes/Storage/Downloads/VLC-release.app/Contents/MacOS/./modules/libavcodec_plugin.dylib' (dlopen(/Volumes/Storage/Downloads/VLC-release.app/Contents/MacOS/./modules/libavcodec_plugin.dylib, 2): Library not loaded: /usr/local/lib/libavcodec.dylib | |
Referenced from: /Volumes/Storage/Downloads/VLC-release.app/Contents/MacOS/./modules/libavcodec_plugin.dylib | |
Reason: image not found) | |
[0x8000ac] main libvlc warning: cannot load module `/Volumes/Storage/Downloads/VLC-release.app/Contents/MacOS/./modules/libavformat_plugin.dylib' (dlopen(/Volumes/Storage/Downloads/VLC-release.app/Contents/MacOS/./modules/libavformat_plugin.dylib, 2): Library not loaded: /usr/local/lib/libavformat.dylib | |
Referenced from: /Volumes/Storage/Downloa |
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
2009-10-09 11:23:47.383 Caplex[59119:a0f] CPVLCView: creating a VLCMediaPlayer | |
2009-10-09 11:23:47.384 Caplex[59119:a0f] CPVLCView: creating a VLCVideoLayer | |
2009-10-09 11:23:47.384 Caplex[59119:a0f] CPVLCView: setting video layer on VLCMediaPlayer | |
2009-10-09 11:23:47.384 Caplex[59119:a0f] CPVLCView: setting media | |
2009-10-09 11:23:47.385 Caplex[59119:a0f] CPVLCView: playing | |
m_el[mi_level] == NULL | |
arrrrrrrrrrrrrg Up cannot escape itself | |
[[32;1m0x282f2ac[0m] main decoder error: [31;1mno suitable decoder module for fourcc `h264'. VLC probably does not support this sound or video format.[0m | |
[[32;1m0x282f2ac[0m] main decoder error: [31;1mNo suitable decoder module[0m | |
[[32;1m0x282f2ac[0m] main decoder error: [31;1mVLC does not support the audio or video format "h264". Unfortunately there is no way for you to fix this.[0m |
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
{ | |
"backdrop": "\/images\/movies.png", | |
"deck": [{ | |
"item": { | |
"path": "http:\/\/localhost:3000\/movies\/recently_added.json", | |
"action": "fetch", | |
"title": "Recently Added" | |
} | |
}, |
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
alias_method :real_partners, :partners | |
def partners | |
return parent.real_partners if real_partners.size == 0 && parent | |
real_partners | |
end |
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
{ | |
"submenu_items": [ | |
{ | |
"item": { | |
"title": "Movies", | |
"action": "fetch", | |
"path": "http:\/\/localhost:3000\/movies\/root.json" | |
} | |
}, | |
{ |
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
this is a test |
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
string = %{-cat -mouse man OR woman until:2009-09-09 @maddox #avatar #xbox since:2009-09-16 near:"richmond, va" @maddox apple to:dog within:15mi to:maddox from:mschrag "football game" "oh yes"} | |
# words | |
exact_phrase = /".*?"/ | |
any_words = /\w+ OR \w+/ | |
minus_word = /-\w+/ | |
hashtag = /#\w+/ | |
# people | |
to_person = /to:\w+/ |
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
{ | |
"Banners" = >{ | |
"Banner" = >[{ | |
"BannerType2" = >"1920x1080", | |
"id" = >"89141", | |
"Colors" = >nil, | |
"Language" = >"en", | |
"SeriesName" = >"false", | |
"VignettePath" = >"fanart/vignette/73739-34.jpg", | |
"BannerPath" = >"fanart/original/73739-34.jpg", |
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
https://www.instapaper.com/api/add?username=youruser&password=yourpassword&title=${title}&url=${url} |
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
// | |
// NSURL+Filename.h | |
// Pyrot | |
// | |
// Created by Jon Maddox on 3/19/09. | |
// Copyright 2009 Mustache, Inc.. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> | |