Skip to content

Instantly share code, notes, and snippets.

View kouphax's full-sized avatar

James Hughes kouphax

View GitHub Profile
@kouphax
kouphax / README.md
Last active August 29, 2015 14:19 — forked from mbostock/.block

Just James things

@kouphax
kouphax / README.md
Last active December 20, 2015 19:19 — forked from mbostock/.block
Workflow Visualisation

Trying to design a visualisation for a linear flow

@kouphax
kouphax / README.md
Created October 8, 2012 11:43 — forked from jasondavies/README.md
Zoom/Pan Map Example

Demonstrates using d3.behavior.zoom with a geographic projection. Based on an example by Iain Dillingham.

@kouphax
kouphax / pom.xml
Created June 7, 2012 21:57 — forked from codahale/pom.xml
Take this and save it as pom.xml in your project directory.
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>my-project</artifactId>
<version>0.0.1-SNAPSHOT</version>
<dependencies>
<!-- none yet -->
@kouphax
kouphax / DebuggerShim.cs
Created July 5, 2011 19:47
NSpec Debugger Shim
using System;
using NUnit.Framework;
using NSpec.Domain;
using System.Reflection;
using NSpec;
namespace DynamicBlog.Tests
{
[TestFixture]
public class DebuggerShim