Skip to content

Instantly share code, notes, and snippets.

View cvakiitho's full-sized avatar
🌈
Focusing

Tomáš Hartmann cvakiitho

🌈
Focusing
View GitHub Profile
@steve-taylor
steve-taylor / theme-colors.html
Last active November 2, 2020 22:59
Theme color chooser
<!doctype html>
<html>
<head>
<style>
html, body {
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Roboto, 'Segoe UI', sans-serif;
}
.color-grid {
display: grid;
@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
#
@roylez
roylez / adblockupdater.sh
Last active March 9, 2016 18:34 — forked from Holzhaus/adblockupdater.sh
Adblock script for OpenWRT
# Adblock script for OpenWRT
# (c) 2015 by Roy Zuo
#
# This is another adblocker script for OpenWRT. Simply run this script as a
# daily cronjob on your OpenWRT-router. This works since OpenWRT
# revision 39312 [1] and does not manipulate any files in /etc/.
# Instead, this adds the adblock serverlist as a separate file
# to /tmp/.
#
# Use this file with Unbound DNS resolver.