Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 1JdRm365Nus6hYUDsTAAZY1EZdYo5MYFXB https://explorer.blockstack.org/address/1JdRm365Nus6hYUDsTAAZY1EZdYo5MYFXB
@igordcard
igordcard / install_from_source-proxy.sh
Last active August 1, 2017 08:58
install_from_source.sh - fixed to deploy OSM v2.0.1 when using HTTP proxies
#!/bin/bash
# Copyright 2016 Telefónica Investigación y Desarrollo S.A.U.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
@igordcard
igordcard / keybase.md
Created June 23, 2015 14:04
Keybase proof

Keybase proof

I hereby claim:

  • I am igordcard on github.
  • I am igordcard (https://keybase.io/igordcard) on keybase.
  • I have a public key whose fingerprint is A47D 3B18 F056 8B30 9FB0 C814 DA37 54D8 2584 275E

To claim this, I am signing this object:

@igordcard
igordcard / gmail.sh
Last active August 29, 2015 13:57 — forked from anonymous/gmail.sh
#!/bin/bash
function gmail() {
from=$1
user=$1
to=$2
stty -echo </dev/tty;
read -p "Password: " passw < /dev/tty
echo
stty </dev/tty echo
@igordcard
igordcard / pastebin.sh
Last active June 12, 2018 10:50 — forked from yevgenko/pastebin.sh
Updated to the latest Pastebin.com API.
#!/bin/bash
# Paste at Pastebin.com using command line (browsers are slow, right?)
# coder : Anil Dewani
# date : November 7, 2010
# forker : Igor Duarte Cardoso
# date : March 12, 2014
# Don't forget to set your Unique Developer API Key here
# http://pastebin.com/api#1
API_KEY=