Skip to content

Instantly share code, notes, and snippets.

View cnovoab's full-sized avatar

Claudio Novoa cnovoab

View GitHub Profile
#!/bin/bash
# Install mpg123 library if you need to (sudo apt-get install mpg123)
BASE_URL="http://profesionalesecuador.com/amorcomprensionyternura/"
#declare -A LIST
LIST[0]="meloestoy_tomandoyo_mi_estimada.mp3"
LIST[1]="elquelahace_laolvida_peroelquelorecibe_nunca.mp3"
LIST[2]="entonces_cortele_libertad_alas.mp3"
LIST[3]="meama_yporque_meama_mi_mama.mp3"
LIST[4]="yonecesito_amor_comprension_ternura.mp3"
String name = new String("silas");
Integer suffix = new Integer(10);
name.reverse().append(suffix.toString());
#EXTM3U
#EXTINF:-1,La Red
http://movilstream.digitalproserver.com/redtv/redtvvivo/redtv.smil/chunklist-b1564000.m3u8
#EXTINF:-1,UCV
http://movilstream.digitalproserver.com/ucvtv/_definst_/ucvtv.smil/chunklist-b1248000.m3u8
#EXTINF:-1,TVN
http://edge-11-mvstr.edge.mdstrm.com/tvn-live/_definst_/smil:7cb6048ff45cb5cdf7f5fed828597fd1/chunklist_b1500000.m3u8
#EXTINF:-1,MEGA
http://edge-11-mvstr.edge.mdstrm.com/live/smil:db6a38a0a2bffd96d01965c4d975b9fb/playlist_b1500.m3u8
@cnovoab
cnovoab / gist:6229364c5ed4202375aa
Created August 27, 2014 14:55
Logging in Symfony 1.4
sfContext::getInstance()->getLogger()->info($message);