Skip to content
View justinph's full-sized avatar

Organizations

@nytimes
Block or Report

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

  1. vaccinetexter vaccinetexter Public

    Script to assist with finding a vaccine appointment

    JavaScript 4

  2. Make wordpress shared password prote... Make wordpress shared password protected
    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... Webpage performance testing with nightmare.js
    1
    let Nightmare = require('nightmare');
    2
    let harPlugin = require('nightmare-har-plugin');
    3
    let options = {
    4
      waitTimeout: 1000
    5
    };
  4. my-yard-our-message 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 ... In wordpress, a better way to check if an author has a gravatar or not. Sometimes you might want to check to see if a gravatar exists and not display any image if there isn't one. Uses the wordpress HTTP and caching apis. A better version of this: http://codex.wordpress.org/Using_Gravatars#Checking_for_the_Existence_of_a_Gravatar
    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 just-a-little-glue Public

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

    PHP 6