I hereby claim:
- I am shadyvb on github.
- I am shadysharaf (https://keybase.io/shadysharaf) on keybase.
- I have a public key whose fingerprint is 0881 D3FC 2A71 1C95 01F4 C05C 61D6 DA92 65F2 1F5F
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Unassigned issues filter in GitHub | |
| // @namespace | |
| // @version 0.1 | |
| // @description Add unassigned issue link in issues filters | |
| // @match https://github.com/*/*/issues* | |
| // @copyright 2014+, Shady Sharaf <shady@sharaf.me> | |
| // @see http://stackoverflow.com/questions/9711923/is-there-any-way-show-all-github-tickets-without-an-assignee | |
| // ==/UserScript== | |
| var fn = function(){ |
| // ==UserScript== | |
| // @name Open GitHub notification links in new tab | |
| // @namespace | |
| // @version 0.1 | |
| // @description Open GitHub Notifications in new tabs | |
| // @match https://github.com/*/notifications* | |
| // @copyright 2014+, Shady Sharaf <shady@sharaf.me> | |
| // ==/UserScript== | |
| jQuery(function($){ |
| /** | |
| * Change text strings | |
| * | |
| * @link http://codex.wordpress.org/Plugin_API/Filter_Reference/gettext | |
| */ | |
| function p2_like2five( $translated_text, $text, $domain ) { | |
| if ( 'p2-likes' != $domain ) { | |
| return $translated_text; | |
| } | |
| switch ( $text ) { |
| # vagrant vsftp and other tricks | |
| # from: https://ttboj.wordpress.com/2013/12/21/vagrant-vsftp-and-other-tricks/ | |
| # and | |
| # Vagrant clustered SSH and 'screen' | |
| # from: https://ttboj.wordpress.com/2014/01/02/vagrant-clustered-ssh-and-screen/ | |
| # for use inside a ~/.bashrc or similar | |
| # copyright James Shubin, 2013, agplv.3+ | |
| ### VAGRANT ################################################################### | |
| # avoid needing to always add --provider=kvm |
| # sudo apt-get update && sudo apt-get install git puppet -y && git clone https://github.com/Automattic/vip-quickstart.git /srv && cd /srv && bin/vip-init --server --domain=?? |
| jQuery('a[title=Open file]').filter( function() { return jQuery(this).attr('href').match(/www\/wp-content\/themes\/vip\/shaw-globalnews\//) ; } ).each( function(){ jQuery(this).parents('tr').eq(0).prependTo( jQuery('table#function_table tbody') ); } ) |
| pacman -S base-devel fakeroot jshon expac git wget | |
| wget https://aur.archlinux.org/packages/pa/packer/PKGBUILD | |
| makepkg | |
| pacman -U packer-*.pkg.tar.gz |
| <?php | |
| $xteam_profile_whitelisted_tags = array( | |
| 'save_post' | |
| ); | |
| // Do action hack | |
| function xteam_profile_all_action( $value ) { | |
| global $wp_filter, $merged_filters, $wp_current_filter, $xteam_profile_whitelisted_tags; | |
| $tag = end( $wp_current_filter ); |
| <?php | |
| $globals = array( | |
| 'comment', | |
| 'comment_alt', | |
| 'comment_depth', | |
| 'comment_thread_alt', | |
| 'wp_rewrite', | |
| 'in_comment_loop', | |
| 'wp_query', |
I hereby claim:
To claim this, I am signing this object: