I hereby claim:
- I am wagonli on github.
- I am lamouette (https://keybase.io/lamouette) on keybase.
- I have a public key ASBAWX6z2e0gN9IVdKrq33uVONQUgo_S2PXXv6FWKgod_wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# | |
# 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 | |
# |
using System; | |
using System.Collections.Generic; | |
using System.Linq.Expressions; | |
namespace Wagonli.Tools | |
{ | |
/// <summary> | |
/// Extensions to create for loop from an integer using the syntax | |
/// %int%.Times(the expression to execute) | |
/// </summary> |
using Windows.System.Profile; | |
using Windows.UI.ViewManagement; | |
namespace Wagonli.Tools | |
{ | |
public static class DeviceTypeHelper | |
{ | |
public static DeviceFormFactorType GetDeviceFormFactorType() | |
{ | |
switch (AnalyticsInfo.VersionInfo.DeviceFamily) |