Skip to content

Instantly share code, notes, and snippets.

function serializeMultiSigTransferTransaction (entity) {
var r = new ArrayBuffer(512 + 2764);
var d = new Uint32Array(r);
var b = new Uint8Array(r);
// Common transaction part of the byte array
// 1.Trransaction type:4byte(integer).
d[0] = entity['type'];
// 2.Version:4byte
@matsuou1
matsuou1 / _.md
Created August 5, 2013 01:13
Reusable Multi Line Chart
@matsuou1
matsuou1 / _.md
Created August 2, 2013 11:13
Reusable Bar Chart
@matsuou1
matsuou1 / _.md
Created August 1, 2013 14:18
Pie Chart
@matsuou1
matsuou1 / config.json
Created July 30, 2013 14:54
Multi Line Chart
{"description":"Multi Line Chart","endpoint":"","display":"svg","public":true,"require":[],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12},"style.css":{"default":true,"vim":false,"emacs":false,"fontSize":12},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"period","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"thumbnail":"http://i.imgur.com/vbJh0Xm.png"}
@matsuou1
matsuou1 / config.json
Created July 30, 2013 14:54
Multi Area Chart
{"description":"Multi Area Chart","endpoint":"","display":"svg","public":true,"require":[],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12},"style.css":{"default":true,"vim":false,"emacs":false,"fontSize":12},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"period","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"thumbnail":"http://i.imgur.com/aFQRzXd.png"}
@matsuou1
matsuou1 / _.md
Created July 30, 2013 12:03
Line & Bar Chart
@matsuou1
matsuou1 / _.md
Created July 30, 2013 03:24
Normalized Stacked Bar Chart
@matsuou1
matsuou1 / _.md
Created July 29, 2013 09:49
Stack Bar Chart
@matsuou1
matsuou1 / _.md
Created July 28, 2013 06:58
Bar Chart(d3.js)