Skip to content

Instantly share code, notes, and snippets.

@afomi
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afomi/899851c8e45012c6b04c to your computer and use it in GitHub Desktop.
Save afomi/899851c8e45012c6b04c to your computer and use it in GitHub Desktop.
agile-pics
<script type="text/vnd.graphviz" id="graphviz">
digraph G {
"you" -> "createGist"
"createGist" -> "gist"
"gist" -> "code"
"code" -> "agile.pics"
"agile.pics" -> "visualization"
"visualization" -> "share"
"share" -> "collaborator"
"collaborator" -> "editGist"
"editGist" -> "gist"
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment