y the installation of node.js 64bit under Windows tries
>> to install airserver?
>> The 32 bits does not require this, just install fine.
>>
>>
> On Tuesday, May 26, 2015 at 3:43:13 PM UTC-4, Dmitry Nutels wrote:
>>
>> I concur.
>>
>> What the hel
I concur.
What the hell is that? Felt so crapware/malware to me that I cancelled it
and re-checked that it's not a phishing site.
What gives?
On Monday, May 25, 2015 at 3:47:23 PM UTC+3, Mikael Sitruk wrote:
>
> Just wondering why the installation of node.js 64bit under Windows tries
> to inst
u use my console.log at the beginning of a file event, you should
> see that they are all logged before finish.
>
> It's all about the asynchronous nature of javaScript.
>
>
>
> On Oct 3, 2014, at 8:12 AM, dmitry@wemaketraffic.com
> wrote:
>
> I need to get &
t; fstream = fs.createWriteStream(__dirname + '/../static/uploaded/'
> + filename);
> console.log('file ' + filename + ' uploading'); // mine
> file.pipe(fstream);
> fstream.on('close', function(){
> console
Hello,.
I trying to upload few files through one input[type=file] with attribue
'multiple'. All work fine but 'finish' event firing before realy all work
done. Does anyone know how to fix it?
My server code:
app.post('/multiupload', function(req, res) {
var fstream;
var files = [];
v
erences to it's handle_ member, and every call to
Ref is matched by call to Unref.
See object_wrap.{h,cc} for the gory details.
On 4 August 2014 21:44, Ingwie Phoenix wrote:
> Hey Dmitry,
>
> thank you for your explanation, although this is not my first C++ addon. This
> time, I ju
Hey Ingwie!
You don't just create EventEmitter in C++. Well, technically you
could, but that's not how things are usually done in node-js addons.
If you have your ToughClass in C++ class for heavylifting, it should
inherit from ObjectWrap, which enables your ToughClass to interact
with v8 GC and
received this message because you are subscribed to a topic in the
> Google Groups "nodejs" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/nodejs/NmL7jdeuw0M/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> no
Sorry for resurrecting an old thread, but have you considered using JSON5 (
https://github.com/aseemk/json5)?
Author's rationale:
> JSON isn't the friendliest to *write*. Keys need to be quoted, objects
> and arrays can't have trailing commas, and comments aren't allowed — even
> though none of
Not that easy, but you could do something like what
parserOnHeadersComplete does in _http_common.js together with
connectionListener in _http_server.js. If you're really into it.
On 24 August 2013 19:31, Chris Ackerman wrote:
> I have a net.Server listening and on 'data' emit, depending on the co
I have created site for this package: http://gumba.welldan97.com/
Thanks!
On Thursday, March 21, 2013 2:59:39 PM UTC+7, Dmitry Yakimov wrote:
>
> Hey guys, I've just created this package - Gumba. It's like awk or sed but
> in coffeescript with underscore, underscore.string
Hey guys, I've just created this package - Gumba. It's like awk or sed but
in coffeescript with underscore, underscore.string support by default.
Take a look: https://github.com/welldan97/gumba
Hope you'll find it usefull.
Dmitry
--
--
Job Board: http://jobs.nodejs.org/
Pos
I will investigate this issue.
2012/6/26 Backspace
> Yes, the connection is ok
>
> wget -qO- http://www.whatismyipv6.com--bind-address=2a01:::::2 i
> returns
>
>
> WhatIsMyIPv6? (IPv6: 2a01:::::2 )
>
>
>
>
> On Tuesday, June 26, 2012 3:55:52 PM UTC+2, Ben Noordhuis w
Unfortunately, nodesoap dead ... I spent about a week to get it to
work with only one server turned out. I advise you to look at other
platforms like ruby(http://savonrb.com/).
On Mar 22, 10:15 pm, loom3 wrote:
> New to node and soap.
> Trying a simple test with node-soap:
>
> var url = 'http
good job, thanks
On Mar 22, 8:53 pm, Ben Noordhuis wrote:
> On Thu, Mar 22, 2012 at 04:35, Dmitry Bochkarev
> wrote:
> > but without tls support node useless.
>
> > 1) download opnessl sources from openssl.org
> > 2) ./config shared
> > 3) cd ../node-v0.6.
don't forget add /usrl/local/ssl/lib to LD_LIBRARY_PATH:
# echo ' /usr/local/ssl/lib' >> /etc/ld.so.conf.d/local.conf
On Mar 22, 8:35 am, Dmitry Bochkarev wrote:
> but without tls support node useless.
>
> 1) download opnessl sources from openssl.org
> 2) ./conf
SSL_get_app_data(ssl));
to: Connection* c =
static_cast(SSL_get_app_data((SSL*)ssl));
line 1004: Connection* c =
static_cast(SSL_get_app_data(ssl));
to: Connection* c =
static_cast(SSL_get_app_data((SSL*)ssl));
On Mar 21, 12:53 pm, Dmitry Bochkarev wrote:
> Hello everyone. I jus
Hello everyone. I just compile node v 0.6.13 in CentOS 4.
1) in file src/node_zlib.cc comment
line 217 'strategy == Z_FIXED ||'
line 341 'NODE_DEFINE_CONSTANT(target, Z_FIXED);'
2) export PYTHON=python2.4;export CC="/usr/bin/gcc4";export CXX="/usr/
bin/g++4";./configure --without-snapshot --withou
Hi everyone! I am trying to make a bot for browser game with node.js.
I need to login into game main page with login and password from
openid account than I will be able to perform game actions by sending
post requests to game server. How do I exacty do it?
--
Job Board: http://jobs.nodejs.org/
P
19 matches
Mail list logo