Skip to content

Instantly share code, notes, and snippets.

{'status': {'feed': 'http://feeds.mashable.com/Mashable?format=xml', 'code': 200, 'http': '259344B in 2.603313602s, 1/30 new entries', 'title': 'Mashable!', 'lastMaintenanceAt': 1349465617, 'nextFetch': 1349480253, 'period': '225', 'lastFetch': 1349480024, 'entriesCountSinceLastMaintenance': 15, 'lastParse': 1349480027, 'digest': False}, 'updated': 1349480027, 'subtitle': "Founded in July 2005, Mashable is the world's largest blog focused exclusively on Web 2.0 and Social Media news. Mashable is the most prolific blog reviewing new Web sites and services, publishing breaking news on what's new on the web and offering social media resources and guides.", 'standardLinks': {'self': [{'href': 'http://feeds.mashable.com/Mashable?format=xml', 'type': 'application/atom+xml', 'title': None}], 'alternate': [{'href': 'http://mashable.com', 'type': 'text/html', 'title': ''}], 'hub': [{'href': 'http://pubsubhubbub.appspot.com/', 'type': 'text/html', 'title': ''}]}, 'items': [{'updated': 1349478136, 'title': 'The 10 Coole
{'status': {'feed': 'http://online.wsj.com/xml/rss/3_7085.xml', 'code': 200, 'http': '2448B in 2.235416311s, 2/3 new entries', 'title': 'WSJ.com: World News', 'lastMaintenanceAt': 1349465656, 'nextFetch': 1349479318, 'period': '225', 'lastFetch': 1349479102, 'entriesCountSinceLastMaintenance': 7, 'lastParse': 1349479104, 'digest': False}, 'updated': 1349479105, 'subtitle': 'World News', 'standardLinks': {'self': [{'href': 'http://online.wsj.com/xml/rss/3_7085.xml', 'type': 'application/atom+xml', 'title': None}], 'alternate': [{'href': 'http://online.wsj.com/page/2_0006.html', 'type': 'text/html', 'title': ''}], 'image': [{'href': 'http://online.wsj.com/img/wsj_sm_logo.gif', 'type': 'image/gif', 'title': ''}]}, 'items': [{'updated': 1349478863, 'title': "China's 'New Left' Grows Louder", 'permalinkUrl': 'http://online.wsj.com/article/SB10000872396390443493304578038121620762516.html?mod=fox_australian', 'standardLinks': {'alternate': [{'href': 'http://online.wsj.com/article/SB1000087239639044349330457803812162
ubuntu@ip-10-171-19-12:~/ng-trunk/grail/content_pipeline/content_ingestion/bridgeKeeper$ keeper
10/05/2012 10:01:45 PM [INFO]: * Running on http://0.0.0.0:9001/
{'status': 'pending', 'publisher': '4fd1347ae2a72d781284579b', 'author': 'Kathryn Tully', 'url': 'http://www.forbes.com/sites/kathryntully/2012/10/05/is-art-an-asset-or-an-investment/', 'title': 'Is Art an Asset or an Investment?', 'summary': 'On Wednesday night in New York, at a UBS discussion on fine art and investments, moderator, art adviser and dealer Jason Rulnick asked panelists whether they thought art was an asset or an investment. Pretty much everyone agreed that it was an asset, but were a lot more guarded about its investment potential.', 'content_type': 'article', 'rss_date': 1349459871}
10/05/2012 10:02:02 PM [INFO]: 173.255.195.231 - - [05/Oct/2012 22:02:02] "POST / HTTP/1.1" 200 -
{'status': 'pending', 'publisher': '4fd1347be2a72d78128457a4', 'author': 'Mark Hearn', 'url': 'http://www.engadget.com/2012/10/05/kindle-paperwhite-gets-its
ubuntu@ip-10-171-19-12:~/ng-trunk/grail/content_pipeline/content_ingestion/bridgeKeeper$ keeper
10/05/2012 10:01:45 PM [INFO]: * Running on http://0.0.0.0:9001/
{'status': 'pending', 'publisher': '4fd1347ae2a72d781284579b', 'author': 'Kathryn Tully', 'url': 'http://www.forbes.com/sites/kathryntully/2012/10/05/is-art-an-asset-or-an-investment/', 'title': 'Is Art an Asset or an Investment?', 'summary': 'On Wednesday night in New York, at a UBS discussion on fine art and investments, moderator, art adviser and dealer Jason Rulnick asked panelists whether they thought art was an asset or an investment. Pretty much everyone agreed that it was an asset, but were a lot more guarded about its investment potential.', 'content_type': 'article', 'rss_date': 1349459871}
10/05/2012 10:02:02 PM [INFO]: 173.255.195.231 - - [05/Oct/2012 22:02:02] "POST / HTTP/1.1" 200 -
{'status': 'pending', 'publisher': '4fd1347be2a72d78128457a4', 'author': 'Mark Hearn', 'url': 'http://www.engadget.com/2012/10/05/kindle-paperwhite-gets-its
@hiddendragonXVII
hiddendragonXVII / approved-publishers-without-rss-feeds.py
Created July 26, 2012 22:18
approved publishers without rss feeds
from mongokit import Connection, Document
import json
import feedparser
connection = Connection()
publishers = connection.publisher.master
for publisher in publishers.find( { 'definitely_flag': True } ):
if not publisher.get('rss_feeds'):
@hiddendragonXVII
hiddendragonXVII / hamburgurs.cpp
Created February 22, 2012 20:39
justin's homework
#include <iostream>
#include <string>
using namespace std;
int getHamburgers(){
char more = 'Y';
int total=0;
int numberBurgers = 0;
@hiddendragonXVII
hiddendragonXVII / example.html
Created July 31, 2011 02:59 — forked from j4mie/example.html
A tiny shim for Processing/Coffeescript prototyping
<!DOCTYPE html>
<title>CoffeeScript/Processing</title>
<script src="https://raw.github.com/jeresig/processing-js/master/processing.js"></script>
<script src="https://raw.github.com/jashkenas/coffee-script/master/extras/coffee-script.js"></script>
<script src="https://raw.github.com/gist/1114064/professing.js"></script>
<script type="text/coffeescript">
sketch ->
@hiddendragonXVII
hiddendragonXVII / define.py
Created September 7, 2010 21:47
quick python script to define words
#!/usr/bin/env python
from suds import WebFault
from suds.client import Client
import sys
class definition(object):
def __init__(self, input):
url = 'http://services.aonaware.com/DictService/DictService.asmx?wsdl'
client = Client(url)
d = dict(word=input)
148.61.162.132 rugby
148.61.162.133 bessy
148.61.162.135 lionssuck
148.61.162.136 cupcaketime
148.61.162.137 gertrude
148.61.162.138 theshire
148.61.162.139 blkbox
148.61.162.140 dunesky
148.61.162.141 thingone
148.61.162.142 bluesky