Skip to content

Instantly share code, notes, and snippets.

View denniskuczynski's full-sized avatar

Dennis Kuczynski denniskuczynski

View GitHub Profile
(function() {
$(document).ready(function() {
var d3data;
$('button.points').on('click', function() {
var i = 0;
var points = parseInt($('input.points').val(), 10);
var maxValue = 10000;
var types = _.range(10);
var curTime = new Date().getTime();
@denniskuczynski
denniskuczynski / rhino-handlebars-precompiler.js
Last active December 16, 2015 15:18 — forked from selvakn/rhino-handlebars-precompiler.js
update to scan the directory recursively
importPackage(java.io);
importPackage(java.util);
(function(args) {
var templateFileExtension = 'handlebars',
output = ['// This file is auto-generated and should be ignored from version control.\n'],
console = {
log: print
},
showUsage = function() {