Skip to content

Instantly share code, notes, and snippets.

@BaddMann
BaddMann / plist-parser.js
Created April 4, 2012 06:04 — forked from hanshuebner/plist-parser.js
plist parser written in node.js
var plistParser = require("../lib/sax").parser(false, {lowercasetags:true, trim:true}),
sys = require("sys"),
fs = require("fs");
function entity (str) {
return str.replace('"', '"');
}
plistParser.getInteger = function (string) {
this.value = parseInt(string, 10);
@BaddMann
BaddMann / .gitignore
Created April 3, 2012 04:31 — forked from bergie/.gitignore
Node.js email handling examples
config.json
reading-image.png