I hereby claim:
- I am briangreenhill on github.
- I am briangreenhill (https://keybase.io/briangreenhill) on keybase.
- I have a public key ASBlhpd1fU9zuZdKgL6UPGNr852aFCquFE2JBaU4G94wjAo
To claim this, I am signing this object:
import argparse | |
import dpkt | |
from pymemcache.client import base | |
# Replay a pcap file to a memcached server. | |
def parse_pcap(file_path, memcached_host, memcached_port): | |
client = base.Client(memcached_host, memcached_port) |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/* Menu Active Class Fix for Custom Post Types | |
http://wordpress.org/support/topic/why-does-blog-become-current_page_parent-with-custom-post-type | |
*/ | |
function remove_parent_classes($class) | |
{ | |
// check for current page classes, return false if they exist. | |
return ($class == 'active') ? FALSE : TRUE; | |
} | |
function add_class_to_wp_nav_menu($classes) |