Skip to content

Instantly share code, notes, and snippets.

View r1b4z01d's full-sized avatar
🤖
Somethings happening

Bryan Ribas r1b4z01d

🤖
Somethings happening
View GitHub Profile
@r1b4z01d
r1b4z01d / LEDPants0_1b.ino
Last active December 12, 2015 10:09
Arduino Powered IALEDPants 0.1b
///////////////////////////////////////////////////////////////////////////
////////////////////////// IALEDPants 0.1b ////////////////////////////
////////////////////////// By Bryan Ribas ////////////////////////////
////////////////////////// 2/2/2013 ////////////////////////////
////////////////////////// HTTP://R1B4Z01D.COM ////////////////////////////
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
/////////////////////////////////includes//////////////////////////////////
///////////////////////////////////////////////////////////////////////////
@r1b4z01d
r1b4z01d / GoogleSpeech.sh
Created April 10, 2013 01:11
Google Speech Shell Script
#!/bin/bash
say() { local IFS=+;/usr/bin/mplayer -ao alsa -noconsolecontrols "http://translate.google.com/translate_tts?tl=en&q=$*"; }
say $*