| find_package(Git REQUIRED) | |
| function(add_git_submodule dir) | |
| # add a Git submodule directory to CMake, assuming the | |
| # Git submodule directory is a CMake project. | |
| # | |
| # Usage: in CMakeLists.txt | |
| # | |
| # include(AddGitSubmodule.cmake) | |
| # add_git_submodule(mysubmod_dir) |
| diff -r 1/linux-z7213/.gitignore 2/linux-z7213/.gitignore | |
| 100a101,106 | |
| > | |
| > # for yocto recipes-kernel build | |
| > arch/arm/boot/vmlinux | |
| > oe-logs | |
| > oe-workdir | |
| > source | |
| diff -r 1/linux-z7213/arch/arm/include/asm/uaccess.h 2/linux-z7213/arch/arm/include/asm/uaccess.h | |
| 162c162 |
| // flutter pub add nostr | |
| import 'dart:convert'; | |
| import 'dart:io'; | |
| import 'package:nostr/nostr.dart'; | |
| //自分の公開鍵(16進数。https://damus.io/key/ で変換できる) | |
| const yourPubKeyHex = | |
| "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; |
| // ==UserScript== | |
| // @name ChatGPT Enter Fix (GPT4) | |
| // @name:ja ChatGPT Enter Fix (GPT4) | |
| // @namespace http://tampermonkey.net/ | |
| // @description This Chrome/Safari extension addresses the issue where ChatGPT sends text even when the Enter key is pressed during Japanese conversion. | |
| // @description:ja ChatGPTにおいて日本語IMEで変換中にEnterを押した時に送信されてしまうの問題を阻止します。 Safariにも対応。 | |
| // @version 2.1 | |
| // @author satosh1suzuk1, d-engine | |
| // @match https://chat.openai.com | |
| // @match https://chat.openai.com/* |
これは時雨堂が 2024 年 2 月 8 日 (木) 14:00-18:00 で開催を予定しているオンラインイベント WebRTC 入門 v2024-02 の 講師用 の資料であり、 参加者用の資料ではありません。
時雨堂 WebRTC 入門 オンラインイベント v2024-02
ChatGPT がある今、学ぼうと思えば好きなだけ学べる時代がきています。
Over the last few months, in preparation for Apple Vision Pro, I started a quest to find a good portable keyboard + trackpad setup for the headset. After testing out a wide range of those from the market, here are my findings. Hope it helps people looking for the same.
The impression is based on testing out the keyboard/trackpad with iPadOS, as it shares the similar infrastructure for external input support as visionOS.
After testing on real hardware, visionOS disabled support for any non-Apple trackpad... So feel free to ignore everything about non-Apple trackpad here.
This is a living document. Everything in this document is made in good faith of being accurate, but like I just said; we don't yet know everything about what's going on.
Update: I've disabled comments as of 2025-01-26 to avoid everyone having notifications for something a year on if someone wants to suggest a correction. Folks are free to email to suggest corrections still, of course.
| /* | |
| * SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD | |
| * SPDX-License-Identifier: MIT | |
| * M5Stack LLM Module で日本語対話。Serial MonitorでBoth BL&CRを設定するとよいです。 | |
| */ | |
| #include <Arduino.h> | |
| #include <M5Unified.h> | |
| #include <M5ModuleLLM.h> | |
| M5ModuleLLM module_llm; |
