Skip to content

Instantly share code, notes, and snippets.

@bjtucker
bjtucker / d3.ml.js
Created September 1, 2016 17:11 — forked from bollwyvl/d3.ml.js
;( function(){
// an extension for d3 that iterates over Javascript objects
// to build a DOM derived from data.
d3.ml = {
// YAML templates that execute d3ml
templates: {},
requests: {},
scripts: {},
build:
function(s, template, state){
@bjtucker
bjtucker / README.md
Last active February 19, 2016 05:13 — forked from cpbotha/README.md
Simple example of reusable d3 plugin.

This as-simple-as-possible example tries to demonstrate Mike Bostock's pattern "Towards Reusable Charts" http://bost.ocks.org/mike/chart/ for d3 plugins that are composite shapes.

@bjtucker
bjtucker / .block
Last active February 18, 2016 08:07 — forked from mbostock/.block
Bounded Force Layout - force rank by group
license: gpl-3.0
@bjtucker
bjtucker / Get-WinEventTail.ps1
Last active February 10, 2016 22:47 — forked from jeffpatton1971/Get-WinEventTail.ps1
This function will allow you to tail Windows Event Logs. You specify a Logname for either the original logs, Application, System and Security or the new format for the newer logs Microsoft-Windows-PowerShell/Operational
Function Get-WinEventTail
{
<#
.SYNOPSIS
A tail cmdlet for Eventlogs
.DESCRIPTION
This function will allow you to tail Windows Event Logs. You specify
a Logname for either the original logs, Application, System and Security or
the new format for the newer logs Microsoft-Windows-PowerShell/Operational
.PARAMETER LogName
@bjtucker
bjtucker / application-images.svg
Last active November 16, 2015 23:13 — forked from mbostock/.block
Collapsible Indented Tree
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.