Skip to content

Instantly share code, notes, and snippets.

View marcora's full-sized avatar

Edoardo "Dado" Marcora marcora

View GitHub Profile
@Schr3da
Schr3da / config.toml
Last active July 11, 2025 03:07
Custom Helix editor configuration
theme = "base16_transparent" #"ayu_light"
[editor]
cursorline = true
color-modes = true
auto-pairs = false
true-color = true
mouse = false
scrolloff = 10
bufferline = "multiple"
@ajstewartlang
ajstewartlang / gist:89dcdf01c4512a213141a16e9243626d
Last active May 31, 2025 02:53
Hacked together code for animated raincloud plots for N=20 and N=500 where no difference exists in underlying populations
# Usimg @micahgallen's nice raincloud plot code
# https://wellcomeopenresearch.org/articles/4-63
# and fork of benmarwick/geom_flat_violin.R code
# gganimate by Thomas Lin Pedersen - @thomasp85
devtools::install_github('thomasp85/gganimate')
library(tidyverse)
library(gganimate)
library(RColorBrewer)
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active August 12, 2025 06:37
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname