#!/usr/bin/env ruby -w

=begin
...

Ruby Simple RSS/XML test

by deepspring, July 08, 2011 02:35, 1 refactoring, tagged with reader, ruby, rss

I got bored and decided to ...

56438d61fd1c1b7d352a12c9b402f4a9 Talk
#!/usr/bin/python
# -*- coding: utf-8 -*-

...

Python Parse XML from Yahoo weathe...

by kael, August 26, 2008 17:27, 3 refactorings, tagged with xml, python, rss, dom

Is there a more efficient w...

Ec5a58db4acc016568e0293d283cbc2d Talk
<?php
if (count($argv) != 3)
	die("Usage: $argv[0] <RSS feed URL> <output dir>\n");	
...

PHP Download all audio enclosur...

by hubfactor, April 11, 2008 20:48, No refactoring, tagged with php, rss, simplexml, curl, xpath

Given an RSS feed and an ou...

Ed9c50a6db8b5e078b5ef84306a8477c Talk