This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"color_scheme": "Packages/Monocyanide Colorscheme/Monocyanide ColorScheme - Black.tmTheme", | |
"copy_with_empty_selection": false, | |
"draw_white_space": "all", | |
"font_size": 9, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#PKGCONFIG for android-qt5 for qt 5.4 | |
# Maintainer: Jiaxi Hu <sftrytry _AT_ gmail _DOT_ com> | |
# Contributor: jimmy00784 <jimmy00784@gmail.com> | |
pkgname='android-qt5' | |
pkgver=5.4.0 | |
_pkgver=5.4 | |
pkgrel=1 | |
pkgdesc="Qt 5 for Android" | |
arch=('x86_64') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from bs4 import BeautifulSoup | |
from datetime import datetime | |
from pytz import timezone | |
from os.path import expanduser, join | |
import subprocess | |
import urllib.request | |
import configparser | |
config = configparser.ConfigParser() | |
config_path = join(expanduser('~'), '.delugefeeder.ini') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "qdjangotablemodel.h" |