Skip to content

Instantly share code, notes, and snippets.

@cgnkev
cgnkev / tweetrssfeed.php
Last active December 3, 2017 00:23
test
Skip to content
All gists
GitHub
Instantly share code, notes, and snippets.
0
@josescasanova
josescasanova / index.html
Created July 7, 2015 02:25
made with love
<span>
Made with <i class="fa fa-heart pulse"></i> in <a href="#" target="_blank">Miami</a>
</span>
@mburst
mburst / rss_reader.php
Created March 24, 2013 03:58
RSS Feed Reader in PHP
<html>
<head>
<title>RSS Feed Reader</title>
</head>
<body>
<?php
//Feed URLs
$feeds = array(
"http://maxburstein.com/rss",
"http://www.engadget.com/rss.xml",