Skip to content
View digitaljhelms's full-sized avatar

Block or report digitaljhelms

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. htmlmap htmlmap Public

    Fetches and saves or serves the output of any sitemap.xml (w/ multiple transformation options) as an HTML page [for when XSLT can't be used] or a plain text list

    JavaScript

  2. rake-release rake-release Public

    Rake tasks for building, versioning & releasing sourced & scrubbed deliverables; useful for packaging & delivering code while maintaining obscurity in the source repo.

    Ruby 5

  3. dotfiles dotfiles Public

    My personal OS X bash dotfiles

    Shell

  4. retinaresize retinaresize Public

    Automator script to resize retina macOS screenshots

    2

  5. CLI to evaluate the HTTP Code for a ... CLI to evaluate the HTTP Code for a list of URLs
    1
    #!/bin/bash
    2
    
                  
    3
    while IFS= read -r LINE || [ "$LINE" ]; do
    4
      # https://curl.haxx.se/docs/manpage.html
    5
      IN=$(curl -o /dev/null --silent --head --write-out "%{http_code};%{redirect_url}" "$LINE")
  6. Git/GitHub branching standards & con... Git/GitHub branching standards & conventions
    1
    # Branching
    2
    
                  
    3
    ## Quick Legend
    4
    
                  
    5
    <table>