Jump to content

harrynoob

Trade With Caution
  • Posts

    104
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by harrynoob

  1. sources.foreach { |link| browser.open(link) } puts "profit"
  2. this is a java gore thread
  3. can you give me directions, i can't see it
  4. same goes for Maldesto
  5. Your reasoning is understandable but it's pretty irrelevant in this case. It's never wrong to care about performance though, haha.
  6. Except... Having constant-time lookups is not necessary in this case. RS scripting should not care about lookup efficiency in most cases, since all delay comes from the game itself. Also, I seriously doubt the OP will continually poll for available worlds; once he finds an available one, he will hop there. In the meantime, either OP won't poll or he will be waiting for a world to become available. HashMaps will keep his code simple and clean, too. Also, the HashMap won't contain thousands of elements; at most 50-ish. tl;dr rs isn't performance sensitive, writing new class is useless
  7. you're all overcomplicating this guys :| you can keep using a HashMap<Integer, Integer> (or HashMap<Integer, Long>, whatever you prefer) just iterate over map.entrySet() and find the entry with the lowest value property; then return that entry and grab the key from it (aka your world)
  8. im blonde i already told u dis im not even emo
  9. What about a sectional moderator? This doesn't give away too much power and keeps stuff casual. There's a ton of responsible dutch people on here. sup
  10. u all suck could've made it volatile transient strictfp, at least
  11. a PQ isn't exactly pathfinding specific a PQ is this
  12. > op's life you don't even provably exist so SHUT UP
  13. He's not discriminating a person because of this person's beliefs, he is simply flaming the religion itself which is rather acceptable. Purple has shown several correct arguments for his view. Furthermore, Purple was simply expressing his opinion whereas others were flaming him for that too.
  14. why the hell do you advocate use of the final modifier for local variables? parameter pls, redundancy bad

    1. Show previous comments  6 more
    2. Parameter

      Parameter

      no they dont speed taught me to do this

    3. harrynoob

      harrynoob

      and someone67 told him not to do it anymore because it's retarded

    4. Parameter
  15. This is because you tried to change a currently existing rank into something else. Stuff like that doesn't work with communities like the OSBot has. OT: This has my obvious support. (lol) Java Expert is a bad name though.
  16. yay for a sane Parameter
×
×
  • Create New...