emptygif
Wika: Filipino

Lahat ng language at framework

PowerShell PowerShell

Isang PowerShell snippet para sa PowerShell na sumasagot sa mga request sa /pixel.gif gamit ang empty GIF, na isang beses lang dine-decode sa startup.

PowerShell PowerShell

File
pixel.ps1
# Works in Windows PowerShell 5.1 and PowerShell 7+ (.NET needs an absolute path).
$bytes = [Convert]::FromBase64String('R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')
[IO.File]::WriteAllBytes((Join-Path $PWD 'pixel.gif'), $bytes)

Pinatakbo namin ang snippet na ito at ikinumpara ang mga byte na ibinalik nito.

Opisyal na site: PowerShell

Iba pa sa PowerShell