Skip to content

Instantly share code, notes, and snippets.

View make-github-pseudonymous-again's full-sized avatar

Notas Hellout make-github-pseudonymous-again

  • Joined on Sep 24, 2012
View GitHub Profile
@make-github-pseudonymous-again
make-github-pseudonymous-again / README.md
Last active August 29, 2015 14:01 — forked from GerHobbelt/.gitignore
D3.js undirected multigraph where you can add nodes, links and delete them

Derived from the D3.js example gist 3616279.

Features

  • undirected multigraph where you can add nodes, links and delete them

Usage

def willitfloat(s):
try:
float(s)
return True
except ValueError:
return False