Skip to content

Instantly share code, notes, and snippets.

View denjn5's full-sized avatar

David Richards denjn5

View GitHub Profile
@denjn5
denjn5 / .block
Last active February 12, 2024 16:57
Sunburst Tutorial (d3 v4), Part 1
license: gpl-3.0
height: 500
border: no
@denjn5
denjn5 / .block
Last active May 25, 2023 15:42
Sunburst Tutorial (d3 v4), Part 2
license: gpl-3.0
height: 500
border: no
@denjn5
denjn5 / .block
Last active June 15, 2022 08:44
Simple Sunburst (d3 v4; CSV; 54 Lines)
license: gpl-3.0
height: 200
border: no
@denjn5
denjn5 / KJV_Spacy_.idea_KJV_Spacy.iml
Created February 4, 2017 10:41
Topic Modeling with Spacy and Gensim
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.5.2 (~/anaconda/bin/python)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">
<option name="PROJECT_TEST_RUNNER" value="Unittests" />
</component>
@denjn5
denjn5 / .block
Last active November 20, 2019 01:43
Super smooth Sunburst Labels v4
license: gpl-3.0
height: 420
border: no
{
"nodes": [
{"id": "Myriel", "opacity": 0.5, "size": 5},
{"id": "Napoleon", "opacity": 0.5, "size": 5},
{"id": "Mlle.Baptistine", "opacity": 0.5, "size": 5},
{"id": "Mme.Magloire", "opacity": 0.5, "size": 5},
{"id": "CountessdeLo", "opacity": 0.5, "size": 5},
{"id": "Geborand", "opacity": 0.5, "size": 5},
{"id": "Champtercier", "opacity": 0.5, "size": 5},
{"id": "Cravatte", "opacity": 0.5, "size": 5},
@denjn5
denjn5 / .block
Last active February 19, 2018 12:37
Time-of-Day Sunburst
license: gpl-3.0
height: 600
border: no
@denjn5
denjn5 / .block
Last active February 16, 2018 17:36
Simple Circle Pack (d3 v4; CSV; 50 Lines)
license: gpl-3.0
height: 200
border: no
@denjn5
denjn5 / .block
Last active December 14, 2017 13:48
Simple Treemap (d3 v4; CSV; 52 Lines)
license: gpl-3.0
height: 200
border: no
@denjn5
denjn5 / .block
Last active October 5, 2017 15:42
Simple Hierarchical Force (d3 v4; CSV; 72 Lines)
license: gpl-3.0
height: 200
border: no