Skip to content

Instantly share code, notes, and snippets.

@bryancusatis
bryancusatis / weak_aura.lua
Created July 31, 2016 18:49
CalculateLast5Hits
function()
-- Main function to calc FR healing
local now = time()
local heal_value = 0
-- Versa
local VersatilityBonus = GetCombatRatingBonus(CR_VERSATILITY_DAMAGE_DONE) + GetVersatilityBonus(CR_VERSATILITY_DAMAGE_DONE)
-- Lazy:
VersatilityBonus = 1 + (VersatilityBonus/100)
@bryancusatis
bryancusatis / .bash_profile
Last active January 29, 2017 00:28 — forked from jernejcic/.bash_profile
.bash_profile file on Mac OS X
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases.
# Much of this was originally copied from:
# http://natelandau.com/my-mac-osx-bash_profile/
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management