Skip to content

Instantly share code, notes, and snippets.

View kodewulf's full-sized avatar

Kodewulf kodewulf

  • Kodewulf.Com
  • Melbourne, Australia
View GitHub Profile

Keybase proof

I hereby claim:

  • I am kodewulf on github.
  • I am kodewulf (https://keybase.io/kodewulf) on keybase.
  • I have a public key ASCxQ_rd-RXOPMCZ_RklsFdcu5VHmEQl1MvnNwJKItC_nAo

To claim this, I am signing this object:

@kodewulf
kodewulf / memory.lua
Last active March 6, 2016 02:49
BenikUI Zygor Memory fix
local E, L, V, P, G = unpack(ElvUI);
local BUID = E:GetModule('BuiDashboard')
local select, collectgarbage = select, collectgarbage
local sort, wipe = table.sort, table.wipe
local format = string.format
local GetNumAddOns = GetNumAddOns
local GetAddOnInfo = GetAddOnInfo
local IsAddOnLoaded = IsAddOnLoaded
#!/bin/bash
# Sample App Init script for running sample app daemon
#
# chkconfig: - 98 02
#
# description: Sample Application Upstart, using Forever
APPHOME=/opt/sample-app
APPSCRIPT=app.js
@kodewulf
kodewulf / weakauras_new-aggro
Created December 9, 2011 12:50
WeakAuras Aggro Table Export
{
["outline"] = true,
["fontSize"] = 28,
["color"] = {
[1] = 1,
[2] = 0.086274509803922,
[3] = 0.11372549019608,
[4] = 1,
},
["displayText"] = "%c",
<html>
<head>
<style>
html,body {margin:0;padding:0;}
#app {
height:100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align:stretch;