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:
I hereby claim:
To claim this, I am signing this object:
| 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 |
| { | |
| ["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; |