Skip to content

Instantly share code, notes, and snippets.

View Karl-Han's full-sized avatar

Kunlin Han Karl-Han

View GitHub Profile
@stungeye
stungeye / crypto_news.json
Created December 18, 2017 04:42
News Site RSS Feeds
[
{
"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"
},
{
@dragonman225
dragonman225 / typora-installer.sh
Last active March 7, 2023 01:41
Typora Install Script for Linux
#!/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