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.
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...
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...
"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...
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...
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
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.
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...