This PowerShell script calculates and writes the digits of the mathematical constant PI.
digits Specifies the number of digits to list (1000 by default)
PS> ./write-pi.ps13.141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825342...Author: Markus Fleschutz | License: CC0
This PowerShell script writes the given text in Morse code.
text Specifies the text to write
speed Specifies the speed of one time unit (100 ms per default)
PS> ./write-morse-code ABC● ― ― ● ● ● ― ● ― ●Author: Markus Fleschutz | License: CC0
This PowerShell script writes the current moon phase to the console.
PS> ./write-moon.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script writes the animated Matrix.
PS> ./write-matrix.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script writes the given text as marquee.
text Specifies the text to write
speed Specifies the marquee speed (60 ms per default)
PS> ./write-marquee "Hello World"Author: Markus Fleschutz | License: CC0
This PowerShell script writes the given text in lowercase letters.
text Specifies the text to write
PS> ./write-lowercase "Hello World"hello worldAuthor: Markus Fleschutz | License: CC0
This PowerShell script determines the location and writes it to the console.
PS> ./write-location.ps1📍47.7278°,10.3192° near 87435 Kempten in Bavaria, Germany.Author: Markus Fleschutz | License: CC0
This PowerShell script writes a PowerShell help page.
PS> ./write-help.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script writes the given text as a headline.
text Specifies the text to write
PS> ./write-headline.ps1 "Hello World"-----------------Hello World-----------------Author: Markus Fleschutz | License: CC0
This PowerShell script writes 'Hands Off' in BIG letters.
PS> ./write-hands-off.ps1Author: Markus Fleschutz | License: CC0