This file contains 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 hunter_mm(self) | |
-- Marksmanship Hunter by Chiffon with additions by Scribe | |
------------------------------------------ | |
local up = UnitPower | |
local r = RunMacroText; | |
local spell = nil | |
local raf_ready,raf_timeleft,_ = GetSpellCooldown("Rapid Fire"); | |
local chim_ready,chim_timeleft,_ = GetSpellCooldown("Chimera Shot"); | |
-- Interupting, Borrowed directly from feral cat |
This file contains 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
<?php | |
$url = "http://ventrilostatus.net/xml/nitrogen.typefrag.com:11101/"; | |
//$xml = file_get_contents($url); | |
$xml = file_get_contents("source.xml"); | |
$base = simplexml_load_string($xml); | |
$bold_pre = "\033[1;1m"; | |
$bold_post = "\033[0m"; | |
//print_r($base); |
This file contains 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
module Cinch | |
module Plugins | |
class PluginWatcher | |
include Cinch::Plugin | |
def initialize(*args) | |
super | |
auto_reload_plugins | |
end |
This file contains 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
-- Backburn's Survival Hunter Rotation | |
-- Updated on July 17th, 2014. | |
-- PLAYER CONTROLLED: Rabid MUST be on Auto-Cast for Stampede pets to use them :) | |
-- SUGGESTED TALENTS: | |
-- CONTROLS: Pause - Left Control, Explosive/Ice/Snake Traps - Left Alt, Freezing Trap - Right Alt, Scatter Shot - Right Control | |
-- Import | |
local Actions, Receivers, Modifiers = Device.actions, Device.recivers, Device.modifiers |
This file contains 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
# Ubuntu 14.04 LTS kickstart for XenServer | |
# branch: develop | |
########################################## | |
# Install, not upgrade | |
install | |
# Install from a friendly mirror and add updates | |
url --url http://us.archive.ubuntu.com/ubuntu/ | |