The WindowAction attribute allows you to add global actions to the windows (items in the generic menu or extra buttons).
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
| // This code is licensed under CC0 1.0 Universal. | |
| // https://creativecommons.org/publicdomain/zero/1.0/ | |
| using System; | |
| using System.Diagnostics; | |
| using System.IO; | |
| using System.IO.Compression; | |
| using System.Linq; | |
| using System.Threading.Tasks; | |
| using UnityEditor; |
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
| // This code is licensed under CC0 1.0 Universal. | |
| // https://creativecommons.org/publicdomain/zero/1.0/ | |
| #if UNITY_EDITOR && UNITY_2022_3 | |
| using HarmonyLib; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Reflection; | |
| using UnityEditor; | |
| using UnityEngine; | |
| using VRC.Core; |
まず取得するにはちょっとクセがある
- 該当ユーザーがオプトインしてる必要がある
- GETに署名を付ける必要がある (MisskeyでもMastodonでもデフォルトで有効なはず)
- この場合外部からこちらの署名を取得しに来てもらう必要があるため、必然的にインターネットに公開されたサーバーからでないとリクエストできないと思われる。
- AP対応 (2023/3/22) より前の投稿はおそらく取得できない
- なんか429を返されることがある。(URLプレビューとかでFacebookとかインスタのプレビュー要求しまっくってるとFacebook系のNWからブロックされる?上記前提条件を満たしてないと非AP要求とみなされてレートでブロックされる?)
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
| まばたき | |
| 笑い | |
| ウィンク | |
| ウィンク2 | |
| ウィンク右 | |
| ウィンク2右 | |
| はぅ | |
| なごみ | |
| びっくり | |
| じと目 |
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
| #!/bin/bash | |
| # See https://www.qemu.org/docs/master/system/invocation.html?highlight=smbios#hxtool-4 | |
| declare -A smb0 | |
| declare -A smb1 | |
| declare -A smb2 | |
| declare -A smb3 | |
| declare -A smb4 | |
| declare -A smb11 | |
| declare -A smb17 |
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
| 2022.12.15 22:27:22 Log - [Behaviour] OnPlayerJoined vrcbot | |
| 2022.12.15 22:27:22 Log - [Behaviour] Initialized PlayerAPI "vrcbot" is remote | |
| 2022.12.15 22:27:22 Log - [Behaviour] CacheComponents: ParticleSystems 0, AudioSources 0 | |
| 2022.12.15 22:27:22 Log - Found SDK2 avatar descriptor. | |
| 2022.12.15 22:27:22 Log - [Behaviour] CacheComponents: ParticleSystems 0, AudioSources 0 | |
| 2022.12.15 22:27:22 Log - Measure Human Avatar Avatar | |
| 2022.12.15 22:27:22 Log - [Behaviour] Initialize None Avatar (UnityEngine.Animator) VRCPlayer[Remote] 80105687 8 (ÏÏÏÏÌÏÌÎÏÍÏÏÎÎÏÌÎÌÏÌÍÍÎ) False Blocked | |
| 2022.12.15 22:27:22 Log - EyeLookController: found avatar type =VRC_TEMPLATE_01 | |
| 2022.12.15 22:27:22 Error - [Behaviour] Can't push runtime controller onto a null avatar animator. | |
| 2022.12.15 22:27:23 Log - [Behaviour] Destination fetching: wrld_3448f7e4-79a7-4115-a44c-e6221174969f:00219~hidden(usr_32525db8-119c-43b5-ae0b-1c287151a529)~region(jp)~nonce(30DE42E2405AF |
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
| {-# LANGUAGE StrictData, DerivingVia, OverloadedRecordDot #-} | |
| {- | |
| (compiled with GHC 9.4.2) | |
| -} | |
| {- | |
| HEADS UP | |
| this is an example implementation of a non-trivial type system using bidirectional type checking. | |
| it is... |
Having been released over 9 years ago, Minecraft 1.7.10 is no longer officially supported, which means it is up to the users to mitigate security vulnerabilities.
I cannot guarantee this list is complete or accurate, this is just a compilation of what I have learned.
Date discovered: 2021-12-10
NewerOlder
