Peter Schneider


MCT, MCPD, MCSD.NET, MCAD.NET, MCDBA

News

Austrian .NET Community

Browse by Tags

All Tags » C# (RSS)
Brainfuck Compiler and Interpreter in Powershell
Surley some of you know the Brainfuck programming language... there are many compilers and interpreters around, yet I haven't found some for powershell... so here we go: Powershell Brainfuck Interpreter: param ($i) $t = @{ '>'='$p+...
Posted: Apr 08 2007, 05:23 AM by pschneider | with no comments
Filed under: ,
Get-DocProps Cmdlet for Powershell
I've written a small and rather simple powershell cmdlet which allows you to list the core and application properties of office documents, so that you can do something like this: Samples: Get-DocProps –path "*.docx" | where { $_.Creator...
More Posts