Re: [nodejs] [ANN] Logger - distributed logging system

2015-03-11 Thread Adil Hasan
Hello, it sounds quite interesting. Perhaps Tim you allow the log information to be buffered at the source to minimisee loss? Best wishes, adil On Tue, Mar 10, 2015 at 10:47:00PM -0400, Aria Stewart wrote: On Mar 10, 2015, at 7:36 PM, Tim Dickinson price.ti...@gmail.com wrote: You don't.

Re: [nodejs] Can someone please test my first node app

2015-02-03 Thread Adil Hasan
Hello Russell, goodness it looks quite impressive. When I move letters around there's a bit of jitter. It looks like the start of a scrabble-like game? Could perhaps be useful for people learning languages? hth adil On Tue, Feb 03, 2015 at 09:00:07AM -0800, Russell Holmes wrote: Hi there, I

Re: [nodejs] Windows (7) Install without Admin Rights?

2013-10-07 Thread Adil Hasan
Hello, I've not done it on Windows, but maybe this is of help? http://howtonode.org/how-to-install-nodejs hth adil On Sun, Oct 06, 2013 at 08:46:07PM -0700, Chicken Soup wrote: Hey Team, Is it possible to install and run Node on Windows without admin rights? Can it just be downloaded into a

Re: [nodejs] Problem using net module for TCP

2013-08-22 Thread Adil Hasan
(if your server expects data to be in one chunk) by writing strings and binary data into one buffer, using `buffer.write` and `buffer.writeUInt32`. [0]: http://nodejs.org/api/buffer.html Cheers, Fedor. On Wed, Aug 21, 2013 at 6:16 AM, Adil Hasan adilhas...@gmail.com wrote: Hello

[nodejs] Problem using net module for TCP

2013-08-21 Thread Adil Hasan
Hello, I wonder if you can help me. I am new to nodejs and I am trying to write a little application that will talk to a server written in C (the server is third-party). The server requires XML messages with a binary string for the length of the message being sent. The string is meant to represent