Skip to content

Instantly share code, notes, and snippets.

View emilyaherbert's full-sized avatar
❤️‍🔥
coding so fun

Emily Herbert emilyaherbert

❤️‍🔥
coding so fun
View GitHub Profile

Keybase proof

I hereby claim:

  • I am emilyaherbert on github.
  • I am emilyaherbert (https://keybase.io/emilyaherbert) on keybase.
  • I have a public key ASDa_Byl42W9xPQSd3fWmUt-OIpZspZf1KCQ7W06FnHoiQo

To claim this, I am signing this object:

@emilyaherbert
emilyaherbert / rotating_PS1_colors.sh
Last active December 20, 2018 00:07
Rotating PS1 colors, place in .bashrc.
declare -a promptarr=("e" "m" "i" "l" "y" "@" "e" "m" "i" "l" "y" "h" "e" "r" "b" "e" "r" "t")
declare -a colorsarr=("\[\033[0;31m\]" "\[\033[0;33m\]" "\[\033[0;32m\]" "\[\033[0;34m\]" "\[\033[0;35m\]" "\[\033[0;36m\]")
coloroffset=0
promptarrlen=${#promptarr[@]}
colorsarrlen=${#colorsarr[@]}
set_prompt() {
promptstr=""
colorcount=0
@emilyaherbert
emilyaherbert / qq_multiplot.ipynb
Last active October 10, 2018 22:50
Demonstration of how to plot multiple curves on a single QQ plot with Python and Matplotlib.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.