Skip to content

Instantly share code, notes, and snippets.

View splorp's full-sized avatar
💾

Grant Hutchinson splorp

💾
View GitHub Profile
@splorp
splorp / Delibar_2011-06-25-110536_gobsmacker.crash
Created June 25, 2011 17:10
Delibar_2011-06-25-110536_gobsmacker.crash
Process: Delibar [80240]
Path: /Applications/Delibar.app/Contents/MacOS/Delibar
Identifier: net.shinyfrog.delibar
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: launchd [178]
Date/Time: 2011-06-25 11:05:36.955 -0600
OS Version: Mac OS X 10.5.8 (9L31a)
Report Version: 6
@splorp
splorp / gist:776730
Created January 12, 2011 19:36
Preferences to disable local storage in Safari
# To disable Safari’s annoying modal local database
# storage dialog, use this Terminal command:
defaults write com.apple.Safari WebKitDatabasesEnabledPreferenceKey -bool false
# To disable local storage altogether, use this command:
defaults write com.apple.Safari WebKitLocalStorageEnabledPreferenceKey -bool false
@splorp
splorp / Example Failure Notice (Received-SPF: pass)
Created October 14, 2010 02:38
Example Failure Notice (Received-SPF: pass)
Return-path: <>
Envelope-to: [email protected]
Delivery-date: Wed, 13 Oct 2010 20:15:47 -0600
Received: from continuity.cx ([70.32.110.81])
by box653.bluehost.com with esmtps (TLSv1:AES256-SHA:256)
(Exim 4.69)
id 1P6DMA-0006Fb-JY
for [email protected]; Wed, 13 Oct 2010 20:15:47 -0600
Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
@splorp
splorp / Example Failure Notice (Received-SPF: neutral)
Created October 8, 2010 22:25
Example Failure Notice (Received-SPF: neutral)
Return-path: <>
Envelope-to: [email protected]
Delivery-date: Fri, 08 Oct 2010 12:26:10 -0600
Received: from continuity.cx ([70.32.110.81])
by box653.bluehost.com with esmtps (TLSv1:AES256-SHA:256)
(Exim 4.69)
id 1P4Hdy-0007kK-8o
for [email protected]; Fri, 08 Oct 2010 12:26:10 -0600
Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
@splorp
splorp / Command Line Twitter
Created September 28, 2010 21:55
Posting to Twitter from the command line. Note that this version does not support OAuth authentication.
curl --user email:password --data-binary "status=`echo $@|tr ' ' '+'`" http://twitter.com/statuses/update.json