I hereby claim:
- I am jebeck on github.
- I am jebeck (https://keybase.io/jebeck) on keybase.
- I have a public key ASB1y_DGvqatJbSUze2jdOqUjNyAn9t4CA7va8xx0p3YIAo
To claim this, I am signing this object:
| import { useEffect } from 'react'; | |
| export function makeGetAudioCtxSingleton() { | |
| let ctx; | |
| function createAudioCtx() { | |
| return new AudioContext(); | |
| } | |
| return () => { |
| .idea | |
| bower_components |
I hereby claim:
To claim this, I am signing this object:
| // run with `node infinite.js` in node v4.x+ | |
| // must have Inquirer installed (`npm install inquirer`) | |
| const inquirer = require('inquirer'); | |
| const Rx = require('rx'); | |
| const prompts = new Rx.Subject(); | |
| function makePrompt(msg) { | |
| return { |
| // run with `node simple.js` in node v4.x+ | |
| // must have Inquirer installed (`npm install inquirer`) | |
| const inquirer = require('inquirer'); | |
| inquirer.prompt([{ | |
| name: 'name', | |
| type: 'input', | |
| message: 'What\'s your name?', | |
| }, { |
| license: mit |
| .DS_Store |
| <!DOCTYPE html> | |
| <html lang='en'> | |
| <head> | |
| <meta charset='utf-8'> | |
| <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js" charset="utf-8"></script> | |
| <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.9.3/lodash.min.js"></script> | |
| <style type="text/css"> | |
| body { | |
| margin: 0; | |
| } |
| <!DOCTYPE html> | |
| <html lang='en'> | |
| <head> | |
| <meta charset='utf-8'> | |
| <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js" charset="utf-8"></script> | |
| <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.9.3/lodash.min.js"></script> | |
| <style type="text/css"> | |
| body { | |
| margin: 0; | |
| } |