Search results

  1. Jaden

    [Question] Dumbest thing/mistake you've done whilst coding

    typo, then get pissed off when I don't know why it's not debugging.
  2. Jaden

    Habboon plus Emu Edit EMU Net framework

    Update your OS?
  3. Jaden

    Navicat v xamp retro

    You mean XAMPP or IIS? Depends on the development at hand. These are questions you should ask yourself when choosing a web server. Is the site you're making for development purposes? Localhost? Use XAMPP (Apache). Is the site you're making for production? Use IIS or nginx. Are you in a...
  4. Jaden

    How Strong Is Your Computing Device? (NovaBench)

    Planning on switching my GPU, Saving for a GTX 980. Might get another SSD Drive and so more RAM
  5. Jaden

    uhuh

    uhuh
  6. Jaden

    Introduction I'm Crane ;)

    Welcome to the forums! I wouldn't get involved with the wrong people on here, whilst you still have your innocence.
  7. Jaden

    PlusEMU - Habboon Edit - PRODUCTION-201601012205-226667486

    Nice CacheManager @Sledmore ;)
  8. Jaden

    nigga wtf WTF WTF devbest is dumb bro

    y am i still banned
  9. Jaden

    Latest Build?

    That's the web directory for its resources, what are you trying to do?
  10. Jaden

    Latest Build?

    https://habboo-a.akamaihd.net/habbo-web ?
  11. Jaden

    [NodeJS, PostgreSQL] Habbo Emulator

    What random pathfinding class? Take a look at the new source, in the old one that was added out of boredum, I got a head start on it. And I've listed the frameworks I'm going to be using, if they're not already implemented, because not all of them are implemented yet. I want your opinion on...
  12. Jaden

    FIFA 15 Banner [Your Opinion]

    I like, but I think if you're going to use shadows you should show a source of light. Look at the shadows on the players-- cast to the left of them, but wait--- there's another light directly to the left of them. Looks amazing though.
  13. Jaden

    What are you listening to now?

    This is why we're friends Adil.
  14. Jaden

    [C#.NET, RP, R63A, STABLE] (BASE) Phoenix 3.11.0 Roleplay Edition.

    Lost this along time ago, might end up releasing my MangoRP / MoonPHP RP, stay tuned I guess?
  15. Jaden

    Yes, really.

    Yes, really.
  16. Jaden

    [C#] Threading

    Any person who knew C# would think of a timer that executed in the background, in reference to this forum thread. Realize that a space between "background" and "worker" goes along way when we're on about C#. And if you want to make this about who knows more (because you're clearly intimidated)...
  17. Jaden

    [C#] Threading

    Since when did I literally mean the "BackgroundWorker" class? Here we go again, "background" meaning it runs in the background with the main thread, "worker" meaning the task to be accomplished. I don't know how I can be more thorough with you, you are incompetent and know nothing about C#, so...
  18. Jaden

    [C#] Threading

    Can you read? I said that would be a reason to use a thread instead of a background worker? And a background worker is not its own dedicated thread, but something that is executed along with the main thread, so the only time it would be "time consuming" is if the main thread had a shitload of...
  19. Jaden

    [C#] Threading

    First, I needed to know why he was planning on creating a thread instead of using a background worker, which could've been for multiple reasons like the fact that his server is running slow with everything in the background, and the task he needs to accomplish needs to be fast and somewhat...
  20. Jaden

    [C#] Threading

    Why would you need to create a thread for this?
Top