I hereby claim:
- I am vongrippen on github.
- I am vongrippen (https://keybase.io/vongrippen) on keybase.
- I have a public key ASAAyLY1DZsQ0kGPT7lMtJVS79xKCKkQr4XEFIgSF4UJvAo
To claim this, I am signing this object:
div.log div.messageRow, div.log span.author, div.log div.me a.user, div.memberwrapper, div.shim, td.nickcell a.nick, td.inputcell textarea { | |
font-family: Consolas, monospace, Courier; | |
font-size: 12px; | |
} | |
span.author a:before { | |
content: "<" | |
} | |
span.author a:after { |
function Load-Packages | |
{ | |
param ([string] $directory = 'Packages') | |
$assemblies = Get-ChildItem $directory -Recurse -Filter '*.dll' | Select -Expand FullName | |
foreach ($assembly in $assemblies) { [System.Reflection.Assembly]::LoadFrom($assembly) } | |
} | |
Load-Packages | |
$routes = @{ |
div.log div.messageRow, div.log span.author, div.log div.me a.user, div.memberwrapper, div.shim, td.nickcell a.nick, td.inputcell textarea { | |
font-family: Consolas, monospace, Courier; | |
font-size: 12px; | |
} | |
span.author a:before { | |
content: "<" | |
} | |
span.author a:after { |
I hereby claim:
To claim this, I am signing this object:
Including: | |
* Deleting files and folders (incl criteria based - if older than xx days) | |
* Open and save file dialogs | |
* Hard disk usage reports |
$destinationDir = "C:\Users\$env:Username\eBooks\" | |
$URI = "https://blogs.msdn.microsoft.com/mssmallbiz/2017/07/11/largest-free-microsoft-ebook-giveaway-im-giving-away-millions-of-free-microsoft-ebooks-again-including-windows-10-office-365-office-2016-power-bi-azure-windows-8-1-office-2013-sharepo/" | |
$HTML = Invoke-WebRequest -Uri $URI | |
$Elements = $HTML.AllElements | |
$Parsed = $HTML.ParsedHtml | |
$table = $Parsed.getElementsByTagName("tbody")[0] | |
$tr = $table.getElementsByTagName("tr") |
vagrant : INFO global: Vagrant version: 2.1.5 | |
At line:1 char:1 | |
+ vagrant up --debug 2>&1 | Tee-Object -FilePath ".\vagrant.log" | |
+ ~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : NotSpecified: ( INFO global: Vagrant version: 2.1.5:String) [], RemoteException | |
+ FullyQualifiedErrorId : NativeCommandError | |
INFO global: Ruby version: 2.4.4 | |
INFO global: RubyGems version: 2.6.14.1 |