I hereby claim:
- I am luisbosque on github.
- I am luisico (https://keybase.io/luisico) on keybase.
- I have a public key whose fingerprint is 8565 0834 1A4C A24D 435D 529F CCE9 263C 8046 53EF
To claim this, I am signing this object:
#!/bin/bash | |
CHEF_CONF="/etc/default/chef-client" | |
if [[ -f $CHEF_CONF ]] | |
then | |
. $CHEF_CONF | |
fi | |
if [[ $BOOTSTRAP != 1 ]] |
#!/bin/bash | |
CDB_USER=$1 | |
API_KEY=$2 | |
IMPORT_FILE=$3 | |
PROTOCOL=https | |
DEBUG=false | |
ITEM_ID_REGEX='\"([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})\"' | |
if [[ -z $CDB_USER ]] |
I hereby claim:
To claim this, I am signing this object:
Probably not the title that most people expected to see in the #1 slot. I urge everyone to give it a shot though. No other film has ever brought me through a greater spectrum of emotions. It's a supernatural film, but the characters are so well fleshed out and developed that they feel real. I've probably seen a hundred films since, but none have compared.
Director: Yasuhiro Yoshiura - "Sometime in future Japan, androids have been involved in every aspect of peoples lives. One day, upon checking his android's behavioral log, Rikuo, a student, noticed his android's returning times have been odd recently. With his friend Masaki, they found out the place where his android, Sammy, have been visiting: a small cafe called Eve no Jikan where an
for i in `git branch -a |grep remotes |awk '{print $1}' | cut -d"/" -f 3,4,5 |grep -v ^master$ |grep -v ^HEAD$`; do echo "`git log -1 --pretty=format:\"%an (%ae)\" origin/$i`|$i"; done |sort > /tmp/branches.csv |
A simple browser-based terminal for running SQL against Carto using the SQL API
git clone [email protected]:CartoDB/cdb-manager.git
./httpserv.py
http://localhost:8000