Skip to content

Instantly share code, notes, and snippets.

View dayanyrec's full-sized avatar

Dayany Espíndola dayanyrec

  • ThoughtWorks
  • Macuco
View GitHub Profile

Keybase proof

I hereby claim:

  • I am dayanyrec on github.
  • I am dayanyrec (https://keybase.io/dayanyrec) on keybase.
  • I have a public key ASBwizl8r_yvih1o7DTdfSWJoNrgy5PtNQaU02EmV0ZXYQo

To claim this, I am signing this object:

#!/bin/bash
# Install Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Brew packages
brew install git wget tree tig nvm fish
# Brew cask packages
brew install --cask iterm2 shiftit 1password spotify google-chrome zoomus visual-studio-code docker firefox
# intellij-idea
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style media="screen">
body {
display: flex;
flex-direction: row;
justify-content: center;
@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

<svg width="120" height="120" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<pattern id="Triangle" width="10" height="10" patternUnits="userSpaceOnUse">
<polygon points="5,0 10,10 0,10"/>
</pattern>
</defs>
<circle cx="60" cy="60" r="50" fill="url(#Triangle) #f00"/>
</svg>
@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"
]