Search results

  1. T

    Weight Loss Thread

    Yep. Campaign alone is worth the $40.
  2. T

    Weight Loss Thread

    Its like in Starcraft where people think higher APM is an appropriate way to track an increase in skill. And while faster APM does generally go hand in hand with increasing your skill level at the end of the day wins and losses matter more than obsessing over your APM.
  3. T

    StarCraft 2

    Warp Prisms power field also give fast warp-in as well.
  4. T

    Fallout 4

    My friend hates Bethesda games as well. Didn't care for FO3, Oblivion or Skyrim. I love everything they put out.
  5. T

    Weight Loss Thread

    One of the reasons its the best game ever made is because you can apply it to everyday life!
  6. T

    The Beer Thread

    That seems like a crazy valuation. 1B to buy it and it says they expect 2015 sales of 115M.
  7. T

    IT/Software career thread: Invert binary trees for dollars.

    Can you do that in Windows? Like I could set my IFS on a Linux box but I didn't know you could do something like that for a Win machine.
  8. T

    Pan'Theon: Rise' of th'e Fal'Len - #1 Thread in MMO

    Lol I didn't read the bottom right until the end I was just groaning on how hijacked all those landmarks seemed
  9. T

    Fallout 4

    I don't know why Bethesda would be rustled over NV being the better game. Obsidian took what Bethesda did, stood on their shoulders and made a more elevated game. If it wasn't for Bethesda it isn't like the modern Fallout would have just magically appeared from thin air for NV to be made.
  10. T

    The Beer Thread

    I almost responded saying I think Ciders have a similar DV% of carbs as beer but then I realized you're probably talking about carbonation...
  11. T

    IT/Software career thread: Invert binary trees for dollars.

    IDK maybe it is setting some custom environment variables? Check to see if when you install it any weird shit comes in when you view the environment variables.
  12. T

    Fallout 4

    FO4 VATS seems just as buggy as FO3's
  13. T

    IT/Software career thread: Invert binary trees for dollars.

    Did you check all your environment variables are good after you install git?
  14. T

    The Beer Thread

    Also mulled wine season is fast approaching. Love me some mulled wine.
  15. T

    NFL 2015-2016 Season Thread

    You would think at some point injuries would take their toll on the Pats but history tells us otherwise...
  16. T

    Weight Loss Thread

    It reminds me when novice players try emulating professional Starcraft players by doing all these minute details they see on streams without realizing they need to be focusing on big picture things that the professionals have already worked out
  17. T

    NFL 2015-2016 Season Thread

    Peyton going down is great news for me. Bengals can't expect to keep up with the Pats record this season IMO so we were always fighting with Denver for the #2 seed in my eyes. Now that Denver may be dropping out it should make getting that bye week easier.
  18. T

    The Beer Thread

    I even prefer Hornsby's to Strongbow
  19. T

    StarCraft 2

    Short answer is no. The way the units work is they're given a priority when mixed units are boxed together and HT are higher priority than Stalkers. However if you have mixed unit compositions you can move through groups with Tab.
  20. T

    World of Warcraft: Current Year

    The treasure add-on also made finding hidden treasures across the world pretty bland. Grant you people back then would just go to Thottbot and look at a map to see where they all are at but having it in-game made it so much easier. At least with Thott you had to sort of hunt it via a treasure...
  21. T

    World of Warcraft: Current Year

    I'm sure its an unpopular opinion. But when I came back from WoW vanilla to WoD it felt like add-ons almost played the game for me.
  22. T

    IT/Software career thread: Invert binary trees for dollars.

    Yeah looks good. Or i think you could subtract '1' from your temp variables and that would remove having the "- hdd" and things like that in the total. But overall looks good.
  23. T

    World of Warcraft: Current Year

    I have a love/hate relationship with add-ons. I understand them and I get the purpose but things like DBM, IMO, really take away the spirit of playing an MMO. But unfortuantely since everyone has them installed you can't not play with them. I wish Blizzard actually gave more shits about their...
  24. T

    IT/Software career thread: Invert binary trees for dollars.

    I think you do just need to make some general structural changes to the code. Using ramopts as the input feed won't work. Just make an int input and feed all the inputs into that. Based upon the question just add to a running variable called "total" which is seeded by the initial summation...
  25. T

    NFL 2015-2016 Season Thread

    Saw this on reddit. Pretty fun read. What Do NFL Players Pay in Taxes? | SmartAsset.com
  26. T

    The RPG Thread

    Why not just buy both consoles so you have access to everything big K? -edit- On yeah TLR on PC is great. They fixed everything that made it suck on XBox. It does get a bit challenging and tedious though. I've never beat it but I have two 30 hr playthroughs.
  27. T

    StarCraft 2

    Should have just played on Brutal. Brutal is actually challenging. Well now that I have void rays in my arsenal I'm not sure that'll be true anymore.
  28. T

    IT/Software career thread: Invert binary trees for dollars.

    I think it is spitting out a huge number because your "ramopt" variables are never properly initialized. So when you do ramopt *= 2 it is taking whatever junk is in ramopt's memory space and doubling it. It may work if you answered '1' to everything ... maybe.
  29. T

    IT/Software career thread: Invert binary trees for dollars.

    Yes but not the other way around, obviously. The program runs the else ifs one after another and will not run any more after one succeeds. So if you have something like Only the else if (1==1) would execute despite the one below it being valid as well
  30. T

    IT/Software career thread: Invert binary trees for dollars.

    Ok I think I figured out whats you're trying to do here a bit more. Here is the pseudo for how I'd do it: That should be your basic code flow. But you still have some key syntactical problems like Deathwing said. But honestly if you're trying to learn just having us tell you exactly the...
  31. T

    IT/Software career thread: Invert binary trees for dollars.

    Yeah it was your reassignment that was throwing me off. Read my edit. Modify the actual initialized to be the ones being doubled. You can either read in the variables as integers or characters but make sure you compare the two properly. 1 == 1 is not the same as 1 == '1' because one is...
  32. T

    IT/Software career thread: Invert binary trees for dollars.

    I can't say I know C very well but those if tests don't look syntactically correct Dump the ramopt variables because they're redundant. I don't see their purpose. Also reading the code I think the if check may be working serendipitously only because '1' == 1 because character 1 is ASCII 1...
  33. T

    IT/Software career thread: Invert binary trees for dollars.

    'double' is a variable type. I don't know how that code actually compiles. You need to do something like gpu = gpu * 2.
  34. T

    Awesome Games Done Quick 2016 - 2019

    Well he always wore nail polish so this isn't shocking
  35. T

    NFL 2015-2016 Season Thread

    Your outburst reminds me of the Cowboys when Dez went full crybaby as well
  36. T

    Parent Thread

    I think if you don't want them to get a job a very strict allowance helps them understand the value of money. I did get a summer job at 15 but before that the only money I ever got from my parents was via household chores. So anything I wanted (toys, candy, etc) I had to buy with my allowance...
  37. T

    NFL 2015-2016 Season Thread

    "The Jets and Bills, two AFC teams, played a game last night and yet somehow I'm making it about the Cowboys" God damn Cowboys fans
  38. T

    Wii U

    Anyone play Wooly World? Thinking about getting it for the wife since she loves Yoshi.
  39. T

    Overwatch

    With how much you change your mind on a day-to-day basis you'll be a woman yet!
  40. T

    StarCraft 2

    I haven't finished yet but yeah asshole Protoss guy is pretty boss