Skip to content

Instantly share code, notes, and snippets.

View maddox's full-sized avatar

Jon Maddox maddox

View GitHub Profile
[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
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
[0x282f2ac] main decoder error: no suitable decoder module for fourcc `h264'. VLC probably does not support this sound or video format.
[0x282f2ac] main decoder error: No suitable decoder module
[0x282f2ac] main decoder error: VLC does not support the audio or video format "h264". Unfortunately there is no way for you to fix this.
{
"backdrop": "\/images\/movies.png",
"deck": [{
"item": {
"path": "http:\/\/localhost:3000\/movies\/recently_added.json",
"action": "fetch",
"title": "Recently Added"
}
},
alias_method :real_partners, :partners
def partners
return parent.real_partners if real_partners.size == 0 && parent
real_partners
end
{
"submenu_items": [
{
"item": {
"title": "Movies",
"action": "fetch",
"path": "http:\/\/localhost:3000\/movies\/root.json"
}
},
{
this is a test
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+/
{
"Banners" = >{
"Banner" = >[{
"BannerType2" = >"1920x1080",
"id" = >"89141",
"Colors" = >nil,
"Language" = >"en",
"SeriesName" = >"false",
"VignettePath" = >"fanart/vignette/73739-34.jpg",
"BannerPath" = >"fanart/original/73739-34.jpg",
https://www.instapaper.com/api/add?username=youruser&password=yourpassword&title=${title}&url=${url}
//
// NSURL+Filename.h
// Pyrot
//
// Created by Jon Maddox on 3/19/09.
// Copyright 2009 Mustache, Inc.. All rights reserved.
//
#import <Foundation/Foundation.h>