Skip to content

Instantly share code, notes, and snippets.

[{"name":"the united states",
"id":1,
"size":"big",
"known":90,
"churches":[
{"name":"me","percent":29.65},
{"name":"bap","percent":21.03},
{"name":"pres","percent":12.41},
{"name":"cat","percent":10.0},
{"name":"con","percent":5.17},
@vlandham
vlandham / README.md
Created May 29, 2017 03:58
regl dots as circles
@vlandham
vlandham / README.md
Last active May 27, 2017 22:53
regl dots streaming
@vlandham
vlandham / README.md
Last active September 25, 2017 01:43
regl dots basic
@vlandham
vlandham / README.md
Last active May 27, 2017 22:55
regl triangle moving and using props
@vlandham
vlandham / README.md
Last active May 27, 2017 22:54
regl triangle moving in a loop
@vlandham
vlandham / README.md
Last active May 27, 2017 22:54
regl triangle in a loop
@vlandham
vlandham / README.md
Last active May 27, 2017 22:54
basic regl triangle
@vlandham
vlandham / gifmaker.sh
Created April 14, 2017 20:12
gifmaker.sh
#!/bin/sh
start_time=0:00.2
#duration=4.5
palette="/tmp/palette.png"
unoptimized="/tmp/unoptimized.gif"
filters="fps=24,scale=400:-1:flags=lanczos"
@vlandham
vlandham / amplitude_time_density_example.R
Created February 24, 2017 19:30 — forked from memoryfull/amplitude_time_density_example.R
An example of seewave::acoustat amplitude density calculation
# Install dependencies
#install.packages(c("fftw","tuneR","rgl","rpanel", "seewave"), repos="http://cran.at.r-project.org/")
# for Fast Fourier transform (fftw) to work, install
# the fftw lib (e.g. brew install fftw)
# Load libraries
library(data.table)
library(tuneR)
library(seewave)