I hereby claim:
- I am murven on github.
- I am murven (https://keybase.io/murven) on keybase.
- I have a public key ASAzwa4EbwZFcHESiQP_T2Unyy4laWR5eN5aYMv6cpA-Iwo
To claim this, I am signing this object:
| Get-ChildItem -Filter *.json | Get-Content -Raw | ConvertFrom-Json |
| Invoke-RestMethod http://ipinfo.io/json | Select -exp ip |
| gwmi Win32_Product -Filter "Name LIKE 'Extension Name%'" | foreach { $_.Uninstall() } |
| git log --pretty=format:"%h - %an, %ad : %s" --no-merges > output-file.txt |
I hereby claim:
To claim this, I am signing this object:
| let identidad x = x | |
| let verdadero x y = identidad x | |
| let falso x y = identidad y | |
| let negacion x = x falso verdadero | |
| let contrario booleano x y = booleano y | |
| let si booleano x y = booleano x y | |
| let a = si (verdadero) 5 6 |
| ((gwmi win32_operatingsystem).Properties) | % { $_.Name + ": " + $_.Value } > OSInformation.txt |
| (dir *.jpg -Recurse -File).FullName.Replace("\","/").Replace("S:/Your/Local/Path/here","https://www.yourdomainhere.com/remote/path/here").Replace(" ","-") > to-file.txt |
| module Zapote { | |
| /// <reference path="typings/easeljs/easeljs.d.ts"/> | |
| /// <reference path="typings/createjs-lib/createjs-lib.d.ts"/> | |
| /// <reference path="typings/tweenjs/tweenjs.d.ts"/> | |
| class GameItem { | |
| shape: createjs.Shape; | |
| speedX: number; | |
| speedY: number; | |
| speedAlpha: number; | |
| constructor(shape: createjs.Shape, speedX: number, speedY: number, speedAlpha: number) { |
| $player = New-Object System.Media.SoundPlayer "$env:windir\Media\notify.wav" | |
| $player.Play() |