🌌
Working in the metaverse
De-ev. Oops.
Just a low-level programmer, sometimes an Excel h-organizer (方眼士).
“Refer to the source. Standards have ideals, implementations have realities.”
-
Nicosys
- Sabae
- @iso2022jp
Pinned Loading
-
BodyPix を getUserMedia に注入してみる
BodyPix を getUserMedia に注入してみる 1'use strict'
23;(async () => {
45const handleSelectImage = (input, select) => {
-
rdp-ping.sh
rdp-ping.sh 1exec 3<>/dev/tcp/$server/3389
23xxd -r -p <<REQ >&3
403 00 00 2a
525 e0 00 00 00 00 00
-
TextDecoder を使って無理矢理 Windows-31J の E...
TextDecoder を使って無理矢理 Windows-31J の Encoder を作る 12const encodeWindows31J = text => {
3const range = (from, to) => [...Array(to - from + 1).keys()].map(b => b + from)
45const islead = b => (b >= 0x81 && b <= 0x9F) || (b >= 0xe0 && b <= 0xef)
-
VBA: Cdecl Thunk
VBA: Cdecl Thunk 1VERSION 1.0 CLASS
2BEGIN
3MultiUse = -1 'True
4Persistable = 0 'NotPersistable
5DataBindingBehavior = 0 'vbNone
-
Download as Excel
Download as Excel 12const download = (blob, filename, type = blob.type || 'application/octet-stream') => {
3const a = document.createElement('a')
4a.href = window.URL.createObjectURL(blob)
5a.download = filename
-
nudo.exe: Do as a normal user
nudo.exe: Do as a normal user 12#define STRICT
3#define WIN32_LEAN_AND_MEAN
4#define VC_EXTRALEAN
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.