Skip to content

Instantly share code, notes, and snippets.

@perryspy
perryspy / Warrior Classic.md
Created July 7, 2020 16:34
Warrior Resources for World of Warcraft Classic
@perryspy
perryspy / hunter-bis-alli.md
Created May 24, 2020 18:55 — forked from skinnay-dev/hunter-bis-alli.md
Skinnay's Classic Hunter Gear lists (Alliance)

Skinnay's Classic Hunter Gear Lists (Alliance)

  • "True" BiS is the absolute best gear configuration given all the possible options. Often this doesn't give you a great picture of what you should be striving for, so realistic alternative sets are provided to plan for constraints that can occur with typical loot distribution.
  • Stat weights and dps values are based on Sixx's DPS sheet assuming full buffs, consumables, and boss debuffs with 20/31/0 spec, unless otherwise specified. These are of course subject to change with different variables.
  • Gear lists are based on their general effectiveness against all raid bosses as opposed to being tailored for specific bosses, unless otherwise specified.

Table of Contents

  1. Normal Ranged Rotation
@perryspy
perryspy / ForComprehensions.scala
Created July 30, 2017 21:58 — forked from amast09/ForComprehensions.scala
Advanced Scala for comprehensions
import scala.concurrent.Future
import scala.concurrent.ExecutionContext.Implicits.global
import scala.concurrent.Await
import scala.concurrent.duration._
import java.util.Calendar
case class Movie(name: String, year: Int, rating: BigDecimal, directorId: Int)
case class Director(id: Int, name: String, yearBorn: Int)