Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads

Leaderboard

  1. Chains

    Chains

    Retired Leadership


    • Points

      6

    • Posts

      1326


  2. colinthe5

    colinthe5

    Friend of HG


    • Points

      5

    • Posts

      558


  3. Menoch

    Menoch

    Friend of HG


    • Points

      4

    • Posts

      1590


  4. Homer

    Homer

    Council's Advisory Board


    • Points

      2

    • Posts

      2003


Popular Content

Showing content with the highest reputation on 09/09/19 in Posts

  1. Management appreciates everyone who contributes to the community in any way. One of those things, is being apart of HG for over a year and we couldn't ask for better people. Let's start off with Staff Promotions. Huge congrats to: HG | Weebs [S] HG | SMD [S] HG | Vicious [S] HG | Raging [S] BUT, we can't forget our loyal members (or should I say... Vets!). Big appreciation to: HG | Meowing Banana HG | Helix CONGRATS TO ALL AND I LOOK FORWARD TO NEXT QUARTER!
    4 points
  2. It smells like old people
    3 points
  3. Order of Operations (Source) Assuming your fahrenheit variable is likely a double or a float. Lets say its a float for example: celsius = (fahrenheit - 32) * 5 / 9 (fahrenheit - 32) is executed first and results in a float value Next the float value is * 5, which results in a float type value again Next the float value is / 9, which results in a float type value again and thats the end result. celsius = 5 /9 * (fahrenheit - 32) (fahrenheit - 32) is executed first because of highest Precedence (Source) However next, (5 / 9) is executed and returns an integer 0 5/9 performs an integer division—that is, it always discards the fractional part—so it will always return 0 The integer type issue can be fixed by: celsius = 5f / 9 * (fahrenheit - 32) or if fahrenheit is a double, then: celsius = 5.0 / 9 * (fahrenheit - 32)
    2 points
  4. Funny coming from someone whos been around here longer!
    2 points
  5. 2 points
  6. Huge congratulations shout-out to everyone! Much well-deserved promotions to flourish in the HeLLsGamers community!
    2 points
  7. Hello, Its Charlie. So the reason that I'm coming here to ask if there's a chance I'd be able to be unbanned from teamspeak to chill with some old friends. I understand the circumstances leading to my ban were less than acceptable and I truly do apologize for that. It's been almost a year, and over half a year since my last appeal, and I truly believe that I've changed. I am no longer the toxic Charlie that I'm sure a lot of people know and 'love'. I've matured, and realised that my actions were wrong. Of course I must sound like a broken record at this point, constantly saying my mentality towards people has changed and slowly regressed back into that toxic state, but this time I honestly feel like I've changed, and for the better. I don't know the current state of CSGO here, but I haven't played for a while and don't intend to so I'm adamant there would be no reason for concern of me being toxic on servers. I hope you can take into consideration the good things I've done for the community and look past my past issues and forgive me this one last time. Thank you.
    1 point
  8. Well deserved boys! Pm me for your Vet decals!
    1 point
This leaderboard is set to Chicago/GMT-05:00