Skip to content

Instantly share code, notes, and snippets.

@RicardoR
RicardoR / Licence.txt
Created July 20, 2020 14:58 — forked from PBrockmann/Licence.txt
Interactive D3.js heatmap
MIT License
Copyright (c) 2019 Patrick Brockmann / LSCE
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@RicardoR
RicardoR / .block
Created June 7, 2020 20:43 — forked from woodyrew/.block
Simple d3 v5 tooltips
license: mit
@RicardoR
RicardoR / .gitignore
Last active February 12, 2017 10:40
Angular2 Gitignore
system-config.js*
app/**/*.js
app/**/*.map
node_modules
jspm_packages
bower_components
aot/*
dist/*
yarn.lock
@RicardoR
RicardoR / .bashrc
Last active April 16, 2016 17:38 — forked from mathiasverraes/.bashrc
Git shortcuts
#! /bin/sh
alias gs="git status"
alias gc="git commit"
alias gr="git checkout"
alias ga="git add"
alias gl="git lola"
@RicardoR
RicardoR / install_oh_my_zsh.md
Last active March 20, 2016 10:36
Installing oh my zsh

Prerequisites:

  • zsh
  • git
  • curl or wget

1. Check if zsh is installed:

zsh --version
@RicardoR
RicardoR / Homestead.yaml
Last active October 25, 2015 09:51
Try to create a gist. Homestead example
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa