Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Is the recent recession over? - Mahalo Answers</title>
<link>http://www.mahalo.com/answers/companies/is-the-recent-recession-over</link>
<description>I am just curious about what the public media has to say about the so called recovery we are starting to see. </description>
<language>en-us</language>
<lastBuildDate>Tue, 12 Jan 2010 22:59:50 +0000</lastBuildDate>
<atom:link rel="hub" href="http://mahalo.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/>
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<link href="http://domain.tld/feed.xml" rel="self" type="application/atom+xml"/>
<id>{{self.url (computed via S3)}}</id>
<entry>
<title>Lorem Ipsum</title>
<summary>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</summary>
<link rel="alternate" type="text/html" href="http://superfeedr.com/entries/12345789"/>
<id>tag:domain.tld,2009:Soliloquy-32397</id>
<published>2010-04-05T11:04:21Z</published>
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title><![CDATA[Jalopnik]]></title>
<image>
<url>http://cache-01.gawkerassets.com/assets/base/img/thumbs140x140/jalopnik.com.png</url>
<title><![CDATA[Jalopnik]]></title>
<link>http://jalopnik.com</link>
</image>
<link>http://jalopnik.com</link>
<?xml version="1.0"?><rss version="2.0">
<channel>
<title>WSJ.com: World News</title>
<link>http://online.wsj.com/page/2_0006.html</link>
<description>World News</description>
<language>en-us</language>
<copyright>copyright &#169; 2010 Dow Jones &amp; Company, Inc.</copyright>
<lastBuildDate>Fri, 15 Jan 2010 18:35:03 EST</lastBuildDate>
<image>
<title>WSJ.com: World News</title>
List<String> hubUrls = new ArrayList<String>();
hubUrls.add(urlMapping.getUserUrls(dot.getAuthor()).getRecentAtomFeedUrl().toString());
hubUrls.add(urlMapping.getUserUrls(dot.getAuthor()).getHomeAtomFeedUrl().toString());
hubUrls.add(urlMapping.getUserUrls(dot.getAuthor()).getCreatedAtomFeedUrl().toString());
hubUrls.add(urlMapping.getDotUrls(dot).getAtomFeed().toString());
for (User user : userFollowDao.getFollowers(dot.getAuthor())) {
hubUrls.add(urlMapping.getUserUrls(user).getHomeAtomFeedUrl().toString());
}
procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
2 2 148 497148 44996 652052 0 0 5 544 3 0 4 1 71 20
1 2 148 497164 45000 652052 0 0 0 996 1225 578 20 0 48 24
3 2 148 466164 45000 652056 0 0 0 348 1150 522 28 2 46 17
1 2 148 456492 45004 652328 0 0 0 2132 1495 763 26 2 26 34
1 3 148 462940 45004 652332 0 0 0 940 1256 635 25 0 42 29
2 3 148 467924 45012 652328 0 0 0 2016 1526 821 24 0 45 24
1 2 148 507872 45016 652328 0 0 0 1408 1409 736 21 1 43 25
2 3 148 495484 45016 652332 0 0 0 764 1209 577 25 1 44 24
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
<channel>
<title>WSJ.com: What's News US</title>
<link>http://online.wsj.com</link>
<description>What's News US</description>
<language>en-us</language>
<copyright>copyright &#169; 2010 Dow Jones &amp; Company, Inc.</copyright>
<lastBuildDate>Mon, 01 Feb 2010 16:28:57 EST</lastBuildDate>
<image>
<title>WSJ.com: What's News US</title>
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:cnettv="http://cnettv.com/mrss/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
xmlns:media="http://search.yahoo.com/mrss/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:amp="http://www.adobe.com/amp/1.0">
<channel>
<title>AppJudgment (HD MP4 - 30fps)</title>
##
# We slightly modify The redis library so that it doesn't fail when the server is not there
# if this happens, filtering will not go through for this specific feed. But will work for other feeds
# using othe redis caches, which is good.
# Our app then just gas to rescue ProtocolError and act upon that.
module EventMachine
module Protocols
module Redis