本稿ではReact Server Componentsに関する基礎的な理解を深める。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright 2024 Masaki Hara | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
// | |
// The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
// | |
// THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE O |
「NEC特殊文字」として有名な13区は標準化もされていて資料が豊富であるため省略。
字形のソースは http://www.kt.rim.or.jp/~aotaka/pc/character.htm
2バイト半角英数。 JIS X 0201 ラテン文字集合に近いが、形状から考えて別の文字を指している可能性のある符号位置がある。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UI-OSF-USLP 共同技術資料 日本語EUCの定義と解説 | |
日本語 EUC の定義 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const isMZ = true; | |
const actors: ActorsJson = JSON.parse(await Deno.readTextFile("data/Actors.json")); | |
const commonEvents: CommonEventsJson = JSON.parse(await Deno.readTextFile("data/CommonEvents.json")); | |
const enemies: EnemiesJson = JSON.parse(await Deno.readTextFile("data/Enemies.json")); | |
const systemData: SystemJson = JSON.parse(await Deno.readTextFile("data/System.json")); | |
const mapInfo: MapInfosJson = JSON.parse(await Deno.readTextFile("data/MapInfos.json")); | |
const tilesets: TilesetsJson = JSON.parse(await Deno.readTextFile("data/Tilesets.json")); | |
function modifyPath(path: string): string { | |
const dot = path.lastIndexOf("."); |
こちらの入門情報を参照してください https://gist.github.com/qnighy/393b132ef431023653b6098a91602830
- 錠を外す
- 普通の錠 …… 鍵かピックを使うのが一般的です。ピックは壊れるまで再利用できますが、解錠に時間がかかる上に、条件が悪いとどんどん壊してしまうので使い所を選ぶ必要があります。また、シンプルな鍵は再利用可能です。これは持っていればメニューから使えます。
- 丸い錠 …… 普通の錠に近いですが、普通のピックでは開けられず、専用アイテムと組み合わせて使う必要があります。
- 頑丈な錠 …… ピックが使えない?
Kinky Dungeonとは拘束具をテーマにしたローグライクです。 ※性的な内容を含むため注意
https://ada18980.itch.io/kinky-dungeon/
v4系とv5系があります。
(リンク先は適当に選んだもので他意はありません)
2023年現在、X(Twitter) は外部リンクに対して強い制限を課しています。特に特定の外部SNS (YouTube, Instagram など) やセンシティブコンテンツの多いサイト (DLsiteなど) ではペナルティがあると言われています。
NewerOlder