Skip to content

Instantly share code, notes, and snippets.

# Maintainer: Alexandria <alxpettit@gmail.com>
_pkgname=vim-fish
pkgname=${_pkgname}-git
pkgver=20200322.8b20c17
pkgrel=1
pkgdesc='VIM runtime files for FISH stuff'
url='https://github.com/blankname/vim-fish'
arch=('any')
license=('custom:MIT')
@avbop
avbop / dscovr.py
Last active July 24, 2018 08:59
Script to download the latest DSCOVR image. Can probably be easily combined with https://github.com/boramalper/himawaripy for use with background-setters other than nitrogen.
#!/usr/bin/env python3
# http://epic.gsfc.nasa.gov/
# https://gist.github.com/IJMacD/c4cd803ab5b09eaa53dd
# https://github.com/boramalper/himawaripy
from io import BytesIO
from json import loads
from datetime import datetime, timedelta
from time import strptime