Skip to content

Instantly share code, notes, and snippets.

@diraol
diraol / quick-slugify.sh
Last active February 17, 2019 13:46 — forked from oneohthree/quick-slugify.sh
Quick bash slugify
# POSIX Compatible
# Remove leading and trailing spaces and dashes
# also zsh compatible
echo " - - Esperança do vôo do avião - - " | iconv -t ascii//TRANSLIT | sed -E 's/[~\^]+//g' | sed -E 's/[^a-zA-Z0-9]+/-/g' | sed -E 's/^-+\|-+$//g' | sed -E 's/^-+//g' | sed -E 's/-+$//g' | tr A-Z a-z
@diraol
diraol / profile_report_minimal_settings_bug_report.ipynb
Last active October 13, 2020 15:07
profile_report_minimal_settings_bug_report.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.