Skip to content

Instantly share code, notes, and snippets.

View auberginehill's full-sized avatar

auberginehill

View GitHub Profile
@auberginehill
auberginehill / Download-NikonAGPSUpdateFile.ps1
Last active February 22, 2019 06:04
Downloads the most recent Nikon A-GPS update file (NMT_14A.ee) from Nikon to $env:temp (a Windows PowerShell script).
<#
Download-NikonAGPSUpdateFile.ps1
#>
# Set the common parameters
# Note: Will overwrite the existing NMT_14A.ee file
$ErrorActionPreference = "Stop"
$start_time = Get-Date
$path = $env:temp
@auberginehill
auberginehill / Boston Celtics Regular Season Schedule 2018-19.md
Last active December 16, 2019 16:01
Boston Celtics Regular Season Schedule 2018-19 in table format including NBA League Pass Premium game links and box score links.
# Date Opponent Type Time NBA Box Score National TV
1 Tue, Oct 16 Philadelphia 76ers Home 8 p.m. https://watch.nba.com/game/20181016/PHIBOS https://www.basketball-reference.com/boxscores/201810160BOS.html TNT
2 Fri, Oct 19 Toronto Raptors Away 8 p.m. https://watch.nba.com/game/20181019/BOSTOR https://www.basketball-reference.com/boxscores/201810190TOR.html
3 Sat, Oct 20 New York Knicks Away 7:30 p.m. https://watch.nba.com/game/20181020/BOSNYK https://www.basketball-reference.com/boxscores/201810200NYK.html
4 Mon, Oct 22 Orlando Magic Hom
@auberginehill
auberginehill / Sync-WindowsTime.ps1
Last active April 10, 2019 14:39
Syncs Windows Time from an External Time Source (a Windows PowerShell script).
<#
Sync-WindowsTime.ps1
#>
# Requires administrator rights
$empty_line = ""
# Check if the PowerShell session is elevated (has been run as an administrator)
@auberginehill
auberginehill / CDS_SCPD.xml
Last active May 17, 2019 12:49
Panasonic Lumix LX10/LX15 settings
<?xml version="1.0"?>
<scpd
xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>GetSearchCapabilities</name>