Skip to content

Instantly share code, notes, and snippets.

@tomasen
tomasen / guide-to-reading-mathematical-expressions-aloud.md
Last active January 12, 2025 13:29
How to Read Mathematical Expressions Out Loud

Basic

Expression How to Read This
$$a + b$$ a plus b
$$a - b$$ a minus b
$$a \times b$$ a times b
$$a / b$$ a over b
$$a > b$$ a is greater than b
$$a < b$$ a is less than b
@rybak
rybak / ps1_notifications-2018-08.sh
Last active September 30, 2024 15:16
PS1 setup with sad smiley for process failure and dangerous bend symbol for README files
#!/bin/bash
# Cleaned up version of ps1_notifications.sh made on 2018-08-05
#
# See rybak/scriptps github repository for the full version
# link: https://github.com/rybak/scripts/blob/master/config/ps1_notifications.sh
# copy of lib/colors.sh instead of calling source "$HOME/scripts/lib/colors.sh"
BLACK_FG="$(tput setaf 0)"