Skip to content

Instantly share code, notes, and snippets.

@Fil
Fil / README.md
Last active June 26, 2016 09:45
Bounded Force Layout - very tightly packed

This D3 version 3 example shows how to constrain the position of nodes within the rectangular bounds of the containing SVG element. As a side-effect of updating the node's "cx" and "cy" attributes, we update the node positions to be within the range [radius, width - radius] for x, [radius, height - radius] for y. If you prefer, you could use the each operator to do this as a separate step, rather than as a side-effect of setting attributes.

forked from mbostock's block: Bounded Force Layout

@Fil
Fil / country-aliases.tsv
Last active January 19, 2026 08:11
list of country names
id name
AFG Afghanistan
AGO Angola
ALB Albania
ARE United Arab Emirates
ARG Argentina
ARM Armenia
ATF French Southern and Antarctic Lands
AUS Australia
AUT Austria
@Fil
Fil / .block
Last active December 11, 2018 13:07
Pokemons
license: mit
@Fil
Fil / README.md
Last active May 15, 2019 14:13
UN Votes - Session 70
@Fil
Fil / .block
Last active April 30, 2017 13:47
Bottomley projection
license: mit
@Fil
Fil / README.md
Last active June 25, 2016 21:00
Tissot’s Indicatrix for Bottomley
@Fil
Fil / jpeg-recompress.php
Created April 12, 2016 15:34
recompress jpg files on the fly
<?php
/*
pour l'installer, assurez-vous d'avoir un executable jpeg-recompress a l'emplacement indiqué,
et copier dans .htaccess les lignes suivantes
RewriteCond %{REQUEST_FILENAME} \.jpg
RewriteCond %{DOCUMENT_ROOT}/jpeg-recompress.php -f
RewriteRule \.jpg$ ./jpeg-recompress.php [QSA,L]
@Fil
Fil / README.md
Last active May 23, 2016 08:31
Earthquake Map with fisheye (polar)
@Fil
Fil / README.md
Last active June 25, 2016 21:08
Earthquake Map with fisheye (projected) + throttle