その名の通りKeyword-Driven(キーワード駆動)で進めていくLTのことです。
定められたキーワードについてLTを行います。
プレゼンを楽しむのはもちろんのこと、プレゼン能力や特定の分野における知識量、或いは未知のキーワードについて調査する能力を競ったり量ったりするのに有用かもしれません。
| function _fzf_cd_ghq() { | |
| local root="$(ghq root)" | |
| local repo="$(ghq list | fzf --preview="ls -AF --color=always ${root}/{1}")" | |
| local dir="${root}/${repo}" | |
| if [[ -z "${repo}" ]]; then | |
| zle reset-prompt | |
| return 0 | |
| fi | |
| [ -n "${dir}" ] && cd "${dir}" | |
| zle accept-line |
| def decode_eisa_id(eisa_id: int): | |
| eisa_id = int.from_bytes(eisa_id.to_bytes(4, "little"), "big") | |
| vendor = "" | |
| vendor_bits = (eisa_id >> 16) & 0xFFFF | |
| char1_val = (vendor_bits >> 10) & 0x1F | |
| char2_val = (vendor_bits >> 5) & 0x1F | |
| char3_val = vendor_bits & 0x1F | |
| vendor += chr(char1_val + 0x40) |
| /* | |
| * Intel ACPI Component Architecture | |
| * AML/ASL+ Disassembler version 20250404 (64-bit version) | |
| * Copyright (c) 2000 - 2025 Intel Corporation | |
| * | |
| * Disassembling to symbolic ASL+ operators | |
| * | |
| * Disassembly of dsdt.dat | |
| * | |
| * Original Table Header: |
| import enum | |
| class Color(enum.Enum): | |
| BLACK = enum.auto() | |
| WHITE = enum.auto() | |
| color_text = "black" |
| --- | |
| archs: [arm64] | |
| install-name: /usr/lib/libsandbox.1.dylib | |
| platform: ios | |
| current-version: 1217.120.7 | |
| compatibility-version: 1 | |
| exports: | |
| - archs: [arm64] | |
| symbols: [ |
| [22531]: stat : 188 | |
| [22531]: stat : 188 | |
| [22531]: stat : 188 | |
| [22531]: stat : 188 | |
| [22531]: stat : 188 | |
| [22531]: stat : 188 | |
| [22531]: stat : 188 | |
| [22531]: stat : 188 | |
| [22531]: stat : 188 | |
| [22531]: stat : 188 |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "ad_lass" = { | |
| "X-LPV" = "x-lpv"; | |
| }; | |
| "ad_showcase" = { | |
| "X-LPV" = "x-lpv"; | |
| }; | |
| "ad_stats" = { | |
| "X-LPV" = "x-lpv"; | |
| }; |
| mainURL /S4 | |
| registrationURL /api/v4/TalkService.do | |
| operationsURL /P4 | |
| operations5URL /P5 | |
| normalOperationsURL /NP4 | |
| normalOperation5URL /NP5 | |
| compactMessagesURL /CA5 | |
| encryptedCompactMessagesURL /ECA5 | |
| forcePublishURL /CP4 | |
| signOutURL /F4 |