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:
#!/usr/bin/env python3 | |
# Original Author: Andrew Shark | |
# Homepage: https://gitlab.com/AndrewShark/obs-wayland-shortcuts | |
# License: GPLv3 | |
# Modified By: Christopher Snowhill | |
# This script is made for convenience. It is invoked by a logid gesture for MX Master mouse. |
import math | |
import numpy | |
import numpy.random as nrand | |
""" | |
Note - for some of the metrics the absolute value is returns. This is because if the risk (loss) is higher we want to | |
discount the expected excess return from the portfolio by a higher amount. Therefore risk should be positive. | |
""" | |
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 |
I hereby claim:
To claim this, I am signing this object:
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%); | |
} |
<?php | |
/*------------------------------------*\ | |
Jetpack infinite Scroll Stufff | |
\*------------------------------------*/ | |
function enable_infinite_scroll_for_blog() { | |
// General Conditions | |
add_theme_support( 'infinite-scroll', array( |
function igualaAltura (itens) { | |
var maiorAlura = 0; | |
$(itens).each(function(index, el) { | |
$(el).css('height', 'auto'); | |
if ( $(el).height() > maiorAlura ) { | |
maiorAlura = $(el).height(); |
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) |