Skip to content

Instantly share code, notes, and snippets.

View deepfriedair's full-sized avatar

Brayden Bower deepfriedair

  • United States
View GitHub Profile

Keybase proof

I hereby claim:

  • I am eatyourbeans on github.
  • I am eatyabeans (https://keybase.io/eatyabeans) on keybase.
  • I have a public key ASCD0_j1L2f9cgJw46EcaOwCML345AhqHLzIU1KN22Tp0Ao

To claim this, I am signing this object:

@deepfriedair
deepfriedair / goes16-rtlsdr.md
Created March 2, 2020 18:35 — forked from lxe/goes16-rtlsdr.md
Receive GOES-16 and GOES-17 Images with a Raspberry Pi and RTL-SDR dongle
@deepfriedair
deepfriedair / tree.sh
Created December 24, 2019 17:38
Bash Tree
#!/bin/bash
trap "tput reset; tput cnorm; exit" 2
clear
tput civis
lin=2
col=$(($(tput cols) / 2))
c=$((col-1))
est=$((c-2))
color=0
tput setaf 2; tput bold