Automated Raspberry Pi audio recorder | JordyVision | Son of 8-Bits
Today we’re gonna built our very own sound recorder using a Raspberry Pi Share this:Share Source: Automated Raspberry Pi audio recorder | JordyVision | Son of 8-Bits
Today we’re gonna built our very own sound recorder using a Raspberry Pi Share this:Share Source: Automated Raspberry Pi audio recorder | JordyVision | Son of 8-Bits
Source: Cheap PIR Sensors and the Raspberry Pi – Part 1
ElisabethHendrickson @testobsessed I prefer: Recovery over Perfection Predictability over Commitment Safety Nets over Change Control Collaboration over Handoffs 2:54 PM – 6 May 2015 Source: I Prefer This Over That | Test Obsessed
Overview iDsonix® USB 3.0 to SATA Hard Drive Docking Station offers swappable access to 2.5″ and 3.5″ SATA HDD, without having to mount the hard drive, or installing it in an enclosure. It provides a simple, fast, and cost effective solution for data recovery, drive imaging, and testing centers, or any environment that requires fast …
Source: To-Do Web App using Java Aerospike Play and Scala | @iamontheinet
ICY Dock MB453SPF-B Tray Source: ICY Dock MB453SPF-B Tray: Amazon.co.uk: Computers & Accessories
# This is the init script for starting up the# Diaspora## chkconfig: 345 91 10# description: Starts and stops the Diaspora daemon.#PROC_NAME=DiasporaDIASPORA_HOME=/home/diaspora# Change the user to whichever user you needRUN_AS_USER=diasporastartup=”cd $DIASPORA_HOME; ./script/server”# Replace by stop/shutdown command#shutdown=”$DIASPORA_HOME/script/server”start(){ echo -n $”Starting $PROC_NAME service: ” su -l $RUN_AS_USER -c “$startup” RETVAL=$? echo}stop(){ echo -n $”Stoping $PROC_NAME service: ” …
Web Components usher in a new era of web development based on encapsulated and interoperable custom elements that extend HTML itself. Built atop these new standards, Polymer makes it easier and faster to create anything from a button to a complete application across desktop, mobile, and beyond. Source: Welcome – Polymer
Apartment-sharing startup Airbnb has open sourced a tool called Airpal that the company built to give more of its employees access to the data they need for their jobs. Airpal is built atop the Presto SQL engine that Facebook created in order to speed access to data stored in Hadoop. via Airbnb open sources SQL tool …