# | 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
Sync-WindowsTime.ps1 | |
#> | |
# Requires administrator rights | |
$empty_line = "" | |
# Check if the PowerShell session is elevated (has been run as an administrator) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
OlderNewer