Skip to content
View Pxtl's full-sized avatar
😶
😶

Block or report Pxtl

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 Loading

  1. XmlCommentMarkDownGenerator XmlCommentMarkDownGenerator Public

    Generates Markdown from VS XML documentation file - forked from https://gist.github.com/lontivero/593fc51f1208555112e0/forks

    C# 51 16

  2. kriegspiel-tictactoe kriegspiel-tictactoe Public

    A simple command-line implementation of Zach Weinersmith's proposed game 'Kriegsspiel Tic Tac Toe'

    C# 4

  3. BigVariant BigVariant Public

    SqlClr assembly that creates a CLR UDT that can store everything that goes in a SQL_Variant *and* LOB types like NVARCHAR and XML

    C# 3 1

  4. Rename Bin/Cue file using Powershell... Rename Bin/Cue file using Powershell - designed for PS1 files
    1
    # for a given cue/bin pair, rename the bin file, rename the cue file with the corresponding name, 
    2
    # and update the bin reference within the cue file to match
    3
    [cmdletbinding()]
    4
    param(
    5
        [Parameter(Mandatory)][io.FileInfo]$sourceBinPath,
  5. asuscraper asuscraper Public

    Tool for import/export settings from an Asus router (using stock AsusWRT firmware) using Selenium automation

    PowerShell

  6. Sandra.Snow Sandra.Snow Public

    Forked from Sandra/Sandra.Snow

    Jekyll inspired static site generation for .NET

    C#