Skip to content

Instantly share code, notes, and snippets.

View fernandogelin's full-sized avatar
🏠
Working from home

Fernando Gelin fernandogelin

🏠
Working from home
View GitHub Profile
@fernandogelin
fernandogelin / .gitignore
Last active August 29, 2015 14:24
Bubble Map - US Population
.DS_Store
build
node_modules
@fernandogelin
fernandogelin / Readme.md
Last active August 29, 2015 14:24
Chorpleth - São Paulo Population

São Paulo, Brazil - Population by city

@fernandogelin
fernandogelin / index.html
Last active August 29, 2015 14:24
Chord Diagram
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.chord path {
fill-opacity: .67;
stroke: #000;
stroke-width: 0;
@fernandogelin
fernandogelin / beer-flavor-v2.json
Last active June 2, 2016 13:22
Beer Flavor Wheel
{
"name": "",
"children": [
{
"name": "malt",
"children": [
{
"name": "dark",
"children": [
{"name": "roasted", "size": 1},
@fernandogelin
fernandogelin / ballard_breweries.csv
Last active July 14, 2016 17:03
Ballard Breweries Map
name address lat long
Urban Family Brewing Co. 4441 26th Ave W, Seattle, WA 98199 47.660573 -122.390032
Northwest Peaks Brewery 4818 17th Ave NW, Seattle, WA 98107 47.664298 -122.378785
Peddler Brewing Company 1514 NW Leary Way, Seattle, WA 98107 47.664407 -122.377095
Maritime Pacific Brewing Company 1111 NW Ballard Way, Seattle, WA 98107 47.662831 -122.371739
Reuben's Brews 5010 14th Ave NW, Seattle, WA 98107 47.665416 -122.373390
Stoup Brewery 1108 NW 52nd St, Seattle, WA 98107 47.666549 -122.371235
Lucky Envelope Brewing 907 NW 50th St, Seattle, WA 98107 47.664900 -122.369097
Populuxe Brewing 826B NW 49th St, Seattle, WA 98107 47.664486 -122.367583
Hale's Ales Brewery & Pub 4301 Leary Way NW, Seattle, WA 98107 47.659077 -122.365141
@fernandogelin
fernandogelin / disease.png
Last active July 3, 2018 13:59
HGMD Explorer web page
disease.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
/*
/////////////////
// Inline Code //
/////////////////
*/
.md-typeset code {
padding-right: 0.4rem;
padding-left: 0.4rem;
border: 1px solid #e1e1e8 !important;
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.