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
# From PowerShell ADMINISTRATOR session run | |
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
# Open new PowerSheel Administrator session and run | |
# $cred=Get-Credential domain\username (can also use [email protected] MSA style username) | |
# Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/tylergibson/bd7a4c923db6bc0bd0a3ca05473dd4f7/raw -Credential $cred | |
# Initialize reboot log file | |
$reboot_log = "C:\installation.rbt" | |
if ( -not (Test-Path $reboot_log) ) { New-Item $reboot_log -type file } |
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" encoding="utf-8"?> | |
<AdminDeploymentCustomizations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/wix/2011/AdminDeployment"> | |
<BundleCustomizations TargetDir="C:\Program Files (x86)\Microsoft Visual Studio 14.0" NoCacheOnlyMode="default" NoWeb="default" NoRefresh="default" SuppressRefreshPrompt="default" Feed="default" /> | |
<SelectableItemCustomizations> | |
<SelectableItemCustomization Id="VSUV3RTMV1" Hidden="no" Selected="yes" FriendlyName="Visual Studio 2015 Update 3" /> | |
<SelectableItemCustomization Id="MicroUpdateV3" Selected="yes" FriendlyName="MicroUpdate 3.0 for Visual Studio 2015 Update 3" /> | |
<SelectableItemCustomization Id="MicroUpdateV3.5" Selected="yes" FriendlyName="Update for Microsoft Visual Studio 2015 (KB3165756)" /> | |
<SelectableItemCustomization Id="NativeLanguageSupport_XPV1" Hidden="no" Selected="yes" FriendlyName="Windows XP Support for C++" /> | |
<SelectableItemCustomiza |
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
Daily Cases (https://usafactsstatic.blob.core.windows.net/public/data/covid-19/covid_confirmed_usafacts.csv) | |
Data Entry Error in Glenn County CA on 7/2/2020 - 1160 should be 116 | |
Major declination error in Nueces County TX on 7/25/2020 - Fall of 18.4%, Should follow up with TX HHS | |
Major declination error in Midland County TX on 7/21/2020 - Fall of 13.5%, Should follow up with TX HHS | |
Data Entry Error in Baltimore County MD on 7/17/2020 - 9141 should be 9411 - Also none of Baltimore County MD numbers match their publicly reported data https://bc-coronavirus-response-bc-gis.hub.arcgis.com/ | |
Data Entry Error in Dixie County FL on 9/5/2020 - 368 should be 768 | |
Data Entry Error in Jasper County MO on 7/3/2020 - 515 when days on both sides are 620 and is only cumulative outlier. | |
Daily Deaths (https://usafactsstatic.blob.core.windows.net/public/data/covid-19/covid_deaths_usafacts.csv) | |
Error in Glenn County CA on 7/2/2020 - should be zero, entered as 112 |