Skip to content

Instantly share code, notes, and snippets.

View marcora's full-sized avatar

Edoardo "Dado" Marcora marcora

View GitHub Profile
@aparente
aparente / SKILL.md
Last active June 19, 2026 20:48
tufte-viz Claude Code skill — Edward Tufte data visualization principles

name: tufte-viz description: | Ideate and critique data visualizations using Edward Tufte's principles from "The Visual Display of Quantitative Information." Use this skill when: (1) Designing new data visualizations or charts (2) Critiquing or improving existing visualizations (3) Reviewing dashboards or reports for graphical integrity (4) Deciding between visualization approaches (5) Reducing chartjunk or improving data-ink ratio (6) Planning small multiples or high-density displays

@Schr3da
Schr3da / config.toml
Last active April 8, 2026 21:25
Custom Helix editor configuration
theme = "base16_transparent" #"github_dark" #"github_light" #"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 June 19, 2026 01:00
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname