Skip to content

Instantly share code, notes, and snippets.

View douglase's full-sized avatar
🔭

Ewan Douglas douglase

🔭
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@douglase
douglase / acronyms.tex
Last active November 24, 2023 23:07
Astronomical and space physics acronyms for use with LaTeX glossaries package.
% astronomical and space physics acronyms for use with LaTeX glossaries package.
%to copy without git, try:
% wget https://gist.githubusercontent.com/douglase/78b39cfa4501f0ce43fe/raw/acronyms.tex
% or if you want to overwrite:
% curl -O https://gist.githubusercontent.com/douglase/78b39cfa4501f0ce43fe/raw/acronyms.tex
% to view online:
% https://gist.github.com/douglase/78b39cfa4501f0ce43fe/
% further documentation and examples:
% https://ctan.org/pkg/glossaries
@hofmannsven
hofmannsven / README.md
Last active May 3, 2024 15:30
Git CLI Cheatsheet
@rodw
rodw / backup-github.sh
Last active March 30, 2024 15:04
A simple script to backup an organization's GitHub repositories, wikis and issues.
#!/bin/bash
# A simple script to backup an organization's GitHub repositories.
#-------------------------------------------------------------------------------
# NOTES:
#-------------------------------------------------------------------------------
# * Under the heading "CONFIG" below you'll find a number of configuration
# parameters that must be personalized for your GitHub account and org.
# Replace the `<CHANGE-ME>` strings with the value described in the comments
# (or overwrite those values at run-time by providing environment variables).