Underscore example:
_.each([1, 2, 3], function(num) { alert(num); });
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible). | |
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export. | |
var FORMAT_ONELINE = 'One-line'; | |
var FORMAT_MULTILINE = 'Multi-line'; | |
var FORMAT_PRETTY = 'Pretty'; | |
var LANGUAGE_JS = 'JavaScript'; | |
var LANGUAGE_PYTHON = 'Python'; |
/** | |
* getSet creates a getter/setter function for a re-usable D3.js component. | |
* | |
* @method getSet | |
* @param {string} option - the name of the object in the string you want agetter/setter for. | |
* @param {function} component - the D3 component this getter/setter relates to. | |
* | |
* @return {mixed} The value of the option or the component. | |
*/ | |
function getSet(option, component) { |
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
Heightmap with Hexagonal Binning
Each cell takes the mean value as its color.
license: gpl-3.0 |
license: bsd-3-clause |