Skip to content

Instantly share code, notes, and snippets.

達人出版経由で購入したPDFのメタデータのタイトルが「Nodejs_カバー入稿2」
P89
図7-4内のイベントが「foo」になっているが、その直前のサンプルコードでは「bar」になっている。
P90
SyncDBの例では、node.jsの機能を一切使わなくてもエラーが発生するので例として不適切な気がする。
このサンプルコードでは、
1行目 var events = require('events');
2行目 var util = require('util');
@theconektd
theconektd / github.css
Created April 30, 2012 02:11
Github Markdown CSS - for Markdown Editor Preview
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px; }
body > *:first-child {