I hereby claim:
- I am dragenet on github.
- I am dragenet (https://keybase.io/dragenet) on keybase.
- I have a public key whose fingerprint is C4F6 C4CA 05FB 0FA2 66C2 FA7E A256 A864 B9D8 C2B6
To claim this, I am signing this object:
| // UTIL START | |
| const test = (label, fn, attempts = 50, verbose = false) => { | |
| const executionsTimeAccumulator = [] | |
| let min = null | |
| let max = null | |
| Array(attempts) | |
| .fill(null) | |
| .forEach((_, index) => { | |
| const start = performance.now() |
| # launch powershell and paste or launch from file this script | |
| Add-Type -AssemblyName System.Windows.Forms | |
| $fc = (-1, 1 | Get-Random) | |
| while ($true) | |
| { | |
| $Pos = [System.Windows.Forms.Cursor]::Position | |
| $x = ($pos.X) + (Get-Random -Minimum -5 -Maximum 5) * $fc | |
| $y = ($pos.Y) + (Get-Random -Minimum -5 -Maximum 5) * $fc | |
| if($x -eq 0 -Or $y -eq 0) { |
| /* | |
| Example mapping | |
| Input: | |
| path = ['body', 'email'] | |
| message = 'MESSAGE' | |
| Output: | |
| { | |
| body: { |
I hereby claim:
To claim this, I am signing this object:
| .env* | |
| !.env.example |