Skip to content

Instantly share code, notes, and snippets.

View jonsafari's full-sized avatar

Jon jonsafari

View GitHub Profile
@jonsafari
jonsafari / index.html
Last active August 29, 2015 14:16
Russian Word Clusters
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Derived from https://mbostock.github.io/d3/talk/20111116/pack-hierarchy.html -->
<style>
.node {
cursor: pointer;
}
.node:hover {
@jonsafari
jonsafari / index.html
Last active August 29, 2015 14:16
French Word Clusters
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Derived from https://mbostock.github.io/d3/talk/20111116/pack-hierarchy.html -->
<style>
.node {
cursor: pointer;
}
.node:hover {
@jonsafari
jonsafari / index.html
Last active August 29, 2015 14:16
Maltese Word Clusters
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Derived from https://mbostock.github.io/d3/talk/20111116/pack-hierarchy.html -->
<style>
.node {
cursor: pointer;
}
.node:hover {
{
"name": "Clusters",
"children": [
{
"name": "<unk>",
"children": [
{"name": "<unk>", "size": 2740523},
{"name": "hari", "size": 1202},
{"name": "erreka", "size": 465},
{"name": "pintura", "size": 383},
@jonsafari
jonsafari / index.html
Last active August 29, 2015 14:16
Tajik Word Clusters
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Derived from https://mbostock.github.io/d3/talk/20111116/pack-hierarchy.html -->
<style>
.node {
cursor: pointer;
}
.node:hover {
@jonsafari
jonsafari / index.html
Last active August 29, 2015 14:16
Catalan Word Clusters
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Derived from https://mbostock.github.io/d3/talk/20111116/pack-hierarchy.html -->
<style>
.node {
cursor: pointer;
}
.node:hover {
@jonsafari
jonsafari / index.html
Last active August 29, 2015 14:16
Czech Word Clusters
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Derived from https://mbostock.github.io/d3/talk/20111116/pack-hierarchy.html -->
<style>
.node {
cursor: pointer;
}
.node:hover {
@jonsafari
jonsafari / index.html
Last active August 29, 2015 14:16
Persian Word Clusters
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Derived from https://mbostock.github.io/d3/talk/20111116/pack-hierarchy.html -->
<style>
.node {
cursor: pointer;
}
.node:hover {
@jonsafari
jonsafari / index.html
Last active August 29, 2015 14:16
Hindi Word Clusters
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Derived from https://mbostock.github.io/d3/talk/20111116/pack-hierarchy.html -->
<style>
.node {
cursor: pointer;
}
.node:hover {
@jonsafari
jonsafari / index.html
Last active August 29, 2015 14:16
German Word Clusters
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Derived from https://mbostock.github.io/d3/talk/20111116/pack-hierarchy.html -->
<style>
.node {
cursor: pointer;
}
.node:hover {