I hereby claim:
- I am kazazes on github.
- I am pck (https://keybase.io/pck) on keybase.
- I have a public key ASAE4Dj4BGtwmGJ29IlRZTx5a6eZz-vs7s5wbyjjedKCXwo
To claim this, I am signing this object:
FROM resin/odroid-xu4-ubuntu:xenial as pybombs-slim | |
RUN [ "cross-build-start" ] | |
# Set prefix variables | |
ENV PyBOMBS_prefix skyscraper | |
ENV PyBOMBS_init /usr/local | |
# Update apt-get and install some dependencies | |
RUN apt-get update && apt-get install -y --no-install-recommends \ |
FROM ubuntu:xenial as pybombs-slim | |
# Set prefix variables | |
ENV PyBOMBS_prefix skyscraper | |
ENV PyBOMBS_init /usr/local | |
# Update apt-get and install some dependencies | |
RUN apt-get update && apt-get install -y --no-install-recommends \ | |
automake \ | |
git \ |
#!/bin/sh | |
set -e | |
echo "Checking for running Google Cloud Build jobs..." | |
BUILDS=$(gcloud builds list | grep WORKING | cut -f1 -d " " | tr "\n" " " | sed 's/^[[:blank:]]*//;s/[[:blank:]]*$//' ) | |
[[ -z "$BUILDS" ]] && echo "No running builds." && exit 1 | |
tmux start-server |
I hereby claim:
To claim this, I am signing this object:
/* | |
Yahoo Finance stock historical data, prices and details retrieval function written in Javascript, jQuery and YQL | |
v2013-08-05 | |
(c) 2013 by Fincluster ltd - http://fincluster.com <[email protected]> | |
*/ | |
(function($) { | |
function getStock(opts, type, complete) { | |
var defs = { | |
desc: false, | |
baseURL: 'http://query.yahooapis.com/v1/public/yql?q=', |
#!/bin/sh | |
# Some things taken from here | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# Set the colours you can use | |
black='\033[0;30m' | |
white='\033[0;37m' | |
red='\033[0;31m' | |
green='\033[0;32m' |
I hereby claim:
To claim this, I am signing this object:
Demonstrates using d3.behavior.zoom
with a geographic projection. Based on an
example by Iain Dillingham.