Skip to content

Instantly share code, notes, and snippets.

View feiqn's full-sized avatar
📖
Studying LibGDX

Qn feiqn

📖
Studying LibGDX
  • Stolen Duwamish Land
  • X @Feiqn
View GitHub Profile
@feiqn
feiqn / rssmeed.php
Last active October 26, 2017 08:11 — forked from mburst/rss_reader.php
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",