🌌
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
-
ZIP on the web
ZIP on the web 1<!DOCTYPE html>2<html lang="en">
34<head>
5<meta charset="utf-8">
-
Structured Field Values for HTTP
Structured Field Values for HTTP 1'use strict';
23const base32 = require('./base32'); // IETF HTTP Working Group Structured Field Tests JSON Schema support
45/** @module RFC9651 */ -
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
-
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)
-
rdp-ping.sh
rdp-ping.sh 1exec 3<>/dev/tcp/$server/3389
23xxd -r -p <<REQ >&3403 00 00 2a525 e0 00 00 00 00 00 -
M5Stack Basic/Gray/Core2 BLE Active ...
M5Stack Basic/Gray/Core2 BLE Active Scan sample 1#ifndef ARDUINO_M5STACK_Core22#include <M5Stack.h>
3#else4#include <M5Core2.h>
5#endif
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.