Skip to content

Instantly share code, notes, and snippets.

View richardcornish's full-sized avatar

Richard Cornish richardcornish

View GitHub Profile
@richardcornish
richardcornish / git.md
Last active August 11, 2023 08:44
Enough Git for your résumé in 100ish lines
@richardcornish
richardcornish / install_python.md
Last active October 5, 2023 01:18
Build and install Python and configuration options with pyenv

Install Xcode Command Line Tools.

xcode-select --install

Install Homebrew.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
@richardcornish
richardcornish / typography.md
Last active November 8, 2023 01:02
Common typographical characters

Cheatsheet of common typographical characters (not an exhaustive reference). HTML character references listed are decimal numeric character references, which are the base-10 equivalent of their corresponding base-16 (hexadecimal) Unicode code point. Also see named character references.

Quotations

Glyph HTML reference Name
‘ Left single quotation mark
’ Right single quotation mark/apostrophe
“ Left double quotation mark
Right double quotation mark
@richardcornish
richardcornish / tar.md
Created January 14, 2024 23:08
Extract and create archive files

tar

Extract and create archive files

Extract

  • -x Extract
  • -z (De)compress archive with gzip
  • -v Verbose
  • -f Location of archive