Skip to content

Instantly share code, notes, and snippets.

@oshoham
oshoham / .block
Last active November 21, 2023 17:12
People Killed By The Police In The U.S. In 2015
license: mit
@oshoham
oshoham / index.html
Last active February 16, 2016 17:12
U.S. Prison Population by State from 1978-2014
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>U.S. Prison Population From 1978-2014</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href="main.css" rel="stylesheet" type="text/css">
<script src="https://d3js.org/d3.v3.min.js" defer></script>
@oshoham
oshoham / notes.md
Created February 4, 2016 22:01
Notes for 2/4/2016 RC Presentation

Visualizations in the Browser

Technologies Used

  • Web Audio API (native browser audio playback & low-level DSP tools)
  • SoundCloud public API
  • RxJS (reactive functional programming JS library) (used for displaying SoundCloud search results)
  • Canvas (native browser 2D drawing)

How It Works