Quantcast
Channel: January 2014 – Girish's Blog
Browsing latest articles
Browse All 3 View Live

Image may be NSFW.
Clik here to view.

JavaScript misfeature

Today a friend of mine checked in code that read: var stream = new fs.createReadStream(filename); The ‘new’ in the code was not intended. Our expansive auto tests passed without a glitch. In fact, the...

View Article


Image may be NSFW.
Clik here to view.

Cordova plugin for UDP messages

I pushed a Cordova 3.x plugin today to send and receive UDP datagrams. It supports both unicast and multicast addressing. It supports only Android at the moment, I expect to iOS support at some point....

View Article


Image may be NSFW.
Clik here to view.

How remote debugging works in Chrome

Chrome for Android allows pages to be debugged remotely from the desktop. The wire protocol for debugging is specified here. This post gives an overview on how the bridge is setup between desktop...

View Article
Browsing latest articles
Browse All 3 View Live