Skip to content

Instantly share code, notes, and snippets.

View shortdiv's full-sized avatar
🚧
Always a WIP

Divya shortdiv

🚧
Always a WIP
  • us-central1
View GitHub Profile
name word count
holmes holmes 457
little little 269
time time 150
door door 140
matter matter 125
heard heard 113
hand hand 112
house house 112
found found 107
letter frequency
A .08167
B .01492
C .02782
D .04253
E .12702
F .02288
G .02015
H .06094
I .06966
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shortdiv
shortdiv / ChartPage.vue
Last active August 10, 2017 19:33
Vue ChartJS Components
<template>
<div class="charts">
<pie :domain="someData" :palette="color"></pie>
</div>
</template>
<script>
import Pie from './PieChart'
import StackedBar from './StackedBar'
@shortdiv
shortdiv / DivvyStations.geojson
Created August 18, 2017 17:40
GeoJSON representation of divvy stations
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shortdiv
shortdiv / README.md
Last active August 18, 2019 22:29
An example of D3 Geo Tiling as a React Component

React Component for D3 Geo Tile

@shortdiv
shortdiv / chicagoNeighborhoods.json
Created September 14, 2017 17:59
Chicago Neighborhoods as topojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.