Skip to content

Instantly share code, notes, and snippets.

View piscisaureus's full-sized avatar
🦕

Bert Belder piscisaureus

🦕
View GitHub Profile
@piscisaureus
piscisaureus / uv-ipc.c
Created September 21, 2011 23:13 — forked from ry/uv-ipc.c
typedef struct uv_ipc_s uv_ipc_t;
/* uv_ipc_t is a subclass of uv_stream_t */
struct uv_ipc_s {
UV_HANDLE_FIELDS
UV_STREAM_FIELDS
UV_IPC_PRIVATE_FIELDS
};
@piscisaureus
piscisaureus / out2
Created September 2, 2011 23:59 — forked from anonymous/out2
['-f', 'msvs', '-G', 'msvs_version=2010', '.\\node.gyp', '-I', '.\\common.gypi', '--depth=.', '-Dtarget_arch=ia32', '-Dcomponent=static_library', '-Dlibrary=static_library']
Project files generated.
http_parser.vcxproj -> D:\nodejs\node3\Debug\http_parser.lib
openssl.vcxproj -> D:\nodejs\node3\Debug\openssl.lib
uv.vcxproj -> D:\nodejs\node3\Debug\uv.lib
v8_base.vcxproj -> D:\nodejs\node3\Debug\v8_base.lib
v8_nosnapshot.vcxproj -> D:\nodejs\node3\Debug\v8_nosnapshot.lib
v8_snapshot.vcxproj -> D:\nodejs\node3\Debug\v8_snapshot.lib
running 'python tools/test.py --mode=debug'
@piscisaureus
piscisaureus / wu.h
Created May 12, 2011 02:07 — forked from ry/wu.h
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
* sell copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in