richmac

richmac's random musings

August, 2011

Posts
  • richmac

    PowerShell Diversion #5: Discussion

    • 0 Comments
    [Follow-up discussion for PowerShell Diversion #5 ] Here is an implementation of FizzBuzz that solves the original request to display the ‘numbers’ between 1 and 100: foreach($i in (1..100)) {     $out = ""    ...
  • richmac

    PowerShell Diversion #5: Let’s Play FizzBuzz

    • 0 Comments
    Here’s a quick diversion to exercise your basic scripting skills: FizzBuzz is a game often played by schoolchildren as a way to practice their metal arithmetic abilities (or as a game for drunken adults, if you listen to Wikipedia ).  The rules we...
Page 1 of 1 (2 items)