Skip to content

Instantly share code, notes, and snippets.

View tekkub's full-sized avatar

Tekkub tekkub

View GitHub Profile
#!/usr/bin/env bash
if [ ! -d git ]; then
git clone git://git.kernel.org/pub/scm/git/git.git
fi
cd git
make quick-install-html
cd /usr/local/git/share/
rawr
rawr
rawr
rawr
cd /Applications/World\ of\ Warcraft/wtf
rm RunOnce.wtf
touch RunOnce.wtf
sudo chown root:wheel RunOnce.wtf
sudo chmod 440 RunOnce.wtf
# Default GitHub user (joe)
Host github.com
HostName github.com
User git
IdentityFile /Users/joe/.ssh/id_rsa
# Client user (client)
Host github-client
HostName github.com
User git
local buffs = {"Jack-o'-Lanterned!", "Mohawked!"}
local frame = CreateFrame("Frame")
frame:RegisterEvent("UNIT_AURA")
frame:SetScript("OnEvent", function(self, event, ...)
for _,buff in pairs(buffs) do
if UnitBuff("player", buff) then CancelUnitBuff("player", buff) end
end
end)
@tekkub
tekkub / blah.md
Created December 31, 2009 20:35 — forked from dschobel/gist:266835

here is the full compile log: http://gist.github.com/266605

the relevant part is:

check/crc32_x86.S:96:suffix or operands invalid for 'push'
check/crc32_x86.S:97:suffix or operands invalid for 'push'
check/crc32_x86.S:98:suffix or operands invalid for 'push'
check/crc32_x86.S:99:suffix or operands invalid for 'push'
check/crc32_x86.S:265:suffix or operands invalid for 'pop'

check/crc32_x86.S:266:suffix or operands invalid for 'pop'

document.onclick = null
document.oncontextmenu = null
document.onmousedown = null
document.body.onclick = null
document.body.oncontextmenu = null
document.body.onmousedown = null
document.body.ondragstart = null
document.body.onselectstart = null