http://resizer.rushbase.net 25-08-2012 06:03, <[email protected]> napisaĆ(a):
> Today's Topic Summary > > Group: http://groups.google.com/group/nodejs/topics > > - web based image resizer <#1395bf27cd61524c_group_thread_0> [2 > Updates] > - Windows - USB Install - Modules <#1395bf27cd61524c_group_thread_1>[1 > Update] > - Copy/Paste in node <#1395bf27cd61524c_group_thread_2> [1 Update] > - Cluster and redis pubsub <#1395bf27cd61524c_group_thread_3> [1 > Update] > > web based image > resizer<http://groups.google.com/group/nodejs/t/9116899a417ea609> > > Angelo Chen <[email protected]> Aug 24 06:22PM -0700 > > Hi, > > Is there web based image resizer coded in nodejs? thanks, > > Angelo > > > > > Mark Hahn <[email protected]> Aug 24 08:55PM -0700 > > I recommend imagemagick using the node interface by the same name. > Easy to > use and time-tested. > > > > > Windows - USB Install - > Modules<http://groups.google.com/group/nodejs/t/66ddea3f345f5ec0> > > Dan Milon <[email protected]> Aug 24 10:12PM +0300 > > Since this is an application, and you are going to ship it to > customers, > why not have node_modules pre installed on the usb drive? > > On 08/24/2012 05:20 PM, MikeB_2012 wrote: > > > > Copy/Paste in node<http://groups.google.com/group/nodejs/t/da5c9a0c986f1176> > > Xavi Ramirez <[email protected]> Aug 24 11:31AM -0700 > > I was recently doing a lot of work in REPL and I found myself > constantly needing to copy/paste various bits of input/output from my > text editor to the REPL and vise versa. Using the mouse got pretty > tedious, so I created a quick module called node-copy-paste that wraps > pbpaste/pbcopy (as well as xclip [linux] and clip [windows]): > > https://github.com/xavi-/node-copy-paste > > Thought I'd share it with you guys. > > Thanks, > Xavi > > > > Cluster and redis > pubsub<http://groups.google.com/group/nodejs/t/3ad62f2421eb2aaf> > > hd nguyen <[email protected]> Aug 24 09:51AM +0700 > > Seem that problem is the conflict between cluster module and socket.io: > https://github.com/LearnBoost/socket.io/issues/798#issuecomment-7965366 > > Anybody figure out the way to resolve it? > > Thanks. > > > -- > Nguyen Hai Duy > Mobile : 0914 72 1900 > Yahoo: nguyenhd_lucky > > > > You received this message because you are subscribed to the Google Group > nodejs. > You can post via email <[email protected]>. > To unsubscribe from this group, send <[email protected]>an > empty message. > For more options, visit <http://groups.google.com/group/nodejs/topics>this > group. > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
