Skip to content

Instantly share code, notes, and snippets.

@yoeran
yoeran / Web Audio Cue Tests
Last active December 19, 2015 16:29 — forked from mbarton/Web Audio Cue Tests
Little test to combine microphone input (for recording) with multi-channel playback. Multi-channel playback probably only works on Chrome 28+ or Chrome Canary
<head>
<title>Cue Test</title>
</head>
<body>
<button id="main">Start Main</button>
<button id="cue">Start Cue</button>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="cue-test.js"></script>
</body>

Contract Killer 3

Revised date: 07/11/2012

Between us [company name] and you [customer name]

Summary:

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.

/*
Usage in CSS:
body[data-viewport="mobile"] etc..
*/
function set_responsive_class(viewportwidth){
/* Small phones */
if (viewportwidth <= 480) {