2016 Apr 25, 7:05 2016 Apr 22, 4:40
Hi, you may know me from space, but did you know Earth is my favorite planet? Love it & each other.
#EarthDay
2016 Apr 8, 4:52 2016 Apr 5, 11:22
Terrified that the
#PanamaPapers will reveal I never beat Dragon Age: Inquisition.
2016 Mar 31, 10:12
You can call WinRT APIs from PowerShell. Here's a short example using the WinRT Launcher API:
[Windows.System.Launcher,Windows.System,ContentType=WindowsRuntime]
$uri = New-Object System.Uri "http://example.com/"
[Windows.System.Launcher]::LaunchUriAsync($uri)
Note
that like using WinRT in .NET, you use the System.Uri .NET class instead of the Windows.Foundation.Uri WinRT class which is not projected and under the covers the system will convert the System.Uri
to a Windows.Foundation.Uri.
2016 Feb 23, 9:19 2016 Feb 20, 2:10 2016 Feb 20, 1:40 2016 Feb 20, 1:22 2016 Feb 17, 3:30 2016 Feb 17, 1:07 2016 Feb 16, 5:06 2016 Feb 16, 5:22
This guy sped by me on the freeway. Had a strong feeling this was a Unicode codepoint. In my gut
I knew what it was.
pic.twitter.com/4B3oHSXXAi
2016 Feb 16, 2:06 2016 Feb 12, 7:25
> typeof NaN 'number' > (╯°□°)╯︵ ┻━┻) ...
2016 Feb 12, 1:52