And source code.
By James Long. Article at HTML5 Audio
http://www.html5audio.org/2012/09/james-longs-ios-6-web-audio-demo-app.html
James Long site: http://jlongster.com/2012/09/12/web-apps.html
github – code: https://gist.github.com/3701232
And source code.
By James Long. Article at HTML5 Audio
http://www.html5audio.org/2012/09/james-longs-ios-6-web-audio-demo-app.html
James Long site: http://jlongster.com/2012/09/12/web-apps.html
github – code: https://gist.github.com/3701232
Passes audio input to output using web audio.
note: 6/2021 – this code needs updating to correct an error.
Only works in Chrome. Please turn down the volume, or use headphones, before you try it.
“…for developers to integrate high quality audio processing into their apps”
graphing using D3, including interactivity, SVG.
Examples use NYC transit system data.
by Mike Dewar
http://shop.oreilly.com/product/0636920025429.do
1. Synopsis from stackoverflow.com
http://stackoverflow.com/questions/8482543/what-are-some-examples-of-using-nokogiri
2. Getting Started with Nokogiri
https://www.engineyard.com/blog/2010/getting-started-with-nokogiri/
3. Tutorial book
http://ruby.bastardsbook.com/chapters/html-parsing/
4. XML search examples
http://ozmox.com/blog/2009/11/15/nokogiri—cut-with-precision/
Transform polling requests into interrupts. Pull into push.
A simple, open, web-hook-based pubsub protocol & open source reference implementation.
The old way…
By Udo G at Stack Overflow
from: http://stackoverflow.com/questions/5797852/in-node-js-how-do-i-include-functions-from-my-other-files If, despite all the other answers, you still want to traditionally include a file in a node.js source file, you can use this: <code>var fs = require('fs'); // file is included here: eval(fs.readFileSync('tools.js')+'');</code>
Please note that in most cases this is bad practice and you should instead write a module. However, there are rare situations, where pollution of your local context/namespace is what you really want.
|
|||||||||||||||||||
|