Skip to content

Instantly share code, notes, and snippets.

@timbl
timbl / gist:04e8ac7c81cd2dee2f51a5e8c672188d
Created June 8, 2016 22:42
Verifying that +timblee is my blockchain ID. https://onename.com/timblee
Verifying that +timblee is my blockchain ID. https://onename.com/timblee
@timbl
timbl / ff-tab-log.txt
Created July 28, 2016 03:32
dump of console for tabuator extension with rdflib all node module
Firefox extension init.js starts.
require ../tab/log-ext-node.js from chrome://tabulator/content/js/init/init.js
--> chrome://tabulator/content/js/tab/log-ext-node.js fetching:
next package base chrome://tabulator/content/js/
finished require: chrome://tabulator/content/js/tab/log-ext-node.js
require solid-ui from chrome://tabulator/content/js/init/init.js
package solid-ui base: chrome://tabulator/content/js/node_modules/solid-ui/
filename is /devel/github.com/linkeddata/tabulator-firefox/content/js/node_modules/solid-ui/package.json
package main URI : chrome://tabulator/content/js/node_modules/solid-ui/index.js
// Convert mime mail message to RDF
//
// Usage: node mail2n3js
var fs = require('fs');
var mp = require('mailparser');
var message = fs.readFileSync(process.argv[2], 'utf8');
//console.log(message);
var parser = new mp.MailParser();