I hereby claim:
- I am brubrant on github.
- I am brubrant (https://keybase.io/brubrant) on keybase.
- I have a public key whose fingerprint is FDC7 13B0 E085 CCA4 8240 8195 C036 EFD9 38E8 0BB3
To claim this, I am signing this object:
| <?php | |
| /** | |
| * WordPress Query Comprehensive Reference | |
| * Compiled by luetkemj - luetkemj.com | |
| * | |
| * Forked by Brubrant for Backup purposes | |
| * | |
| * CODEX: http://codex.wordpress.org/Class_Reference/WP_Query | |
| * Source: http://core.trac.wordpress.org/browser/tags/3.3.1/wp-includes/query.php | |
| */ |
| <?php | |
| /** | |
| * WordPress Query Comprehensive Reference | |
| * Compiled by luetkemj - luetkemj.com | |
| * | |
| * CODEX: http://codex.wordpress.org/Class_Reference/WP_Query | |
| * Source: http://core.trac.wordpress.org/browser/tags/3.3.1/wp-includes/query.php | |
| */ | |
| $args = array( |
| // http://compass-style.org/reference/compass/helpers/sprites/ | |
| @mixin get-sprite($map, $sprite, $repeat: no-repeat, $height: true, $width: true) { | |
| //http://compass-style.org/reference/compass/helpers/sprites/#sprite-file | |
| $sprite-image: sprite-file($map, $sprite); | |
| // http://compass-style.org/reference/compass/helpers/sprites/#sprite-url | |
| $sprite-map: sprite-url($map); | |
| // http://compass-style.org/reference/compass/helpers/sprites/#sprite-position |
| Error: failed to connect to [mongo.onmodulus.net:27017] | |
| at null.<anonymous> (/mnt/data/1/node_modules/connect-mongo/node_modules/mongodb/lib/mongodb/connection/server.js:569:74) | |
| at emit (events.js:106:17) | |
| at null.<anonymous> (/mnt/data/1/node_modules/connect-mongo/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:139:15) | |
| at emit (events.js:98:17) | |
| at Socket.<anonymous> (/mnt/data/1/node_modules/connect-mongo/node_modules/mongodb/lib/mongodb/connection/connection.js:475:10) | |
| at Socket.emit (events.js:95:17) | |
| at net.js:440:14 | |
| at process._tickCallback (node.js:419:13) |
| function igualaAltura (itens) { | |
| var maiorAlura = 0; | |
| $(itens).each(function(index, el) { | |
| $(el).css('height', 'auto'); | |
| if ( $(el).height() > maiorAlura ) { | |
| maiorAlura = $(el).height(); |
| <?php | |
| /*------------------------------------*\ | |
| Jetpack infinite Scroll Stufff | |
| \*------------------------------------*/ | |
| function enable_infinite_scroll_for_blog() { | |
| // General Conditions | |
| add_theme_support( 'infinite-scroll', array( |
| img:hover { | |
| -webkit-filter: grayscale(0%); | |
| -webkit-transition: .5s ease-in-out; | |
| -moz-filter: grayscale(0%); | |
| -moz-transition: .5s ease-in-out; | |
| -o-filter: grayscale(0%); | |
| -o-transition: .5s ease-in-out; | |
| filter: grayscale(0%); | |
| } |
I hereby claim:
To claim this, I am signing this object:
| preferred_syntax = :sass | |
| http_path = '/' | |
| css_dir = 'assets/stylesheets' | |
| sass_dir = 'assets/sass' | |
| images_dir = 'assets/images' | |
| javascripts_dir = 'assets/javascripts' | |
| relative_assets = true | |
| line_comments = true | |
| # output_style = :compressed |