[nodejs] Re: Does anyone know of a node.js module for creating indexed PNGs?

2012-09-09 Thread greelgorke
dont know, but may be this list will help you? http://toolbox.no.de/search?q=png Am Mittwoch, 5. September 2012 09:23:12 UTC+2 schrieb Bgsosh: Does anyone know of a node.js module for creating *indexed* PNGs? I've looked through this

Re: [nodejs] How to aggregate streams? (multiplexer/demultiplexer)

2012-09-09 Thread lbdremy
Thanks for your answers :), The aggregate module does the job of aggretate 3 readables stream into 1 with the Cat class, thanks. The code that you propose Raynos doesn't work for this case, because when the first readable stream will emit end, the pipe method will call the end method of the

Re: [nodejs] node-struct

2012-09-09 Thread Aaron Gray
On 9 September 2012 19:53, Nathan Rajlich nat...@tootallnate.net wrote: Aaron, see http://tootallnate.github.com/ref Cheers, nice code, have to check it out properly, looks like it will do what I need nicely from a quick scan through. Aaron -- Job Board: http://jobs.nodejs.org/ Posting

[nodejs] parallel processes

2012-09-09 Thread Radikal Edward
Hello everyone, I'm building some project where I need chat and decided to use node.js/websocket. I'm just started reading documentation and I don't have much experience in working with javascript. I found this script http://martinsikora.com/nodejs-and-websocket-simple-chat-tutorial which

[nodejs] Create two or more socket UDP on different ports

2012-09-09 Thread Normando Hall
Hi there. I am really new on node. I am designing a multi company system. Each company send and receive a GPRS packet on an UDP port to comunicate with external devices. I want to use one port per company, so for instance: Company A Socket server listen on port UDP 5000 Socket client sends on

Re: [nodejs] Create two or more socket UDP on different ports

2012-09-09 Thread Ben Noordhuis
On Sun, Sep 9, 2012 at 7:54 PM, Normando Hall normandoh...@gmail.com wrote: Hi there. I am really new on node. I am designing a multi company system. Each company send and receive a GPRS packet on an UDP port to comunicate with external devices. I want to use one port per company, so for

[nodejs] Node and Nginx

2012-09-09 Thread Gerald Klein
Hi, I have recently started working node and I set up an example of nginx running in front and passing off to node via a proxy as such: I found it to be slower then just node, I set up node using the cluster module and I have 4 cores. The only thing I think would improve right away is changing

Re: [nodejs] parallel processes

2012-09-09 Thread Hsu Ping Feng
try to get userColor in this way: userColor = colors[index%(colors.length-1)]; 2012/9/9 Radikal Edward mpa...@gmail.com Hello everyone, I'm building some project where I need chat and decided to use node.js/websocket. I'm just started reading documentation and I don't have much experience

[nodejs] Stepped down from Nodejitsu as Chief Evangelist several months ago

2012-09-09 Thread Marak Squires
I wanted to make it clear to everyone here that I stepped down from any major roles at Nodejitsu several months ago to pursue other interests. I'm not sure why an announcement was not been made by Nodejitsu, so this is it now. - Marak -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

Re: [nodejs] Create two or more socket UDP on different ports

2012-09-09 Thread Yi Tan
Hi Normando, I have a very similar implementation according to your request. FYI, I've shared it on github: https://github.com/SGF-Games/node-udpcomm Regards, ty 2012/9/10 Ben Noordhuis i...@bnoordhuis.nl On Sun, Sep 9, 2012 at 7:54 PM, Normando Hall normandoh...@gmail.com wrote: Hi

[nodejs] Re: Node and Nginx

2012-09-09 Thread Evan
When you set up your server, you tell it what to listen to. You can choose a socket or a port: server.listen('/tmp/echo.sock', function() {}) http://nodejs.org/api/net.html#net_net_createserver_options_connectionlistener On Sunday, September 9, 2012 5:33:23 PM UTC-7, Gerald Klein wrote:

Re: [nodejs] Stepped down from Nodejitsu as Chief Evangelist several months ago

2012-09-09 Thread Dan Shaw
Thank you, Marak for all your contributions, your raps, and your markov chains. I look forward to see what's next for you. Daniel Shaw @dshaw On Sun, Sep 9, 2012 at 8:05 PM, Marak Squires marak.squi...@gmail.com wrote: I wanted to make it clear to everyone here that I stepped down from any

[nodejs] Re: Stepped down from Nodejitsu as Chief Evangelist several months ago

2012-09-09 Thread eschmitt
Well, I'm glad you're still hammering out amazing code for the Nodejitsu projects! I'm really digging all that Flatiron has to offer. - Eric On Sunday, September 9, 2012 11:05:09 PM UTC-4, Marak Squires wrote: I wanted to make it clear to everyone here that I stepped down from any major

Re: [nodejs] Re: Stepped down from Nodejitsu as Chief Evangelist several months ago

2012-09-09 Thread Arunoda Susiripala
Good Luck with your new interests. Hope you will still with NodeJS :) On Mon, Sep 10, 2012 at 9:23 AM, eschmitt ericschmi...@gmail.com wrote: Well, I'm glad you're still hammering out amazing code for the Nodejitsu projects! I'm really digging all that Flatiron has to offer. - Eric On

[nodejs] Re: Stepped down from Nodejitsu as Chief Evangelist several months ago

2012-09-09 Thread eschmitt
I forgot to add, Thank you, for the tools that I use on a daily basis! Best of luck, hope it all works out for you. -Eric On Sunday, September 9, 2012 11:53:09 PM UTC-4, eschmitt wrote: Well, I'm glad you're still hammering out amazing code for the Nodejitsu projects! I'm really digging all