I hereby claim:
- I am jaboc83 on github.
- I am jaboc83 (https://keybase.io/jaboc83) on keybase.
- I have a public key ASD_n6KwzcVMvYPOu9G00rfx0zaeH9f34n2XhaiT6J_sOQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
[CmdletBinding()] | |
param ( | |
[Parameter(Mandatory=$True, Position=1)] | |
$Filter | |
) | |
$batFileContent = @" | |
mkdir a | |
robocopy a %1 /s /mir | |
rmdir a |
/** Reinflates a compressed signature string: | |
resolution = a representation of the resolution in | |
pixels of the canvas which this signature will be drawn | |
e.g. {x:800,y:200} | |
*/ | |
var inflateToJsonSignature = function (deflatedSig, resolution) { | |
var components = [], | |
modifier = 1, | |
compressWithResolution = /^(?:\[(\d+)x(\d+)\])?([\w\W]*)/, | |
parsedSigString = deflatedSig.match(compressWithResolution), |