Skip to content

Instantly share code, notes, and snippets.

Avatar

timelyportfolio timelyportfolio

View GitHub Profile
@paulmillr
paulmillr / active.md
Last active May 27, 2023 22:03
Most active GitHub users (by contributions). http://twitter.com/paulmillr
View active.md

Most active GitHub users (git.io/top)

The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Tue, 06 Dec 2016 17:06:46 GMT till Wed, 06 Dec 2017 17:06:46 GMT.

Only first 1000 GitHub users according to the count of followers are taken. This is because of limitations of GitHub search. Sorting algo in pseudocode:

githubUsers
 .filter(user => user.followers > 1000)
@mbostock
mbostock / .block
Last active May 27, 2023 17:42 — forked from mbostock/.block
Cluster Force Layout IV
View .block
license: gpl-3.0
redirect: https://beta.observablehq.com/@mbostock/clustered-bubbles-2
@staltz
staltz / introrx.md
Last active May 27, 2023 05:21
The introduction to Reactive Programming you've been missing
View introrx.md
@olih
olih / jq-cheetsheet.md
Last active May 26, 2023 22:46
jq Cheet Sheet
View jq-cheetsheet.md

Processing JSON using jq

jq is useful to slice, filter, map and transform structured json data.

Installing jq

On Mac OS

brew install jq

@syntagmatic
syntagmatic / README.md
Last active May 26, 2023 20:16
Nutrient Parallel Coordinates IV
View README.md
@denjn5
denjn5 / .block
Last active May 25, 2023 15:40
Sunburst Tutorial (d3 v4), Part 1
View .block
license: gpl-3.0
height: 500
border: no
@robschmuecker
robschmuecker / README.md
Last active May 24, 2023 03:26
D3.js Drag and Drop, Zoomable, Panning, Collapsible Tree with auto-sizing.
View README.md

This example pulls together various examples of work with trees in D3.js.

The panning functionality can certainly be improved in my opinion and I would be thrilled to see better solutions contributed.

One can do all manner of housekeeping or server related calls on the drop event to manage a remote tree dataset for example.

Dragging can be performed on any node other than root (flare). Dropping can be done on any node.

Panning can either be done by dragging an empty part of the SVG around or dragging a node towards an edge.

@kerryrodden
kerryrodden / .block
Last active May 23, 2023 22:07
Sequences sunburst
View .block
license: apache-2.0
@brattonc
brattonc / README.md
Last active May 21, 2023 05:33
D3 Liquid Fill Gauge
View README.md

Liquid Fill Gauge v1.1 - 7/14/2015

Changes:

  • Added support for updating the gauge value after loading is complete. The loadLiquidFillGauge method now returns an object with an update method which allows the gauge value to be changed. Click any of the gauges above to randomly update their value.

Configurable features include:

  • Changeable min/max values.
  • All colors.