Skip to content

Instantly share code, notes, and snippets.

View helderdarocha's full-sized avatar

Helder da Rocha helderdarocha

View GitHub Profile
@helderdarocha
helderdarocha / cities.csv
Last active May 21, 2016 14:49 — forked from emeeks/cities.csv
Ch. 7, Fig. 20 - D3.js in Action
label population country x y
San Francisco 750000 USA 37 -122
Fresno 500000 USA 36 -119
Lahore 12500000 Pakistan 31 74
Karachi 13000000 Pakistan 24 67
Rome 2500000 Italy 41 12
Naples 1000000 Italy 40 14
Rio 12300000 Brazil -22 -43
Sao Paolo 12300000 Brazil -23 -46
@helderdarocha
helderdarocha / .block
Last active May 30, 2016 02:25
Pie chart: planetary masses
height: 600
license: cc-by-sa-4.0
@helderdarocha
helderdarocha / .block
Last active May 30, 2016 02:35
Histogram: diameters of asteroids
height: 650
license: cc-by-sa-4.0
@helderdarocha
helderdarocha / .block
Last active May 30, 2016 02:41
Densities of worlds with diameter > 900km
height: 900
license: cc-by-sa-4.0
@helderdarocha
helderdarocha / README.md
Last active May 12, 2016 23:24
Main asteroid belt (SVG animation)
@helderdarocha
helderdarocha / .block
Last active May 30, 2016 02:30
Worlds larger than the moon of Makemake
scroll: yes
license: cc-by-sa-4.0
@helderdarocha
helderdarocha / .block
Last active May 15, 2016 14:57
Animated loader example 2
license: cc-by-sa-4.0
@helderdarocha
helderdarocha / AnimatedLoaderComp.svg
Created May 9, 2016 16:11
SVG Loader Example 1 (using SMIL animations)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="text"/>
<!-- Prints the root node and selects all descendant nodes -->
<xsl:template match="/">
<xsl:text>/</xsl:text>
<xsl:apply-templates select="descendant::node()" mode="print-path"/>
</xsl:template>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.