| The Following User Says Thank You to MK99 For This Useful Post: | ||
|
|
2013-04-19
, 17:49
|
|
Posts: 142 |
Thanked: 72 times |
Joined on Jan 2013
|
#822
|
|
|
2013-04-25
, 01:01
|
|
|
Posts: 418 |
Thanked: 506 times |
Joined on Jan 2012
@ Argentina
|
#823
|
|
|
2013-04-25
, 06:26
|
|
|
Posts: 6,431 |
Thanked: 12,683 times |
Joined on Nov 2011
@ Open Mobile Platform, Innopolis, Russia
|
#824
|
| The Following User Says Thank You to coderus For This Useful Post: | ||
|
|
2013-04-25
, 07:54
|
|
|
Posts: 1,390 |
Thanked: 4,262 times |
Joined on Sep 2007
@ Vienna, Austria
|
#825
|
import feedparser
f = feedparser.parse('http://example.org/feed.rss')
print f.entries[0].title

| The Following 2 Users Say Thank You to thp For This Useful Post: | ||
|
|
2013-04-25
, 10:58
|
|
Posts: 142 |
Thanked: 72 times |
Joined on Jan 2013
|
#826
|
|
|
2013-04-27
, 08:18
|
|
|
Posts: 665 |
Thanked: 2,388 times |
Joined on Feb 2012
@ Zagreb, Croatia
|
#827
|
| The Following User Says Thank You to knobtviker For This Useful Post: | ||
|
|
2013-04-27
, 18:52
|
|
Posts: 179 |
Thanked: 108 times |
Joined on Dec 2011
@ Bangalore
|
#828
|
{script:sh gprs.sh}
{script:python uptime.py}


apt-get install bc
|
|
2013-04-27
, 20:55
|
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#829
|
|
|
2013-04-28
, 15:53
|
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#830
|
#!/bin/sh
day=$(date +%u)
echo | awk -v d=$day '{split("Mo Tu We Th Fr Sa Su",a," "); printf a[d]}'
| The Following User Says Thank You to Win7Mac For This Useful Post: | ||
Try something like that:
result.append('%d minutes RM' % minutes)