News RSS Feeds
News | |
Bloomberg | |
Bloomberg Markets | http://www.bloomberg.com/feeds/podcasts/advantage.xml |
Bloomberg Views | http://www.bloomberg.com/feeds/podcasts/view.xml |
Bloomberg Radio | https://www.bloomberg.com/feeds/podcasts/featured.xml |
News RSS Feeds
News | |
Bloomberg | |
Bloomberg Markets | http://www.bloomberg.com/feeds/podcasts/advantage.xml |
Bloomberg Views | http://www.bloomberg.com/feeds/podcasts/view.xml |
Bloomberg Radio | https://www.bloomberg.com/feeds/podcasts/featured.xml |
[ | |
{ | |
"url": "http://money.cnn.com", | |
"rss": "http://rss.cnn.com/rss/money_topstories.rss" | |
}, | |
{ | |
"url": "http://thehill.com", | |
"rss": "http://thehill.com/rss/syndicator/19110" | |
}, | |
{ |
#!/bin/bash | |
# Typora Installer by dragonman225 | |
# Variables | |
USER=$(/usr/bin/id -run) | |
INSTALL_DIR="${HOME}/applications" | |
APP_SHORTCUT="/usr/share/applications/typora.desktop" | |
TYPORA_ARCHIVE="/tmp/Typora-linux-x64.tar.gz" | |
# Greeting |