Skip to content
View IISResetMe's full-sized avatar
  • Booking.com
  • Netherlands

Highlights

  • Pro

Block or report IISResetMe

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. PSCache PSCache Public

    Generic PowerShell cache implementation

    PowerShell 51 1

  2. PSProfiler PSProfiler Public

    PowerShell Script Profiler

    PowerShell 124 9

  3. Legislator Legislator Public

    Legislator is a simple .NET interface authoring tool written in PowerShell

    PowerShell 29 3

  4. VSFormatter VSFormatter Public

    Rudimentary auto-formatting CLI for Visual Studio

    C# 2

  5. Quick and dirty regex-based text-to-... Quick and dirty regex-based text-to-object parsing using named expressions groups and $Matches
    1
    function ConvertTo-Object {
    2
      param(
    3
        [Parameter(Mandatory=$true,ValueFromPipeline=$true)]
    4
        [AllowEmptyString()]
    5
        [string[]]$InputString,
  6. XmlFileTreeGenerators.ps1 XmlFileTreeGenerators.ps1
    1
    function Get-XmlFileTreeAppend
    2
    {
    3
        param(
    4
            [Parameter(ParameterSetName='Path', Mandatory=$true, Position=0, ValueFromPipeline=$true, ValueFromPipelineByPropertyName=$true)]
    5
            [string[]]