Skip to content

Instantly share code, notes, and snippets.

@slottermoser
slottermoser / 0_reuse_code.js
Last active August 29, 2015 14:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@slottermoser
slottermoser / config.fish
Last active December 17, 2015 11:19 — forked from bjhomer/config.fish
if status --is-interactive
set -gx PATH ~/bin /usr/local/bin ~/Applications/ $PATH;
end
# My colors
set -g fish_color_autosuggestion 444444
set -g fish_color_command cyan
set -g fish_color_comment red
set -g fish_color_cwd cyan
set -g fish_color_cwd_root red
@slottermoser
slottermoser / README.md
Last active December 10, 2015 13:29 — forked from Morrolan/check_ip.py

Check IP

Have your Raspberry Pi report its WIFI IP on boot via email. This works well with the Edimax EW-7811n WIFI Adapter.

Installation

Download the check_ip.py file: