Skip to content

Instantly share code, notes, and snippets.

@benatkin
Created May 27, 2009 05:26
Show Gist options
  • Select an option

  • Save benatkin/118473 to your computer and use it in GitHub Desktop.

Select an option

Save benatkin/118473 to your computer and use it in GitHub Desktop.
digraph G {
brightkite [color=red]
twitter [color=red]
brightkite -> twitter -> friendfeed -> facebook;
brightkite -> flickr;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment