Skip to content

Instantly share code, notes, and snippets.

View Robdebert's full-sized avatar

Robert Heine Robdebert

View GitHub Profile
@Robdebert
Robdebert / radio_streams.txt
Created October 5, 2020 11:39 — forked from jafstar/radio_streams.txt
Radio Streams
//ABC JAZZ
//mp3: "http://listen.radionomy.com/abc-jazz"
//FRISKY FM
//mp3: "http://scfire-mtc-aa02.stream.aol.com:80/stream/1015"
http://stream2.friskyradio.com:8000/frisky_mp3_hi
http://chill.friskyradio.com/friskychill_mp3_high
//WWOZ
//mp3: "http://wwoz-sc.streamguys.com/wwoz-hi.mp3"
@Robdebert
Robdebert / preprint.php
Last active October 4, 2015 20:28
Debugging-Output for PHP. Simple Usage
/**
* Simple Usage: preprint($mixed) will output everything, that can be outputtet by PHP in a formatted way using the html pre-tag.
* You can use __FILE__.__LINE__ as second parameter, to see, where the ouput was generated
*
* I always include this function in all of my projects because i output a lot of debugging-data. And i don't want to write those html tags everytime :-)
*
* @author: Robert Heine
* @link: www.joomla-jquery-internet.de
* @changes: RH, 21.08.2014: Ergänzung um den Backtrace, was $where überflüßig macht.
* RH, 29.05.2015: Ergänzung wegen ENVIRONMENT. Soll NUR im DEV-Modus etwas ausgeben.