Expresión regular de vim para reemplazar palabras completas. En este ejemplo se reemplazarán todos los foo por bar, pero no se reemplazarán si está contenido en otra palabra (fooxyz no se cambia por barxyz) `%s/\/bar/g`
Fuente Twitter Facebook LinkedIn
The Git Team maintains a bash script that sets a message in your prompt displaying the current branch and status. The script can be found here. To install th...
Inspired partly by this and this Stackoverflow questions, I wanted to test what is the fastest way to create a new column using dplyr as a combination of oth...
This small example aims to provide some use cases for the tidyr package. Let’s generate some example data first:
library(lubridate)
library(tibble)
library(...
The name for the different functions that work with probability distributions in R and SciPy is different, which is often confusing. The following table list...