ThePowerShellGuy.com

Did you do your PowerShelling today ?
Welcome to ThePowerShellGuy.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » PoSH Challenge
Showing page 1 of 2 (14 total posts)
  • PoSH Challenge Part 14

    # Level 15 (1..99 |% {''1${_}6''} |? {[datetime]::IsleapYear($_)} |? {([datetime]''01/26/$_'').dayofweek -eq 'Monday'} )[-2] Enjoy, Greetings /\/\o\/\/
    Posted to The PowerShell Guy (Weblog) by MoW on February 6, 2008
  • PoSH Challenge Part 13

    Again a level involving a bitmap, so if you follow this series code below should look kind a familiar by now See also : More fun with Bitmaps in Powershell ( PoSH Challenge part 10 ) # Level 14 [System.Reflection.Assembly]::LoadWithPartialName(''System.Drawing'') $bm = [System.Drawing.Bitmap]::FromFile( 'C:\_spons\wire.png' ) $new = ...
    Posted to The PowerShell Guy (Weblog) by MoW on February 5, 2008
  • PowerShell and XMLRPC (PoSH Challenge part 12)

    This level was another "Interesting" task, It could have been solved quick and easy ... was it not for one little problem .... Level 13 involved speaking to  PHP web service with XMLRPC, I search for PowerShell and XMLRPC got me here : http://d.hatena.ne.jp/coma2n/20071125/1195991850 Seemed just what I needed, so I downloaded and ...
    Posted to The PowerShell Guy (Weblog) by MoW on January 31, 2008
  • PoSH Challenge Part 11

    For Level 12 more bitmaps but then mixed together and delivered as bytes :   # Level 12 $a=$b=$c=$d=$e = @() $ba = [System.IO.File]::ReadAllBytes( "C:\PowerShell\PoshChallenge\evil2.gfx" ) foreach ($byte in $ba) { $a += $byte [void]$foreach.movenext();$b += $foreach.current [void]$foreach.movenext();$c += ...
    Posted to The PowerShell Guy (Weblog) by MoW on January 28, 2008
  • More fun with Bitmaps in Powershell ( PoSH Challenge part 10 )

    As I entered another level about bitmaps, I will reflect a bit more about the way of working with bitmaps in PowerShell instead of posting the solution only. ( if this info is to much of a spoiler for this level you cheated some levels anyway ;-) ) The level was called odd even and involved a distorted bitmap ( paste in solution from Posh ...
    Posted to The PowerShell Guy (Weblog) by MoW on January 28, 2008
  • Posh Challenge Part 9

    Level 10, This one was easy as I knew the answer to the sequence so could just look how to script it, still was a nice exercise, ( can you solve the Sequence's logic by only looking at the PowerShell script ? )   : you had to fill on this Sequence till 30 and then get the length for the solution : a = [1, 11, 21, 1211, 111221, ...
    Posted to The PowerShell Guy (Weblog) by MoW on January 21, 2008
  • PoSH Challenge part 8

    And another update at the PoSH Challenge front, I'm arrived at Level 20,(had to cheat a bit at  level 17 to arive there but more about that later ) so some more posts will follow ;-) I must say that the The Python Challenge. is really a great piece of work, complements to the composer(s) of this Challenge!! For the average PowerShell user, ...
    Posted to The PowerShell Guy (Weblog) by MoW on January 21, 2008
  • PoSH Challenge part 7

    This one was very challenging and got me puzzling for way to deep into the night morning last Friday, taking much more time as expected. The problem at hand at Level 8 did involve bzip2 , I started to find if there was a .NET library for this and found this one:  .NET Zip Library #ziplib (SharpZipLib) And Loaded the library into my ...
    Posted to The PowerShell Guy (Weblog) by MoW on January 17, 2008
  • PoSH Challenge part 6

    Level 7 is the first level in the the python challenge that involves working with bitmaps, before I give my answer to this level of the Python challenge I made a small PoSH version , * Reader Challenge * what text is hidden in the following picture ?   to get you going you can take a look at my solution for level 7 of the Python ...
    Posted to The PowerShell Guy (Weblog) by MoW on January 17, 2008
  • PoSH Challenge Part 5

    For Level 6 I needed to get information from zip files not available from plain PowerShell, I decided to use a tool I had already handy  7Zip, that comes with a command line version (Instead of looking for a .NET DLL, you have to wait to level 8 for that ;-) To make it a bit more usable in this Level I made a small wrapper function ( You ...
    Posted to The PowerShell Guy (Weblog) by MoW on January 14, 2008
1 2 Next >
Powered by Community Server (Personal Edition), by Telligent Systems