This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Buffers; | |
| using System.Security.Cryptography; | |
| using System.Text; | |
| public static class UuidGenerator | |
| { | |
| private const int Version5 = 0x50; | |
| private const int VariantRFC4122 = 0x80; | |
| public static Guid GenerateV5Uuid(Uri uriNamespace) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Load posh-git example profile | |
| . '{PATH TO POWERSHELL STUFF}\WindowsPowerShell\Modules\posh-git\profile.example.ps1' | |
| #First in your powershell profile in | |
| #C:\Users\<<username>>\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 | |
| #Then in: | |
| #C:\Users\<<username>>\Documents\WindowsPowerShell\Get-ChildItemColor.ps1 | |
| # function prompt { |