これは時雨堂が 2023 年 11 月 21 日 (火) 15:00-17:00 で開催を予定しているオンラインイベント OBS WebRTC/WHIP 入門の 講師用 の資料であり、 参加者用の資料ではありません。
時雨堂 OBS WebRTC/WHIP 入門 オンラインイベント
ChatGPT がある今、学ぼうと思えば好きなだけ学べる時代がきています。
これは時雨堂が 2023 年 11 月 21 日 (火) 15:00-17:00 で開催を予定しているオンラインイベント OBS WebRTC/WHIP 入門の 講師用 の資料であり、 参加者用の資料ではありません。
時雨堂 OBS WebRTC/WHIP 入門 オンラインイベント
ChatGPT がある今、学ぼうと思えば好きなだけ学べる時代がきています。
\colorbox and \fcolorbox are broken and Github did't talk about if it's a temporary thing or if it will not be added back.
#'s)
As you can se with the above message(s) Tex may not be very stable and may not be an option to you as of the dates expressed above. You can also check other tex problems here.
This is a personal memorandum. Thanks to those who shared their articles!
| function Install-LatestWinGet ([switch]$SkipInstallVCLibs) { | |
| # Install prerequisites | |
| if (-not $SkipInstallVCLibs) { | |
| $vcLibsUrl = 'https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx' | |
| Write-Host -ForegroundColor Green "Download $vcLibsUrl" | |
| Add-AppxPackage -Path $vcLibsUrl | |
| } | |
| # Find the latest assets url | |
| $latest = Invoke-RestMethod -Uri 'https://api.github.com/repos/microsoft/winget-cli/releases/latest' |
This document now exists on the official ASP.NET core docs page.
| using namespace System.Management.Automation | |
| using namespace System.Management.Automation.Language | |
| if ($host.Name -eq 'ConsoleHost') | |
| { | |
| Import-Module PSReadLine | |
| } | |
| #Import-Module PSColors | |
| #Import-Module posh-git | |
| Import-Module -Name Terminal-Icons |
Shell function one-liner to produce a pseudorandom hostname in the style of Windows 7, Windows 8 and Windows 10 e.g. DESKTOP-V1XZZQ3
random_windows_hostname() {
printf "DESKTOP-$(/usr/bin/tr -dc A-Z0-9 </dev/urandom | /usr/bin/head -c 7)"
}
echo "$(random_windows_hostname)" # produces DESKTOP-V1XZZQ3| using System; | |
| using System.Text; | |
| using System.Text.RegularExpressions; | |
| namespace MainColorConsole | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { |
コミットメッセージのバリデーションには commitlint ( https://github.com/conventional-changelog/commitlint ) を使用します。
またコミットメッセージは次の規約に準拠します。
https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional
コミットメッセージのフォーマットは次の通りです。