Curran Kelleher

Results 396 comments of Curran Kelleher

[Visualization Teaching Links](https://docs.google.com/document/d/1UvzVCpNcfhgAnaXonFB5LfKiCrEH_qvLsH6NN7PJj0M/edit#)

I think http://blockbuilder.org/ and http://bl.ocksplorer.org/ could go in that section. These are definitely D3-related, and are definitely awesome.

Things to add to this list if this section appears (which I think is a Good Idea): * [Observable](http://observablehq.com/) * [VizHub](https://vizhub.com)

@pokeball99 Here's a start at the PR content: * https://runnable.com/d3.js * https://vida.io/explore * https://bl.ocks.org * https://observablehq.com/ * https://vizhub.com I'd like to evaluate vida and runnable in more detail to see...

Haha wow that runnable link is super sketchy. Yes for Blockbuilder! Updated collection: * https://blockbuilder.org/search

This reminds me of the CSV validation that GitHub has, maybe something like this could apply to CSV files as well.

I tried this approach in another project and it worked quite well. Here are some possibly useful snippets. In the outer page: ``` js var visViewerIFrame = document.getElementById("vis-viewer"); ... function...

Here's a rough start ``` ├── chapter1 │   ├── 1_11.html │   ├── 1_16.html │   ├── 1_17.html │   ├── 1_20.html │   ├── 1_21.html │   ├── 1_22.html │   ├── 1_25.html │   ├──...

Cool idea! JSBin has implemented this feature [http://jsbin.com/](http://jsbin.com/), maybe looking at their implementation will get you closer. Here's a part of it [https://github.com/jsbin/jsbin/blob/master/public/js/runner/proxy-console.js](https://github.com/jsbin/jsbin/blob/master/public/js/runner/proxy-console.js)

Yo let's do this! How hard can it be? Here's the auth code for VizHub that currently works for GitHub auth https://github.com/vizhub-core/vizhub/blob/main/vizhub-v2/packages/controllers/src/jwtAuth/index.js Would be awesome to revive blockbuilder, for old...