Skip to content

Instantly share code, notes, and snippets.

@d--b
Created August 4, 2014 11:45
Show Gist options
  • Save d--b/0a7f7c6d3edd6adc7ff4 to your computer and use it in GitHub Desktop.
Save d--b/0a7f7c6d3edd6adc7ff4 to your computer and use it in GitHub Desktop.
Created on Spreadboard
{
"tablenames": {
"0": "table_0",
"1": "table_1"
},
"calctree": {
"0": [
["", "", "", "", ""],
["", "A", 45, "", ""],
["", "B", 22, "", ""],
["", "", "", "", ""],
["", "A+B", "=C2 + C3", "", ""],
["", "", "", "", ""],
["", "Make object", "={\n A: C2,\n B: C3\n}", "", ""],
["", "A+B in object", "=C7.A + C7.B", "", ""],
["", "", "", "", ""],
["", "Make array", "=C2_3", "", ""],
["", "A+B in array", "=C10[0] + C10[1]", "", ""],
["", "", "", "", ""],
["", "", "", "", ""]
],
"1": [
["", "", "", "", ""],
["", "From other table", "=table_0.C10", "", ""],
["", "", "", "", ""],
["", "Make function!", "=function (a, b) {\n return a + b;\n}", "", ""],
["", "A+B through function", "=C4(table_0.C2, table_0.C3)", "", ""],
["", "", "", "", ""],
["", "Functional programming", "=C2.reduce(C4)", "", ""],
["", "", "", "", ""],
["", "", "", "", ""],
["", "", "", "", ""]
]
},
"view": {
"TableDetails": {
"0": {
"left": 120,
"top": 48,
"nrows": 13,
"ncols": 5,
"colwidths": [63, 135, 63, 63, 63],
"rowheights": [15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15]
},
"1": {
"left": 120,
"top": 288,
"nrows": 10,
"ncols": 5,
"colwidths": [63, 135, 63, 63, 63],
"rowheights": [15, 15, 15, 15, 15, 15, 15, 15, 15, 15]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment