-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.json
81 lines (81 loc) · 4.2 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"title": "Planet SciPy",
"address": "planet.scipy.org",
"url": "https://planet.scipy.org/",
"expire_secs": 3600,
"max_items": 100,
"truncate_words": 160,
"feeds": [
"https://ai-pool.com/feed_article.xml",
"https://acoular.github.io/blog/feed.xml",
"http://acsgsoc15.wordpress.com/feed/atom",
"http://andy.terrel.us/feeds/scipy-tag.rss.xml",
"http://enthought.com/blog/feed/",
"http://blog.filipesaraiva.info/?feed=rss2&tag=planet-scipy",
"http://blog.fperez.org/feeds/posts/default",
"http://blog.jarrodmillman.com/feeds/posts/default",
"http://conference.scipy.org/feeds/all.atom.xml",
"http://cournape.wordpress.com/feed/atom",
"http://droettboom.com/feeds/all.atom.xml",
"http://euphoricjenny.blogspot.com/feeds/posts/default/-/GSoC/?alt=rss",
"http://fa.bianp.net/blog/feed/",
"http://fortrancython.wordpress.com/feed/atom",
"http://fuhrysoc.blogspot.com/feeds/posts/default",
"http://gael-varoquaux.info/feeds/programming.atom.xml",
"http://geologyandpython.com/feeds/all.rss.xml",
"http://ilovesymposia.com/rss.xml",
"http://issamlaradji.blogspot.com/feeds/posts/default?alt=rss",
"http://ivory.idyll.org/blog/feeds/all.atom.xml",
"http://jakevdp.github.io/feeds/all.atom.xml",
"https://jbencook.com/feed.xml",
"http://jmetzen.github.io/feeds/python.rss",
"http://jpktd.blogspot.com/feeds/posts/default",
"http://maheshakya.github.io/feed.xml",
"http://manojbits.wordpress.com/category/scikit-learn/feed/atom",
"http://markflorisson.wordpress.com/feed/atom",
"http://matthewrocklin.com/blog/feed.scipy.xml",
"https://mentat.za.net/blog/tags/python/atom.xml",
"http://metarabbit.wordpress.com/tag/python/feed/atom",
"http://mfitzp.io/feeds/python.tag.atom.xml",
"https://neptune.ml/feed",
"http://neuralensemble.blogspot.com/feeds/posts/default",
"http://nipy.github.io/blog/feeds/all.rss.xml",
"http://nmayorov.wordpress.com/tag/gsoc/feed/atom",
"http://ondrejcertik.blogspot.com/feeds/posts/default/-/scipy",
"http://openopt.blogspot.com/feeds/posts/default",
"http://pandasplotting.blogspot.com/feeds/posts/default",
"http://pdebuyl.be/feeds/scipy.tag.atom.xml",
"http://peekaboo-vision.blogspot.com/feeds/posts/default",
"http://physionconsulting.blogspot.com/feeds/posts/default/-/scipy",
"http://pirsquared.org/blog/feeds/all.atom.xml",
"http://prabhuramachandran.blogspot.com/feeds/posts/default",
"http://pycloud.blogspot.com/feeds/posts/default/-/scipy",
"http://pythonimaging.blogspot.com/feeds/posts/default",
"http://pythonxynews.blogspot.de/feeds/posts/default",
"https://labs.quansight.org/rss.xml",
"https://rgommers.github.io/index.xml",
"http://sagemath.blogspot.com/feeds/posts/default",
"http://samspythonblogspot.blogspot.com/feeds/posts/default",
"http://scipy2010.blogspot.com/feeds/posts/default",
"http://scipystats.blogspot.com/feeds/posts/default",
"http://scipystatsimprovements.blogspot.mx/feeds/posts/default?alt=rss",
"http://surya-gsoc2013.blogspot.in/feeds/posts/default",
"http://sympy.blogspot.com/feeds/posts/default",
"http://technicaldiscovery.blogspot.com/feeds/posts/default",
"http://travisvaught.blogspot.com/feeds/posts/default/-/python",
"http://twiecki.github.io/atom.xml",
"http://vcansimplify.wordpress.com/tag/gsoc/feed/atom",
"http://www.laurentluce.com/posts/tag/scipy/feed/",
"http://www.leouieda.com/rss.xml",
"http://www.logilab.org/bookmark/9844/follow",
"http://www.numfocus.org/feed",
"http://www.randalolson.com/tag/python/feed/",
"http://www.spyder-ide.org/blog/feed.xml",
"https://blog.scikit-learn.org/feed.xml",
"http://xuewei4d.github.io/feed.xml",
"https://pav.iki.fi/blog.xml",
"https://www.anaconda.com/blog/feed/",
"https://www.listendata.com/feeds/posts/default/-/Python",
"https://www.nbshare.io/feeds/all.atom.xml"
]
}