Skip to content
View dpbackes's full-sized avatar
  • Articulate
  • Madison, WI
Block or Report

Block or report dpbackes

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. Lines Lines Public

    A VsCode extension for removing lines from a file

    TypeScript 3 2

  2. 2048 2048 Public

    Forked from gabrielecirulli/2048

    A small clone of 1024 (https://play.google.com/store/apps/details?id=com.veewo.a1024)

    JavaScript

  3. Invoke-Make Invoke-Make Public

    A PowerShell Wrapper around Gnu Make

    PowerShell

  4. ShotRock ShotRock Public

    Draw up and share that great shot with your friends

    TypeScript

  5. Review-PullRequest.ps1 Review-PullRequest.ps1
    1
    function Review-PullRequest {
    2
        param(
    3
            [Parameter(Mandatory=$false)]
    4
            [string]$Number
    5
        )