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
defaults write com.apple.Safari ApplePersistenceIgnoreState YES | |
defaults write org.mozilla.firefox ApplePersistenceIgnoreState YES | |
defaults write com.google.Chrome ApplePersistenceIgnoreState YES |
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
npm% node cli.js install -g -f | |
node(45200,0x7fff7b89f960) malloc: *** error for object 0x7f9b8a815800: pointer being freed was not allocated | |
*** set a breakpoint in malloc_error_break to debug |
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
ack SEARCH_TERM -u web tags | cut -d ':' -f1 | sort -u | xargs cat | grep ANOTHER_SEARCH_TERM |
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
[ 5/35] libv8.a: deps/v8/SConstruct -> out/Release/libv8.a | |
Undefined symbols for architecture x86_64: | |
"operator delete(void*)", referenced from: | |
v8::internal::SnapshotByteSink::~SnapshotByteSink()in mksnapshot.o | |
PartialSnapshotSink::~PartialSnapshotSink()in mksnapshot.o | |
CppByteSink::~CppByteSink()in mksnapshot.o | |
v8::internal::ConstructFrame::~ConstructFrame()in accessors.o | |
v8::StartupDataDecompressor::~StartupDataDecompressor()in api.o | |
v8::String::ExternalStringResourceBase::~ExternalStringResourceBase()in api.o | |
v8::String::ExternalAsciiStringResource::~ExternalAsciiStringResource()in api.o |
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
Process: Adium [13980] | |
Path: /Applications/Adium.app/Contents/MacOS/Adium | |
Identifier: com.adiumX.adiumX | |
Version: 1.4.4 (1.4.4) | |
Code Type: X86 (Native) | |
Parent Process: launchd [127] | |
Date/Time: 2011-12-08 11:24:16.015 -0500 | |
OS Version: Mac OS X 10.7.2 (11C74) | |
Report Version: 9 |
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
#!/bin/sh | |
cut="/usr/bin/cut" | |
sass_convert="/usr/bin/sass-convert" | |
if [ $# -ne 1 ];then | |
echo "USAGE: convert_css_to_sass ~/target/directory" | |
exit | |
fi | |
if [ -z "$1" ];then |
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
/** | |
* <script>alert(1);</script> | |
*/ | |
body { | |
background-repeat: no-repeat; | |
background-image: url(http://arnor.io/site_media/static/img/highlight.png); | |
background-position: center top; | |
background-color: #2a292a; | |
} |
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 | |
import sys, os, time, atexit | |
from signal import SIGTERM | |
class Daemon: | |
""" | |
A generic daemon class. | |
Usage: subclass the Daemon class and override the run() method |
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
(function($){ | |
if ($.fn.brokenimage) { | |
return false; | |
} | |
var RETRY = 1, | |
MILSEC_INTERVAL = 747; | |
$.fn.brokenimage = function(opt){ | |
var options = { |
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/local/bin/acyclic | |
/usr/local/bin/bcomps | |
/usr/local/bin/ccomps | |
/usr/local/bin/circo | |
/usr/local/bin/cluster | |
/usr/local/bin/diffimg | |
/usr/local/bin/dijkstra | |
/usr/local/bin/dot | |
/usr/local/bin/dot2gxl | |
/usr/local/bin/dot_builtins |