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

Highlights

  • Pro
Block or Report

Block or report IISResetMe

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. PSCache PSCache Public

    Generic PowerShell cache implementation

    PowerShell 51 1

  2. PSProfiler PSProfiler Public

    PowerShell Script Profiler

    PowerShell 123 8

  3. Legislator Legislator Public

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

    PowerShell 28 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[]]