Three or more hashtags.
#[^#]+#[^#]+#
Long hashtags (15+ characters): #hashtagpunchline
| <?php | |
| /* | |
| Plugin Name: Plugin Last Updated | |
| Version: 1.0 | |
| License: GPL | |
| Author: Pete Mall, Range | |
| Author URI: http://petemall.com/ | |
| Description: Display the last updated date for all plugins from the <a href="http://wordpress.org/extend/plugins/">WordPress.org plugins repo</a>. | |
| */ |
| # Thanks to @samsonjs for the cleaned up version: | |
| # https://gist.github.com/samsonjs/4076746 | |
| PREFIX=$HOME | |
| VERSION=1.2.3 | |
| # Install Protocol Buffers | |
| wget http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.bz2 | |
| tar -xf protobuf-2.4.1.tar.bz2 | |
| cd protobuf-2.4.1 |
| This playbook has been removed as it is now very outdated. |
| <?php | |
| /* | |
| * Disable My Sites menu in toolbar for Super Admins & replace with custom menu | |
| * Docs: http://codex.wordpress.org/Class_Reference/WP_Admin_Bar | |
| */ | |
| function jpl_remove_my_sites( $wp_admin_bar ) { | |
| if (current_user_can('manage_network')) |
The purpose of this document is to start a discussion that leads to better expectations between speakers and organizers of WordCamps. It is based on Open Conference Expectations by @rmurphey @divya and @paul_irish. It is based on my experience speaking at many WordCamps and seeing some great things and not great things. I would love your comments and feedback.
| <?php | |
| /* | |
| Plugin Name: Secret Place | |
| Plugin URI: http://github.com/getsource | |
| Description: Make your dashboard your secret place. | |
| Author: Mike Schroder and Jason Cosper | |
| Version: 0.1 | |
| Author URI: http://www.getsource.net/ | |
| */ |
| <?php | |
| // How many revisions should be created? | |
| $num_of_revisions = 40; | |
| // Demo content | |
| $content = "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. | |
| Duis autem vel eum iriure dolor in |
| #!/usr/bin/ruby | |
| # Make sure you have these gems installed | |
| require 'rubygems' | |
| require 'thread' | |
| require 'csv' | |
| require 'twitter' | |
| require 'marky_markov' | |
| # Create a new Twitter account that you'd like to have your auto-tweets posted to |
| // 1. Go to page https://www.linkedin.com/settings/email-frequency | |
| // 2. You may need to login | |
| // 3. Open JS console | |
| // ([How to?](http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers)) | |
| // 4. Copy the following code in and execute | |
| // 5. No more emails | |
| // | |
| // Bookmarklet version: | |
| // http://chengyin.github.io/linkedin-unsubscribed/ |