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 / .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"