Skip to content

Instantly share code, notes, and snippets.

@aogriffiths
aogriffiths / README.md
Last active December 31, 2015 04:19 — forked from benjchristensen/index.html
Example line graph from JSON JMeter data

Simple gist for plotting time series json data that was generated by JMeter

See it as gist: Gist

See it as a block: Block

Run it on your own machine

@aogriffiths
aogriffiths / test.js
Created December 5, 2013 18:03
With http pipelining this should take 100 - 200ms to run. actually takes over 10s.
// Code to test HTTP pipelining
var cluster = require('cluster')
var port = 50001; //port for server to listen on
var number_of_messages = 100; //number of client to server messages to send.
var delay = 100; //millisecons delay before server responds
function log(txt){
console.log( new Date().toISOString() + ' ' + txt);
}
Demonstrates some simple d3 transitions
see it more clearly at http://bl.ocks.org/5159301
@aogriffiths
aogriffiths / .AREADME
Last active October 7, 2015 10:38
d3qr
An d3 qr code generator called d3qr
see it more clearly at http://bl.ocks.org/3152257
@aogriffiths
aogriffiths / .AREADME
Last active October 6, 2015 05:17
reshape a square
Demonstrates some simple d3 transitions
see it more clearly at http://bl.ocks.org/2942278
@aogriffiths
aogriffiths / .project
Created June 13, 2012 06:23
d3 svg images
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>2922252-d3-svg-images</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
@aogriffiths
aogriffiths / .project
Created June 12, 2012 06:19
d3 morph a path
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>2915574-d3-morph-path</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
@aogriffiths
aogriffiths / .project
Created June 12, 2012 06:17
d3 data changes
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>2915561-d3-data-changes</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>2907243-a path</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
@aogriffiths
aogriffiths / .project
Created June 9, 2012 18:23
Useful js libraries
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>2902093-js libs</name>
<comment></comment>
<projects>
<project>d2v</project>
</projects>
<buildSpec>
</buildSpec>
<natures>