Skip to content

Instantly share code, notes, and snippets.

SetID Number Variant Theme Year Name Minifigs Pieces USPrice
24063 10246 1 Advanced Models 2015 Detective's Office 6 2262 159.99
24078 10583 1 Duplo 2015 Fishing Trip 0 32 24.99
23989 10585 1 Duplo 2015 Mom and Baby 2 13 9.99
23990 10586 1 Duplo 2015 Ice Cream Truck 0 11 14.99
23991 10587 1 Duplo 2015 Café 3 52 19.99
24000 10589 1 Duplo 2015 Rally Car 1 13 14.99
23992 10590 1 Duplo 2015 Airport 0 29 19.99
23993 10594 1 Duplo 2015 Sofia the First Royal Stable 0 38 24.99
23994 10595 1 Duplo 2015 Sofia the First Royal Castle 0 87 49.99
@kenpenn
kenpenn / gangnam.js
Last active October 8, 2021 15:27
d3 gangnam style
/* d3 gangnam style!
* simplifed test case
* moving force-directed graph nodes via transform
* coded by Ken Penn
*/
(function () {
window.reqAniFrame = function(win, t) {
return win["r" + t] || win["webkitR" + t] || win["mozR" + t] || win["msR" + t] || function(fn) { setTimeout(fn, 60) }
} (window, "equestAnimationFrame");