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
try { | |
$.browser.msie && $.browser.version < 7 | |
&& document.execCommand( 'BackgroundImageCache', false, true ); | |
} catch(e) { }; |
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
[retriever] | |
type = SimplePOP3SSLRetriever | |
server = pop.gmail.com | |
username = [email protected] | |
password = asupersecurepassword | |
[destination] | |
type = Maildir | |
path = ~/.gmailbackup/ |
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
tacoby:[~]$ sudo chown -R `whoami` /usr/local | |
tacoby:[~]$ brew update | |
From http://github.com/mxcl/homebrew | |
* branch master -> FETCH_HEAD | |
Already up-to-date. | |
tacoby:[~]$ brew install -v mplayer | |
==> Checking out svn://svn.mplayerhq.hu/mplayer/trunk | |
/usr/bin/svn up --force svn://svn.mplayerhq.hu/mplayer/trunk /Users/grahams/Library/Caches/Homebrew/mplayer--svn | |
Skipped 'svn://svn.mplayerhq.hu/mplayer/trunk' |
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
Posting to Wordpress | |
Making a copy of the archive as an m4a... | |
ChapterTool 2.0.0.12 | |
Copyright (C) 2005, Apple Computer, Inc., all rights reserved. | |
/Users/grahams/aatemp/News/-Episode%20127/Episode_127.xml:5: element picture: Schemas validity error : Element 'picture': 'art/128272820306.aem.AEType('PNG\x20')' is not a valid value of the local atomic type. | |
/Users/grahams/aatemp/News/-Episode%20127/Episode_127.xml:21: element picture: Schemas validity error : Element 'picture': 'art/233642352319.aem.AEType('PNG\x20')' is not a valid value of the local atomic type. | |
/Users/grahams/aatemp/News/-Episode%20127/Episode_127.xml:25: element picture: Schemas validity error : Element 'picture': 'art/262585588503.aem.AEType('PNG\x20')' is not a valid value of the local atomic type. | |
/Users/grahams/aatemp/News/-Episode%20127/Episode_127.xml:33: element picture: Schemas validity error : Element 'picture': 'art/336319581509.aem.AEType('PNG\x20')' is not a valid value of the local atomic type. | |
/Users/grahams/aatemp/News/-Episo |
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
// Mobile Safari in standalone mode | |
if(("standalone" in window.navigator) && window.navigator.standalone){ | |
window.addEventListener("load",function() { | |
links = document.getElementsByTagName('a'); | |
for (var i=0; i < links.length; i++) | |
{ | |
// Don't do this for javascript: links |
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
tacoby:[~]$ brew install nethack | |
Warning: Building with LLVM, but this formula is reported to not work with LLVM: | |
(No specific reason was given) | |
We are continuing anyway so if the build succeeds, please open a ticket with | |
the following information: 2335-10.7. So | |
that we can update the formula accordingly. Thanks! | |
If it doesn't work you can: brew install --use-gcc |
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
#!/usr/bin/env python | |
from appscript import app,k | |
import re | |
import glob | |
pluginDir = "/Users/grahams/Desktop/playlists/" | |
it = app(u"iTunes") |
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
property growlAppName : "Growl iChat" | |
property notificationNames : {"Message Received", ¬ | |
"Completed File Transfer"} | |
property defaultNotificationNames : {"Message Received", ¬ | |
"Completed File Transfer"} | |
using terms from application "iChat" | |
on message received theText from theBuddy for theTextChat |
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
#!/usr/bin/env bash | |
BASENAME=`basename "$1" .TiVo` | |
pv "$1" | /usr/local/bin/tivodecode -m 1234567890 -o "$BASENAME".mpg - |
OlderNewer