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
/cast [harm]Entangling Roots; [help][@focus,help][@player]Thorns |
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
#showtooltip | |
/cast [swimming,nostance:2] !Aquatic Form; [indoors,nostance:3] !Cat Form; [noflyable,noindoors,noswimming,nostance:4][flyable,combat,noindoors,noswimming,nostance:4] !Travel Form; [flyable,noindoors,noswimming,nocombat,nostance:5] !Swift Flight Form |
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
(tag:sticky) OR (dueBefore:today) OR (dueBefore:"3days of today" AND NOT tag:home) OR (dueBefore:"5 hours" AND tag:home) OR (addedAfter:today AND due:never AND list:Inbox) OR (NOT priority:N AND list:Inbox) |
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
diff --git a/lib/Dancer/Config.pm b/lib/Dancer/Config.pm | |
index 8580b24..1b17922 100644 | |
--- a/lib/Dancer/Config.pm | |
+++ b/lib/Dancer/Config.pm | |
@@ -217,6 +217,7 @@ sub load_default_settings { | |
$SETTINGS->{logger} ||= $ENV{DANCER_LOGGER} || 'file'; | |
$SETTINGS->{environment} ||= | |
$ENV{DANCER_ENVIRONMENT} | |
+ || $ENV{DANCER_ENV} | |
|| $ENV{PLACK_ENV} |
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
select round(avg(sec)) as avg, max(sec) as max from foo; | |
select sec as mode from (select sec, count(*) as c from foo group by sec ) as t order by c desc limit 1; | |
select @mednum := floor(count(*) / 2) from foo; | |
set @rownum = 0; | |
select sec as median from (select @rownum := @rownum + 1 as rownum, sec from foo order by sec) as t where rownum = @mednum; |
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
local FONT = "Fonts\\FRIZQT__.TTF" | |
local TEXTURE = "Interface\\AddOns\\Headline\\minimalist" | |
local OVERLAY = "Interface\\TargetingFrame\\UI-TargetingFrame-Flash" | |
local combat = false | |
local numChildren = -1 | |
local frames = {} | |
local function debuginfo(region) |
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
$ sudo vi /etc/hosts | |
xxx.xxx.xxx.xxx my.new.example.com | |
$ sudo vi /etc/apache2/httpd.conf | |
Listen 443 | |
ProxyRequests On | |
ProxyVia On | |
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
my %hoge; | |
%{ $hoge{'hoge'} } = (a=>1, b=>2); | |
use Data::Dumper; | |
warn Dumper \%hoge; |
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
[realm] [guild] | |
Blackrock Jagabata 1370410 ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| | |
Proudmoore Harapeko Soul 789878 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| | |
Ner'zhul MKD Gaming 759618 ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| | |
Blackrock Ctrl Z 654721 ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| | |
Blackrock Mikan 555394 ||||||||||||||||||||||||||||||||||||||||||||||||||||||| | |
Blackrock Tan Do Li Ga 522397 |||||||||||||||||||||||||||||||||||||||||||||||||||| | |
Ner'zhul DORIFU 486190 |||||||||||||||||||||||||||||||||||||||||||||||| | |
Proudmoore CAVAG 426243 |||||||||||||||||||||||||||||||||||||||||| | |
Proudmoore Heureka |
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
My Faerie Fire | |
All Dispersion | |
All Divine Shield | |
All Hand of Protection | |
All Ice Block | |
All Icebound Fortitude | |
All Deterrence | |
All Zen Meditation | |
All Dematerialize | |
All Incarnation: Tree of Life |