I hereby claim:
- I am bl4ckb1rd on github.
- I am bl4ckb1rd (https://keybase.io/bl4ckb1rd) on keybase.
- I have a public key ASCYmj_vxINlNJfkrJaFSmuEgBHa9PwEQgPfzxSt-0i1mgo
To claim this, I am signing this object:
/* | |
After purchasing a humble book bundle, go to your download page for that bundle. | |
Open a console window for the page and paste in the below javascript | |
*/ | |
$('a').each(function(i){ | |
if ($.trim($(this).text()) == 'MOBI') { | |
$('body').append('<iframe id="dl_iframe_'+i+'" style="display:none;">'); | |
document.getElementById('dl_iframe_'+i).src = $(this).data('web'); | |
} | |
}); |
### Keybase proof | |
I hereby claim: | |
* I am bl4ckb1rd on github. | |
* I am bl4ckb1rd (https://keybase.io/bl4ckb1rd) on keybase. | |
* I have a public key ASA0O0IM0_gMfSfr4s0R9Pc0V9kAFEA0-ZLJiJYwAex4yAo | |
To claim this, I am signing this object: |
/* See LICENSE file for copyright and license details. */ | |
/* | |
* appearance | |
* | |
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html | |
*/ | |
//static char font[] = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; | |
static char font[] = "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true"; | |
static int borderpx = 2; |
/* See LICENSE file for copyright and license details. */ | |
/* | |
* appearance | |
* | |
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html | |
*/ | |
//static char font[] = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; | |
static char font[] = "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true"; | |
static int borderpx = 2; |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Path on with find search | |
FINDPATH="$(pwd)/files/" | |
# Extension to search | |
FILEEXTENSION="*.xls" | |
# Check if libreoffice it is installed | |
LIBREOFFICE=$(which libreoffice) |