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
FOX1-Cliff,145920.0,435300.0,FM,FM,NOR,0,0,FM U/V | |
FOX1-Cliff,145920.0,1267300.0,FM,FM,NOR,0,0,FM L/V | |
ESEO,145895.0,1263500.0,FM,FM,NOR,0,0,FM L/V | |
ESEO,437000,0,FM,FM,NOR,0,0,Beacon | |
K2SAT,435835.0,145980.0,FM,FM,NOR,0,0,FM V/U | |
ExseedSat,145900.0,435340.0,FM,FM,NOR,0,0,FM U/V |
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
/** | |
* TWITTER FEED PARSER | |
* | |
* @version 1.1.2 | |
* @author Jonathan Nicol | |
* @link http://f6design.com/journal/2010/10/07/display-recent-twitter-tweets-using-php/ | |
* | |
* Notes: | |
* We employ caching because Twitter only allows their RSS feeds to be accesssed 150 | |
* times an hour per user client. |