I hereby claim:
- I am BirkhoffLee on github.
- I am birkhoff (https://keybase.io/birkhoff) on keybase.
- I have a public key whose fingerprint is D72A 7413 71B8 393D 6327 5256 4B09 ECA2 27EF 342B
To claim this, I am signing this object:
| items={} | |
| $("table.items tr").each((i, tr) => { | |
| item = {} | |
| item.id = $("td.id", tr).html() | |
| item.name = $("span.text-id", tr).html().slice(11).slice(0, -1).toUpperCase() | |
| item.data = (item.id.indexOf(":") != null) ? item.id.split(":")[1] : ""; | |
| item.displayname = $("td.row-desc > span", tr).html() | |
| items[item.id]=item | |
| }) | |
| console.log(JSON.stringify(items)) |
| #!/bin/bash | |
| # Settings | |
| USERNAME="mysqluser" | |
| SSH_PUBKEY="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClxraaf0yoYrLWhxD1gdFopR/20Z54spf4ecbAXTch42HLpMimFh18qNa4easbeP8SPjt94arV+BxHFmCaK41YsP1tJL/5I1DsnPyYew5ZJjWGBeGF7nMvht5ostKPOa+tpuQP/z5goE7gQxF+46nMnO2q7bHG4+6xl4fLq+yoWY8vpBgW6RUTPPExhHXaV+KxFBmroW1AXvcM2nxnrAQFcG6mvPhnIUpDjYtUvq48lch34MwuX+ckPYXCBinDTekS/ZV9/H4XjVsv/Uay3cAz5VG5SuwXsSCJfgMJFGw86wYRcFe401rnG1LnWJczHPCtzA6CuY25UdptcQYCH+lV [email protected]" | |
| # Check permissions | |
| if [[ $(id -u) -ne 0 ]]; then | |
| printf "The script must be run as root! \n" | |
| exit 1 |
| z:: | |
| if GetKeyState("LButton") { | |
| Send % "{Click Up}" | |
| BlockInput, MouseMoveOff | |
| } else { | |
| Send % "{Click Down}" | |
| BlockInput, MouseMove | |
| } | |
| return |
| { | |
| "Link Color" : { | |
| "Red Component" : 0.023, | |
| "Color Space" : "Calibrated", | |
| "Alpha Component" : 1, | |
| "Blue Component" : 0.678, | |
| "Green Component" : 0.27 | |
| }, | |
| "Tags" : [ |
| @echo off | |
| CLS | |
| if "%minimized%"=="" set minimized=true & start /min cmd /c "%~dpnx0" & goto :EOF | |
| :init | |
| setlocal DisableDelayedExpansion | |
| set "batchPath=%~0" | |
| for %%k in (%0) do set batchName=%%~nk | |
| set "vbsGetPrivileges=%temp%\OEgetPriv_%batchName%.vbs" |
| #!/bin/bash | |
| python_version=3.5.2 | |
| cd | |
| sudo sed -i '1iexport LANG=en_US.UTF-8' ~/.profile | |
| sudo sed -i '1iexport LC_ALL=en_US.UTF-8' ~/.profile | |
| brew update |
| #!/bin/bash | |
| # Settings | |
| USERNAME="docker" | |
| SSH_PUBKEY="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClxraaf0yoYrLWhxD1gdFopR/20Z54spf4ecbAXTch42HLpMimFh18qNa4easbeP8SPjt94arV+BxHFmCaK41YsP1tJL/5I1DsnPyYew5ZJjWGBeGF7nMvht5ostKPOa+tpuQP/z5goE7gQxF+46nMnO2q7bHG4+6xl4fLq+yoWY8vpBgW6RUTPPExhHXaV+KxFBmroW1AXvcM2nxnrAQFcG6mvPhnIUpDjYtUvq48lch34MwuX+ckPYXCBinDTekS/ZV9/H4XjVsv/Uay3cAz5VG5SuwXsSCJfgMJFGw86wYRcFe401rnG1LnWJczHPCtzA6CuY25UdptcQYCH+lV [email protected]" | |
| # Check permissions | |
| if [ "$EUID" -ne 0 ] | |
| then echo "Please run as root" | |
| exit |
I hereby claim:
To claim this, I am signing this object: