Skip to content

Instantly share code, notes, and snippets.

View benphelps's full-sized avatar
🇺🇦
Slava Ukrayini!

Ben Phelps benphelps

🇺🇦
Slava Ukrayini!
View GitHub Profile
# 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/
-- 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
module Cinch
module Plugins
class PluginWatcher
include Cinch::Plugin
def initialize(*args)
super
auto_reload_plugins
end
<?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);
@benphelps
benphelps / hunter_mm.lua
Created August 11, 2011 19:01 — forked from gig3m/hunter_mm.lua
MM rotation
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