I hereby claim:
- I am ains on github.
- I am ains (https://keybase.io/ains) on keybase.
- I have a public key ASAD8rcFG1lvuh7Sd1ziBuZerdcGTaKpwQUOHym_NxkvzAo
To claim this, I am signing this object:
import struct | |
from StringIO import StringIO | |
def write_flac_header(sample_rate, channels, bits_per_sample): | |
total_samples = 0 | |
f = StringIO() | |
# write FLAC header | |
f.write("fLaC") |
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head lang="en"> | |
<meta charset="UTF-8"> | |
<title></title> | |
</head> | |
<body> | |
</body> |
$(function () { | |
$("[rel=popover]") | |
.popover({ | |
delay: 500, | |
offset: 10, | |
trigger: 'manual', | |
animate: false, | |
html: true, | |
template: '<div class="popover" onmouseover="clearTimeout($(this).data(\'hideTimeout\'));$(this).mouseleave(function() {$(this).hide(); });"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>' |