I hereby claim:
- I am ryan4021 on github.
- I am ryandennler (https://keybase.io/ryandennler) on keybase.
- I have a public key whose fingerprint is F567 ABFE FCCE 30BD 7091 86EB C695 DB36 A9FF 9656
To claim this, I am signing this object:
| ## FZF settings & functions for fish; collected with attribution and modified. | |
| # These rely on `git lg`; from git's config: | |
| # lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' | |
| # They also rely on the following being installed: | |
| # - bat | |
| # - choose | |
| # - delta | |
| # - exa | |
| # - fd |
| --- Actions --- | |
| $Copy <M-C> | |
| $Cut <M-X> <S-Del> | |
| $Delete <Del> <BS> <M-BS> | |
| $LRU | |
| $Paste <M-V> | |
| $Redo <M-S-Z> <A-S-BS> | |
| $SearchWeb <A-S-G> | |
| $SelectAll <M-A> | |
| $Undo <M-Z> |
| /******************** | |
| * theLongWayOut.js * | |
| ******************** | |
| * | |
| * Well, it looks like they're on to us. The path isn't as | |
| * clear as I thought it'd be. But no matter - four clever | |
| * characters should be enough to erase all their tricks. | |
| */ | |
| function startLevel(map) { |
| # ZSH Installation | |
| # Install git and zsh prerequisites | |
| config.vm.provision :shell, inline: "apt-get -y install git" | |
| config.vm.provision :shell, inline: "apt-get -y install zsh" | |
| # Clone Oh My Zsh from the git repo | |
| config.vm.provision :shell, privileged: false, | |
| inline: "git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh" |
| <?php | |
| /** | |
| * @author ThemePunch <[email protected]> | |
| * @link http://www.themepunch.com/ | |
| * @copyright 2015 ThemePunch | |
| */ | |
| if( !defined( 'ABSPATH') ) exit(); | |
| class RevSliderBaseAdmin extends RevSliderBase { |
| <?php | |
| /* From https://www.usps.com/send/official-abbreviations.htm */ | |
| $us_state_abbrevs_names = array( | |
| 'AL'=>'ALABAMA', | |
| 'AK'=>'ALASKA', | |
| 'AS'=>'AMERICAN SAMOA', | |
| 'AZ'=>'ARIZONA', | |
| 'AR'=>'ARKANSAS', |
| <?php | |
| /** | |
| * Filter the terms query SQL clauses. | |
| * | |
| * @see 'terms_clauses' filter in get_terms() wp-includes/taxonomy.php | |
| * | |
| * @since 0.1.0 | |
| * | |
| * @todo add filter for $allowed_orderby_keys |
I hereby claim:
To claim this, I am signing this object:
| ( function( $, plugin ) { | |
| "use strict"; | |
| // Working with promises to bubble event later than core. | |
| $.when( someObjectWithEvents ).done( function() { | |
| console.log( 'AJAX request done.' ); | |
| } ) | |
| .then( function() { | |
| setTimeout( function() { | |
| console.log( 'AJAX requests resolved.' ); |
| # Last Change: 2012 Jan 05 10:48:29 | |
| # ~/.bashrc: executed by bash(1) for non-login shells. | |
| # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
| # for examples | |
| # http://www.caliban.org/bash/ | |
| # Author: Sérgio Luiz Araújo Silva | |
| # Site: http://vivaotux.blogspot.com | |
| # twitter: http://www.twitter.com/voyeg3r | |
| # | |
| # ( O O ) |