Skip to content

Instantly share code, notes, and snippets.

View dayanyrec's full-sized avatar

Dayany Espíndola dayanyrec

View GitHub Profile
@dayanyrec
dayanyrec / README-Template.md
Created August 15, 2017 13:22 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@dayanyrec
dayanyrec / README.md
Last active October 19, 2015 19:20 — forked from mbostock/.block
Calendar View

This example demonstrates loading of CSV data, which is then quantized into a diverging color scale. The values are visualized as colored cells per day. Days are arranged into columns by week, then grouped by month and years. Colors by Cynthia Brewer. Layout inspired by Rick Wicklin and Robert Allison. Dow Jones historical data copyright Yahoo! Finance or independent data provider; fair use for educational purposes.

@dayanyrec
dayanyrec / config.json
Last active August 29, 2015 14:10 — forked from anonymous/config.json
Config file for bootstrap tooltip only
{
"vars": {},
"css": [
"component-animations.less",
"tooltip.less"
],
"js": [
"tooltip.js",
"transition.js"
]