Chord generator and collaboration tool
by Henrik Schwarz at Ableton
Chord generator and collaboration tool
by Henrik Schwarz at Ableton
Real time multimedia web API.
http://www.webrtc.org/reference/architecture
The demo actually works – the audio sounds like an AM radio at night its one of the coolest things I’ve ever heard. Requires latest version of Chrome.
Comprehensive technical data on high quality sound with Skype
http://www.blogarithms.com/index.php/archives/2007/12/23/skype-for-interviews/
Near IR + imaging.
by teachyourselfwebsites.com
I used this method to add a “random post” to this site. I didn’t create a child theme. So it will break when the theme gets updated.
http://teachyourselfwebsites.com/create-random-post-button-wordpress-blog/
4/24/2016 note:
Here are some details. You need to create a new file inside the theme called page-random.php based on the original page.php.
the added code looks like this and goes right before get_header():
<?php /* Template Name: Random Post */ $randomPost = get_posts(array( 'numberposts' => 1, 'orderby' => 'rand' )); foreach ($randomPost as $post) { wp_redirect(get_permalink($post->ID)); exit(); }
Tracking high altitude balloon telemetry on 434 Mhz.
By Arrow antennas
http://www.arrowantennas.com/index.html
Also by Cushcraft:
http://www.gigaparts.com/store.php?action=profile&sku=ZCC-A43011S
Probably the easiest way to do a HAB flight, devoid of electronics nonsense.
By Derek Ulrich at Hindendroid
http://hindendroid.blogspot.com
Serial port programming in linux.
From Wikibooks
Step Up/Down Inverting Switching Regulator.
By Sparkfun
Convert any voltage to any other voltage. See comments for links to example circuits.
https://www.sparkfun.com/products/317