Skip to content
View leepeterson's full-sized avatar
:octocat:
:octocat:

Sponsoring

@johnbillion

Block or report leepeterson

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. Proof of concept for avoiding admin-...
    1
    jQuery(document).ready(function($){
    2
    	$('body').on( 'click', '.some-button', function(){
    3
    
                  
    4
    		$.ajax( ajax_endpoint_data.api_url, {
    5
    			type     : 'POST',
  2. Rawle Murdy's Web Video Requirements
    1
    # Rawle Murdy's Web Video Requirements
    2
    
                  
    3
    ### As of July 2018:
    4
    
                  
    5
    1. 4K WebM video encoded with VP9
  3. Path Dispatch
    1
    <?php
    2
    /**
    3
     * Path Dispatch
    4
     * =============
    5
     *
  4. WordPress routing system
    1
    <?php
    2
    
                  
    3
    /**
    4
     * The Processor is in charge of the interaction between the routing system and
    5
     * the rest of WordPress.
  5. Here are some things you can do with...
    1
    // Use Gists to store code you would like to remember later on
    2
    console.log(window); // log the "window" object to the console