I was very, very tired of copying/pasting a template saying “Hi I’m Rex and I’m thinking about moving to NYC because of a job offer..……
22,963 total views, 3 views today
I was very, very tired of copying/pasting a template saying “Hi I’m Rex and I’m thinking about moving to NYC because of a job offer..……
22,963 total views, 3 views today
Here’s a PowerShell function to find non-base64 characters in a block of text. Function Find-NonBase64Chars { Param( [Parameter(Mandatory=$True)]$Text ) $InvalidCharacters = @() $x=0 ForEach ($Line……
4,546 total views, 1 views today