This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sfContext::getInstance()->getLogger()->info($message); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String name = new String("silas"); | |
Integer suffix = new Integer(10); | |
name.reverse().append(suffix.toString()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |