Comments on: BitTorrent in JavaScript with Node http://localhost/wp/2010/08/bittorrent-in-javascript-with-node/ this title probably isn't very original Fri, 30 May 2014 19:32:06 +0000 hourly 1 http://wordpress.org/?v=3.9.1 By: auto title loans http://localhost/wp/2010/08/bittorrent-in-javascript-with-node/comment-page-1/#comment-308663 Fri, 09 May 2014 02:50:23 +0000 http://antimatter15.com/wp/?p=1240#comment-308663 My relatives always say that I am wasting my time here at web, but
I know I am getting know-how daily by reading thes good posts.

]]>
By: Payday Loan Vancouver Bc http://localhost/wp/2010/08/bittorrent-in-javascript-with-node/comment-page-1/#comment-281708 Thu, 03 Apr 2014 02:36:33 +0000 http://antimatter15.com/wp/?p=1240#comment-281708 What’s up Dear, are you really visiting this site on a regular basis, if so
then you will without doubt take pleasant knowledge.

]]>
By: coyo http://localhost/wp/2010/08/bittorrent-in-javascript-with-node/comment-page-1/#comment-43508 Sat, 14 Apr 2012 07:21:54 +0000 http://antimatter15.com/wp/?p=1240#comment-43508 oh, this is really cool! keep up the good work! i want to see full functionality with this! please!

Also, setup a flattr, so i can flattr you.

]]>
By: Lorenz http://localhost/wp/2010/08/bittorrent-in-javascript-with-node/comment-page-1/#comment-26579 Wed, 24 Aug 2011 20:10:46 +0000 http://antimatter15.com/wp/?p=1240#comment-26579 to check for a Object type in JS use its constructor.

In your case (bencoding.js), you can use
o.constructor === Array
> true

instead of this, which involves more overhead:

Object.prototype.toString.call(o) == ‘[object Array]‘

also be aware of fallacy of the logical operators in JS, like !!; ===, !== etc… vs !,==,!=

PS: Good work

]]>
By: Lorenz http://localhost/wp/2010/08/bittorrent-in-javascript-with-node/comment-page-1/#comment-26578 Wed, 24 Aug 2011 20:10:28 +0000 http://antimatter15.com/wp/?p=1240#comment-26578 to check for a Object type in JS use its constructor.

In your case (bencoding.js), you can use
o.constructor === Array
> true

instead of this, which involves more overhead:

Object.prototype.toString.call(o) == ‘[object Array]‘

also be aware of fallacy of the logical operators in JS, like !!; ===, !== etc… vs !,==,!=

]]>
By: admin http://localhost/wp/2010/08/bittorrent-in-javascript-with-node/comment-page-1/#comment-24247 Fri, 24 Jun 2011 17:46:10 +0000 http://antimatter15.com/wp/?p=1240#comment-24247 A lot of it was really hacky, I don’t think it’s worthy of getting upstream.

]]>
By: Nils http://localhost/wp/2010/08/bittorrent-in-javascript-with-node/comment-page-1/#comment-24237 Fri, 24 Jun 2011 11:48:58 +0000 http://antimatter15.com/wp/?p=1240#comment-24237 Why didn’t you send a pullrequest back to upstream? Or did it just get declined?

]]>