Skip to content

Instantly share code, notes, and snippets.

View brandonjank's full-sized avatar

Brandon Jank brandonjank

View GitHub Profile

Keybase proof

I hereby claim:

  • I am brandonjank on github.
  • I am bjank (https://keybase.io/bjank) on keybase.
  • I have a public key ASDIShhV8sXs8jsifClEP53sie1jIRC4zVd3kKC8OM5OgQo

To claim this, I am signing this object:

curse = {
-- Siege of Boralus
257168 = "Cursed Slash", -- Irontide Marauder Curse 10 No +15% Damage taken
-- Waycrest Manor
260703 = "Unstable Runic Mark", -- Sister Malady Curse 6 No Minor DoT, 6yd AoE on expiry
263905 = "Marking Cleave", -- Heartsbane Runeweaver Curse 6 Yes Moderate DoT
265880 = "Dread Mark", -- Matron Alma Curse 6 No Minor DoT, 6rd AoE on expiry
265882 = "Lingering Dread", -- Matron Alma Curse 5 No Minor DoT, follows Dread Mark
264105 = "Runic Mark", -- Marked Sister Curse 6 Yes Minor DoT, 6yrd AoE on expiry
-- Atal'Dazar
@brandonjank
brandonjank / LuaUnlocker.cs
Last active January 17, 2022 14:22
lua unlocker for 1.12 to 3.3.5a using hwbp method
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
namespace ConsoleApplication1 {
public enum Expansion {
@brandonjank
brandonjank / keybase.md
Created September 28, 2017 01:04
keybase.md

Keybase proof

I hereby claim:

  • I am brandonjank on github.
  • I am bjank (https://keybase.io/bjank) on keybase.
  • I have a public key ASAdFb6dpbcC025KOFoXaiUXBm2R-G48aERZJ31BIMGPMwo

To claim this, I am signing this object:

/* Lab Assignment #4
* Name: Brandon Jank
* Due: February 19th, 2015
*
* A basic Reverse Polish Notation (RPN) Calculator that implements basic
* math functions.
*
* Date Created: February 16th, 2015, 12:21 PM
* Date Modified: February 18th, 2015, 6:40 PM
*/
/* Calculator Assignment 5
*
* A simple calculator program controlled program, controlled by a menu and
* divided into separate functions.
*
* Name: Brandon Jank
* Section: CS 120-05
* Due Date: 10/06/2014
* Assignment #5
*
-- Beast Mastery Hunter DPS Rotation
-- Legion 7.1 - 12/11/2016
--- COMBAT ROTATION
local function combat()
-- PAUSES
if -player.buff(SB.FeignDeath) or target.is(player) or player.channeling or IsMounted() or IsAoEPending() or UnitControllingVehicle("player") then
return false
end
-- Beast Mastery Hunter DPS Rotation
-- Legion 7.1 - 12/4/2016
local function resting()
-- PET MANAGEMENT
if pet.exists then
if pet.dead and player.castable('Revive Pet') then
return player.cast('Revive Pet')
elseif pet.alive and pet.health.percent < 90 and player.castable('Mend Pet') then
return player.cast('Mend Pet')
@brandonjank
brandonjank / udrc2-dr1x-svxlink-init.sh
Last active November 21, 2016 06:41
Script to setup the UDRC-II with the DR-1X for use with SvxLink
NDefines.NEconomy.START_ENERGY = 50.0; -- The amount of money each country starts with 50.0
NDefines.NEconomy.START_INFLUENCE = 100.0; -- The amount of influence each country starts with 100.0
NDefines.NEconomy.START_MINERALS = 200.0; -- The amount of minerals each country starts with 200.0
NDefines.NGameplay.BASE_MONTHLY_INFLUENCE = 5; -- Base Influence gained per month (3)
NDefines.NGameplay.BASE_MONTHLY_MINERALS = 20; -- Base Minerals gained per month (0)
NDefines.NGameplay.BASE_MONTHLY_PHYSICS = 20; -- Base Physics gained per month (5)
NDefines.NGameplay.BASE_MONTHLY_SOCIETY = 20; -- Base Society gained per month (5)
NDefines.NGameplay.BASE_MONTHLY_ENGINEERING = 20; -- Base Engineering gained per month (5)
NDefines.NGameplay.BASE_MONTHLY_ENERGY = 20; -- Base Energy gained per month (0)