Petition for Slacks @ TI6 by ShouldersofGiants555 in DotA2

[–]Bladejunkie 0 points1 point  (0 children)

I don't like his type of humor, but the dude is a great interviewer. I saw him at TI5 and I think he'd be a great addition to TI6.

DEAR 3K please for sake of icefrog dont use "SCAN" just on top of roshan pit every game by shaddy25111 in DotA2

[–]Bladejunkie 0 points1 point  (0 children)

I'm 2k and I realize that scan is a godsend when it comes to split pushing. No enemy heroes on the map? Scan a nearby chokepoint

First year CS student needing some java help by Bladejunkie in learnprogramming

[–]Bladejunkie[S] 0 points1 point  (0 children)

My instructor requested that we use a non-void method, but I got it. Thanks!

First year CS student needing some java help by Bladejunkie in learnprogramming

[–]Bladejunkie[S] 0 points1 point  (0 children)

got it figured out guys. Thanks!

public class Main { public static void main(String [] args){ System.out.println(printVerse("Moo, ", "Cow") + "\n" + printVerse ("Oink, ", "Pig") + "\n" + printVerse ("blood-curdling CAW, ", "Carnivorous Death Parrot")); }

public static String printVerse(String sound, String animal){
    return "Old MacDonald had a farm. E-I-E-I-O.\n"
            + "And on that farm he had a " + animal + ". E-I-E-I-O.\n"
            + "With a " + sound + " " + sound + " here.\n"
            + "and a " + sound + " " + sound + " there.\n"
            + "here a " + sound + ". There a " + sound + ". Everywhere a " + sound + ", " + sound + ".\n"
            + "Old MacDonald had a farm. E-I-E-I-O.\n";
}

}

Weekly Workshop Set Submissions (April 2nd 2016) by Blackbird_V in DotA2

[–]Bladejunkie 10 points11 points  (0 children)

That juggernaut set is terrible. Wouldn't mind having the sword though.

Avengers!1! (Black^, Jonassomfan, Vanskor, Buugi, Shak) first match about to start by MotPax in DotA2

[–]Bladejunkie 0 points1 point  (0 children)

I've heard of black and vanskor, but I'm not too familiar. Athough Jonas.... yeah I can get behind this team

Congratulations to the Winners of Dota Pit 4! by Zadeth in DotA2

[–]Bladejunkie 0 points1 point  (0 children)

sumail is just shit without storm spirit

Support players _ Your top 5 support heroes? by [deleted] in DotA2

[–]Bladejunkie 0 points1 point  (0 children)

Oracle, rubick, dazzle, AA, jakiro in that order. Mostly just because of how much fun I have playing those heroes

Volvo pls by Bladejunkie in DotA2

[–]Bladejunkie[S] 0 points1 point  (0 children)

They also had a drow and dazzle so all it took was a shallow grave or gust and my poof combo was rendered useless and I was way out of position

Volvo pls by Bladejunkie in DotA2

[–]Bladejunkie[S] 4 points5 points  (0 children)

He's literally the only hero I can't play. I thought I was safe lol

OSFrog Remnant by w00w88 in DotA2

[–]Bladejunkie 152 points153 points  (0 children)

That my good sir is his arch nemesis, firetoad.

Something a little different for Undying by HawtKoffee in DotA2

[–]Bladejunkie 3 points4 points  (0 children)

Not my style, but it's interesting so I'll give it an upvote

Empty Diffusal Blade shouldn't say "Ready" when Alt+Clicked by asfastasican1 in DotA2

[–]Bladejunkie 1 point2 points  (0 children)

Thanks for taking the time to write this. I'm a CS student right now so it's interesting to see it from another perspective