Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BR
Posts
27
Comments
393
Joined
2 yr. ago

  • It's markdown, you should be able to indent your lines by 4 spaces or fence with triple backtics to get code blocks. Your client's editor may have a button to help

     
            
        $file = Get-Content -Path .\individuals2.txt
    
        foreach ($line in $file)
        {
            Copy-Item -Path .\template.docx -Destination ".\$(2 + $line + '.docs')"
        }
        
    
    
      

    Becomes

     
        
    $file = Get-Content -Path .\individuals2.txt
    
    foreach ($line in $file)
    {
        Copy-Item -Path .\template.docx -Destination ".\$(2 + $line + '.docs')"
    }
    
      
  • You have to do that to be a "Chartered Engineer", "Professional Engineer" etc. Some states require you to have some kind of registration to practice in some roles.

    "Engineer" remains an unprotected term in all states and territories as far as I know but I could be wrong. It's definitely unprotected federally.

  • Where I'm from "mince pie" is dried fruit and spices, while "mince" is equivalent to the US ground beef (or less commonly other meats), and a "meat pie" is made from beef mince.

    It made for frustrating Christmasses as a child because mini meat pies ("party pies") are delicious and available at every other celebration.