I hereby claim:
- I am kthjm on github.
- I am kthjm (https://keybase.io/kthjm) on keybase.
- I have a public key ASDnP_Cpesy9ZtPTzkV1AQgfSiSUvipzJpOFyXKXCDwnuwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# chcp 65001 | |
# start-process: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/start-process?view=powershell-6 | |
# sal: http://yanor.net/wiki/?PowerShell/%E3%82%B7%E3%82%A7%E3%83%AB%E7%AE%A1%E7%90%86/%E3%82%A8%E3%82%A4%E3%83%AA%E3%82%A2%E3%82%B9%20-%20Set-Alias%20Get-Alias%E4%BB%96 | |
sal vs code | |
function churl($url) { start "chrome" -ArgumentList "$url" } | |
function ch:google() { | |
$query = [system.String]::Join("+", $args) |
import {Causux,onRecieve,offRecieve,supply} from "causux"; | |
import arg from "../arg.js"; | |
const {init,name,fin} = new Causux(arg); |
##test
test
xhrxhr
function* wannaIterable(length){ | |
let from = 0; | |
while(from < length){ | |
yield from++; | |
} |