How to improve Skype audio quality
Comprehensive technical data on high quality sound with Skype
http://www.blogarithms.com/index.php/archives/2007/12/23/skype-for-interviews/
How to add a random post button in WordPress
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(); }
Rules for more effective teleportation
Really?
By Sergii Strelchuk at The University of Cambridge
Nanoscale antennas, etched in chip, provide precise control of light
One Nanosecond Is to One Second as One Second Is to 31.7 Years
“Live in the future, then build what’s missing”
Hearing restored in mammal ear
Regrowing sensory hair cells.
By medical express.com
http://medicalxpress.com/news/2013-01-sensory-hair-cells-regenerated-mammal.html
Dead stars ‘to guide spacecraft’
By Jonathan Amos at BBC Science and Environment
What is data mining?
notes
A synopsis at UCLA
http://www.anderson.ucla.edu/faculty/jason.frand/teacher/technologies/palace/datamining.htm
MIT open courseware
http://ocw.mit.edu/courses/sloan-school-of-management/15-062-data-mining-spring-2003/index.htm
University of Texas
http://www.laits.utexas.edu/~anorman/BUS.FOR/course.mat/Alex/
CMU