I hereby claim:
- I am shanselman on github.
- I am shanselman (https://keybase.io/shanselman) on keybase.
- I have a public key whose fingerprint is E010 F4EC CF9A D085 FD3C A875 AE91 5B1E FA9A DBD0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| Enable-RemoteDesktop | |
| cinst 1password | |
| cinst 7zip | |
| cinst 7zip.install | |
| cinst AdobeAIR | |
| cinst adobereader | |
| cinst Atom | |
| cinst markdownpad2 |
| mkdir "~\Desktop\AzureFriday" | |
| cd "~\Desktop\AzureFriday" | |
| [Environment]::CurrentDirectory=(Get-Location -PSProvider FileSystem).ProviderPath | |
| $a = ([xml](new-object net.webclient).downloadstring("http://channel9.msdn.com/Shows/Azure-Friday/feed/mp4high")) | |
| $a.rss.channel.item | foreach{ | |
| $url = New-Object System.Uri($_.enclosure.url) | |
| $file = $url.Segments[-1] | |
| "Downloading: " + $file | |
| if (!(test-path $file)) | |
| { |
| C:\Users\scottha>where chromedriver | |
| c:\Python27\chromedriver.exe |
| See the end of this message for details on invoking | |
| just-in-time (JIT) debugging instead of this dialog box. | |
| ************** Exception Text ************** | |
| System.NullReferenceException: Object reference not set to an instance of an object. | |
| at FluentAutomation.REPL.REPL.consoleTextBox_KeyDown(Object sender, KeyEventArgs e) in c:\Projects\FluentAutomation.Repl\REPL.cs:line 303 | |
| at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e) | |
| at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m) | |
| at System.Windows.Forms.Control.ProcessKeyMessage(Message& m) | |
| at System.Windows.Forms.Control.WmKeyChar(Message& m) |
| General idea is/ | |
| * get an azure trial at azure.com. 10 free websites per region. | |
| get the azure command line with npm | |
| >npm install azure-cli --g | |
| Now you can type "azure" and call rest services to do anything. | |
| import your account creds: |
| { | |
| {I have|I've} been {surfing|browsing} online more than {three|3|2|4} hours today, yet I never found any interesting article like yours. {It's|It | |
| is} pretty worth enough for me. {In my opinion|Personally|In my view}, if all {webmasters|site owners|website owners|web owners} and bloggers made good content as | |
| you did, the {internet|net|web} will be {much more|a lot more} | |
| useful than ever before.| | |
| I {couldn't|could not} {resist|refrain from} commenting. {Very well|Perfectly|Well|Exceptionally well} written!| | |
| {I will|I'll} {right away|immediately} {take hold of|grab|clutch|grasp|seize|snatch} | |
| your {rss|rss feed} as I {can not|can't} {in finding|find|to find} your {email|e-mail} subscription {link|hyperlink} or {newsletter|e-newsletter} service. Do {you have|you've} any? | |
| {Please|Kindly} {allow|permit|let} me {realize|recognize|understand|recognise|know} {so that|in order that} I {may just|may|could} subscribe. | |
| Thanks.| |
| (1..366) | foreach { | |
| $url = New-Object System.Uri("http://hanselminutes.com/images/shows/" + $_ + ".jpg") | |
| $file = $url.Segments[-1] | |
| $file | |
| (New-Object System.Net.WebClient).DownloadFile($url, "c:\hm\" + $file) | |
| } |
| <configuration> | |
| <system.webServer> | |
| <rewrite> | |
| <rules> | |
| <rule name="Sendy all" stopProcessing="true"> | |
| <match url="^([a-zA-Z0-9-]+)$" ignoreCase="true" /> | |
| <conditions logicalGrouping="MatchAll" trackAllCaptures="false"> | |
| <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> | |
| <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> | |
| </conditions> |
| <phone:PhoneApplicationPage | |
| x:Class="AkavacheWP8.MainPage" | |
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
| xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" | |
| xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" | |
| xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | |
| xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | |
| mc:Ignorable="d" | |
| FontFamily="{StaticResource PhoneFontFamilyNormal}" |