I hereby claim:
- I am treblesteph on github.
- I am treblesteph (https://keybase.io/treblesteph) on keybase.
- I have a public key ASCY8tz0LFW8DxmuY7i_xynGyQAA8byUgn2dG429CE78Sgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| design = `// Where's open? | |
| digraph scb { | |
| // Properties. | |
| rankdir = "LR"; | |
| node [shape="rect", fontsize=12]; | |
| // ---------------------------------------- | |
| // Questions. | |
| // ---------------------------------------- |
| design = `digraph scb { | |
| rankdir = "LR"; | |
| ranksep = "3 equally"; | |
| node [shape="box", fontsize=12]; | |
| subgraph questions { | |
| node [color="teal"]; | |
| rank = "same"; | |
| q_avoid_losing_work [label="How can I avoid losing work?"]; | |
| q_find_use_others_data [label="How can I find and use\nother people's data?"]; |
Built with blockbuilder.org
Built with blockbuilder.org
### Example06 - Scalable barChart
Built with blockbuilder.org
forked from jjelosua's block: d3intro_ex00
forked from jjelosua's block: d3intro_ex01
### Example07 - Random test
Built with blockbuilder.org
forked from jjelosua's block: d3intro_ex00
forked from jjelosua's block: d3intro_ex01
### Example00
Built with blockbuilder.org
forked from jjelosua's block: d3intro_ex00
| #!/usr/bin/env ruby | |
| # encoding: utf-8 | |
| # clean up bibtex files by removing unwanted fields, | |
| # replacing troublesome strings and removing bad | |
| # characters | |
| removefields = ['note', | |
| 'copyright', | |
| 'issn', |