Search results

  1. Jaden

    libhh [C, libuv]

    Looks good.
  2. Jaden

    What resource taught you C#

    C# is easy, just take a look at the source code for popular apps written using C# for reference while doing a project because you'll never really learn until you DIY.
  3. Jaden

    Applicant hi pro habbotarded developr

    My skype is jaden.org bump haven't been responding to shit because idk umm this is free btw currently maybe not later basic skills (just listing common stuff that I do): C/C++ C# Python Java (also good with Android SDK for apps) PHP Node.js Go Network penetration testing Website SQL injection...
  4. Jaden

    Applicant hi pro habbotarded developr

    for hire please pm if interested https://github.com/jadenmitchell
  5. Jaden

    Why is there No 'Roblox' Section

    A Roblox section would bring a lot of skidz
  6. Jaden

    help with a few things

    It's whatever houses the name of said SWF file.
  7. Jaden

    there's a lot of retards disguised as geniuses on this forum.

    there's a lot of retards disguised as geniuses on this forum.
  8. Jaden

    xHabbo - Node Administration Panel

    Precisely my point, why would you need to add 1 callback to multiple functions that have no correlation to each other programmatically.
  9. Jaden

    xHabbo - Node Administration Panel

    1. I wasn't arguing. 2. No it doesn't. http://stackoverflow.com/questions/17137134/node-js-async-js-how-does-parallel-execution-work
  10. Jaden

    xHabbo - Node Administration Panel

    Use the function x amount of times until you realize it's not what you think it is (the functionality which you guessed based off the name of the function). Wasn't saying he was if you read it you would understand the relevance of that link but I'll emphasize for you. "It's a common...
  11. Jaden

    xHabbo - Node Administration Panel

    "Parallelism" I think you're misinterpreting the purpose of async.parallel in node.js, you've used it in how many occasions or are you just going off prior knowledge of what asynchronous and parallel programming are? async.parallel https://www.youtube.com/watch?v=8_gcTR6fn94 Global variables...
  12. Jaden

    Project Rider

    I don't think there should be a variety of IDE's for the same language because developers still would only use 1 IDE unless they're compiling cross-platform or any other prerequisites that requires something that their current IDE does not have. Customization is for pussies who write C++ in...
  13. Jaden

    Habbo on 2 VPS?

    "remote machine"
  14. Jaden

    PlusEMU - Habboon Edit - PRODUCTION-201601012205-226667486

    Lemme get on that with you.
  15. Jaden

    Habbo on 2 VPS?

    Yes, your emulator is able to connect to a MySQL server on a remote machine so just configure everything normally?
  16. Jaden

    Coding Bots - Help

    http://pastebin.com/MrzwseQw AddBot Command from my Plus RP.
  17. Jaden

    Coding Bots - Help

    Point squareRight = GetBotData().ChasingUser.SquareRight; GetRoomUser().MoveTo(squareRight.X, squareRight.Y); Use the MoveTo(x, y) from the GetRoomUser() function pointer to the Bot's RoomUser instance function
  18. Jaden

    EMU development!

    Keeps repeating until the x reaches a certain value or is greater than, equal to, less than, a certain value while being able to increment and decrement x inside of the loop.
  19. Jaden

    EMU development!

    C++ is easy.
  20. Jaden

    xHabbo - Node Administration Panel

    haha, you're not funny. ON-TOPIC: https://github.com/chrismpettyjohn/xhabbo-node/blob/master/index.js#L5 still an anti-pattern. https://github.com/chrismpettyjohn/xhabbo-node/blob/master/index.js#L20 Running these in parallel but none of them seem depend on each other so it's kinda redundant to...
Top