Skip to content

Instantly share code, notes, and snippets.

View spSlaine's full-sized avatar
👍
Knows where his towel is.

Simon Phillips spSlaine

👍
Knows where his towel is.
View GitHub Profile
@spSlaine
spSlaine / index.html
Created August 9, 2019 07:30
Sketch widget - 4.12
<!--
ArcGIS API for JavaScript, https://js.arcgis.com
For more information about the sketch-geometries sample, read the original sample description at developers.arcgis.com.
https://developers.arcgis.com/javascript/latest/sample-code/sketch-geometries/index.html
-->
<div id="viewDiv"></div>
@spSlaine
spSlaine / Script_Template.ps1
Created March 20, 2019 14:07 — forked from 9to5IT/Script_Template.ps1
PowerShell: Script Template
#requires -version 2
<#
.SYNOPSIS
<Overview of script>
.DESCRIPTION
<Brief description of script>
.PARAMETER <Parameter_Name>
<Brief description of parameter input required. Repeat this attribute if required>
@spSlaine
spSlaine / SaveSpotlightImages.ps1
Last active September 26, 2017 14:18 — forked from jcefoli/SaveSpotlightImages.ps1
Copies the Windows Spotlight lock screen images in Windows 10 to a "Windows Spotlight" folder in My Pictures.
<#
.DESCRIPTION
Copies the Windows Spotlight lock screen images in Windows 10 to a "Windows Spotlight" folder in My Pictures.
This script will intelligently sort through the temporary directory and will only copy images
that are 1920x1080. Since the filenames of the images can change, the script will also compare
SHA1 hashes of the existing so we don't copy duplicates.
.NOTES
Version: 1.0.3