I hereby claim:
- I am eggplantbren on github.
- I am brendonbrewer (https://keybase.io/brendonbrewer) on keybase.
- I have a public key ASDEJ5MD_S_xv_Jc0i_mGxbupgwbirz6Y8a04aCYGgd_WAo
To claim this, I am signing this object:
She Goes On | |
=========== | |
by Crowded House | |
Chords figured out by Brendon J. Brewer, 2016-11-24 | |
INTRO | |
===== |
<!DOCTYPE html> | |
<html> | |
<head> | |
<!-- CSS classes --> | |
<style type="text/css"> | |
.small { font-size: 0.9em } | |
/* To keep the page narrowish */ | |
div.content { width: 600px } |
entropy-demo |
I hereby claim:
To claim this, I am signing this object:
import bigfloat as bf | |
# NOTE: Use deweys | |
HALF_LIFE = 400 | |
def soften(lbc: float): | |
assert lbc >= 0 | |
return lbc ** (1.0/3.0) |