Skip to content

Instantly share code, notes, and snippets.

View mwalters's full-sized avatar
📟
.... .- -.-. -.- / - .... . / .--. .-.. .- -. . -

Matt Walters mwalters

📟
.... .- -.-. -.- / - .... . / .--. .-.. .- -. . -
View GitHub Profile
@mwalters
mwalters / tsping.sh
Last active December 10, 2015 14:28
Ping a provided hostname/IP and show a timestamp along with the ping response
ping -i 5 $1 | while read pong; do echo "$(date '+%Y-%m-%d %T'): $pong"; done
@mwalters
mwalters / grammar-reminders.md
Last active May 16, 2016 00:27
Grammar Reminders

Grammar Reminders

Em, En, and Hyphen

Em Dash (—)

  • Denotes a pause in thought, a parenthetical statement, or — more casually — an afterthought
  • Shift + Option + -

En Dash (–)

  • Denotes a range, especially of numbers, such as $100–150