Skip to content

Instantly share code, notes, and snippets.

@AsaiToshiya
AsaiToshiya / anip-01-simplified-protected-note.md
Last active December 1, 2023 14:28
ANIP-01: 簡易的な非公開メモ

ANIP-01

Note

Asai's NIP

簡易的な非公開メモ

draft optional

Verifying that I control the following Nostr public key: npub1pgh3nhq6rpte9sasxah36luewy54azfjjekrj7f45hwa69z35fdqfdrs38
Math.random().toString(36).substr(2);
@AsaiToshiya
AsaiToshiya / installing-mono-on-android.md
Last active October 17, 2020 07:59
Mono を Android にインストールする
@AsaiToshiya
AsaiToshiya / create-gist-index-page.md
Last active October 16, 2020 02:12
Gist のインデックス ページを作成する
@AsaiToshiya
AsaiToshiya / index.md
Last active October 16, 2020 09:12
gist index

@AsaiToshiya's gist index

@AsaiToshiya
AsaiToshiya / export-installed-chocolatey-packages.md
Created October 9, 2020 11:30
Chocolatey でインストールしたパッケージをエクスポートする
@AsaiToshiya
AsaiToshiya / troubleshooting-install-chocolatey.md
Last active October 9, 2020 11:23
Chocolatey のインストールで "このスクリプトには、悪質なコンテンツが含まれているため、ウイルス対策ソフトウェアによりブロックされています。" が表示された場合の対処方法

[Chocolatey][1] のインストールで "このスクリプトには、悪質なコンテンツが含まれているため、ウイルス対策ソフトウェアによりブロックされています。" が表示された場合の対処方法

PS> Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
発生場所 行:1 文字:1
+ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.Service ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
このスクリプトには、悪質なコンテンツが含まれているため、ウイルス対策ソフトウェアによりブロックされています。
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : ScriptContainedMaliciousContent