Skip to content

Instantly share code, notes, and snippets.

View mschilli87's full-sized avatar
🏃
github evacuee

Marcel Schilling mschilli87

🏃
github evacuee
View GitHub Profile
@danlooo
danlooo / ggeulerr.R
Last active March 11, 2022 07:05
Area proportional venn diagrams in R using ggplot2 and eulerr (eulerr does not return a ggplot object)
library(tidyverse)
library(eulerr)
library(ggforce)
#' Area proportional venn diagrams
#'
#' This functions uses eulerr::euler to plot area proportional venn diagramms
#' but plots it using ggplot2
#'
#' @param combinations set relationships as a named numeric vector, matrix, or data.frame(See `eulerr::euler`)
@viviparous
viviparous / gist:fb3742f54e7338671fdd7df7fff3cf5f
Last active December 29, 2021 17:14
Rip entire audio CD to a single file ("bin" format), playable by mplayer. Good for classical music, jazz, and other music that is best listened to "whole".
Rip entire audio CD to a single file ("bin" format), playable by mplayer.
Good for classical music, jazz, and other music that is best listened to "whole".
On Linux: easy to do.
On M-Windows: takes time to *find* the binary tools or compile them yourself.
Tools to use:
dd
toc2cue (comes with cdrdao)
bchunk