Skip to content

Instantly share code, notes, and snippets.

@max-arnold
max-arnold / python-static-site-generators.txt
Last active January 27, 2023 11:09
List of static blog/site generators written in Python
http://blohg.org/
http://getnikola.com/
http://markdoc.org/
http://mulholland.xyz/docs/ivy/
http://mynt.mirroredwhite.com/
http://obraz.pirx.ru/
http://pelican.readthedocs.org/en/latest/
http://pyfolio.org/
http://pypi.python.org/pypi/jules
http://pythonhosted.org/swg/
@eyecatchup
eyecatchup / hosts
Last active July 12, 2023 08:53
Disable Skype ads: 1.) Add hosts to your hosts file 2.) Flush DNS resolver cache (ipconfig /flushdns)
# Block Skype ads
127.0.0.1 *.msads.net
127.0.0.1 *.msecn.net
127.0.0.1 *.rad.msn.com
127.0.0.1 a.ads2.msads.net
127.0.0.1 ac3.msn.com
127.0.0.1 ad.doubleclick.net
127.0.0.1 adnexus.net
127.0.0.1 adnxs.com
127.0.0.1 ads1.msn.com
@MichaelPote
MichaelPote / himawari.ps1
Created February 3, 2016 19:11
Windows Powershell Script to download the latest image from the Himawari-8 satelite, combine the tiles into a single image, convert to jpg and then set as the desktop background.
#
# Himawari-8 Downloader
#
#
#
# This script will scrape the latest image from the Himawari-8 satellite, recombining the tiled image,
# converting it to a JPG which is saved in My Pictures\Himawari\ and then set as the desktop background.
#
# http://himawari8.nict.go.jp/himawari8-image.htm
#