Skip to content
View justinph's full-sized avatar

Organizations

@nytimes

Block or report justinph

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

    Script to assist with finding a vaccine appointment

    JavaScript 4

  2. Make wordpress shared password prote...
    1
    <IfModule mod_rewrite.c>
    2
     RewriteEngine On
    3
     RewriteBase /
    4
    
                  
    5
    # send all users w/o this cookie to wall.php
  3. Webpage performance testing with nig...
    1
    let Nightmare = require('nightmare');
    2
    let harPlugin = require('nightmare-har-plugin');
    3
    let options = {
    4
      waitTimeout: 1000
    5
    };
  4. my-yard-our-message Public

    Original project code for django version of myyardourmessage.com from 2008

    Python

  5. In wordpress, a better way to check ...
    1
    
                  
    2
    /**
    3
     * Utility function to check if a gravatar exists for a given email or id
    4
     * @param int|string|object $id_or_email A user ID,  email address, or comment object
    5
     * @return bool if the gravatar exists or not
  6. just-a-little-glue Public

    A _very simple_ web page management & url routing system, not a cms.

    PHP 6