I hereby claim:
- I am elmobp on github.
- I am elmobp (https://keybase.io/elmobp) on keybase.
- I have a public key ASDIYBk8V6ZL85hYJ_nwKHRafVQpW2mAUQCCiJfuCUxNZQo
To claim this, I am signing this object:
#!/bin/sh | |
if [ -z "${PERLBREWURL}" ]; then | |
PERLBREWURL=https://gist.githubusercontent.com/elmobp/ab8a797c239c6a2bb5d4a01eb32bbea4/raw/5e44c8ebef848ea05b92cc03b564d91343119473/install.pl | |
fi | |
clean_exit () { | |
[ ! -z "$LOCALINSTALLER" -a -f "$LOCALINSTALLER" ] && rm $LOCALINSTALLER | |
exit $1 |
#!/usr/bin/perl | |
use strict; | |
use Config; | |
BEGIN { | |
my @oldinc = @INC; | |
@INC = ( $Config{sitelibexp}."/".$Config{archname}, $Config{sitelibexp}, @Config{qw<vendorlibexp vendorarchexp archlibexp privlibexp>} ); | |
require Cwd; | |
@INC = @oldinc; | |
} |
iSignthis chief executive John Karantzis holds himself out as being, among other things, a “qualified patent attorney”. | |
He has been described as such in numerous investor presentations lodged with the Australian Securities Exchange. | |
His profile as an adjudicator for the Northern Territory Department of Justice describes him so, too. | |
“I'm actually also a qualified patent attorney, so I wear a number of hats and it gets quite confusing,” Karantzis told Eureka Report’s Alan Kohler on March 27. | |
He’s confused alright! Here and in New Zealand, patent and trademark attorneys are regulated by a statutory body, the Trans-Tasman IP Attorneys Board. It has confirmed to us that Karantzis is not, and never has been, a registered patent attorney. |
#!/usr/bin/env bash | |
echo "Importing bp key" | |
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 3F5E6CB7 | |
echo "Adding packages.bulletproof.net apt repo" | |
sudo echo "deb http://packages.bulletproof.net/ubuntu eoan main" > /etc/apt/sources.list.d/packages.bulletproof.net.list | |
echo "Upating apt" | |
sudo apt update | |
echo "Installing openconnect" | |
sudo apt -y install openconnect | |
echo "Downloading latest version of Chrome" |
url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAADSgAAAbICAYAAAAy/tvSAAAACXBIWXMAACxKAAAsSgF3enRNAAAgAElEQVR42uzbMQEAIADDMMC/5+GhdyKhf++2AwAAAAAAAAAAAAAAAFA8CQAAAAAAAAAAAAAAAIDKoAQAAAAAAAAAAAAAAABkBiUAAAAAAAAAAAAAAAAgMygBAAAAAAAAAAAAAAAAmUEJAAAAAAAAAAAAAAAAyAxKAAAAAAAAAAAAAAAAQGZQAgAAAAAAAAAAAAAAADKDEgAAAAAAAAAAAAAAAJAZlAAAAAAAAAAAAAAAAIDMoAQAAAAAAAAAAAAAAABkBiUAAAAAAAAAAAAAAAAgMygBAAAAAAAAAAAAAAAAmUEJAAAAAAAAAAAAAAAAyAxKAAAAAAAAAAAAAAAAQGZQAgAAAAAAAAAAAAAAADKDEgAAAAAAAAAAAAAAAJAZlAAAAAAAAAAAAAAAAIDMoAQAAAAAAAAAAAAAAABkBiUAAAAAAAAAAAAAAAAgMygBAAAAAAAAAAAAAAAAmUEJAAAAAAAAAAAAAAAAyAxKAAAAAAAAAAAAAAAAQGZQAgAAAAAAAAAAAAAAADKDEgAAAAAAAAAAAAAAAJAZlAAAAAAAAAAAAAAAAIDMoAQAAAAAAAAAAAAAAABkBiUAAAAAAAAAAAAAAAAgMygBAAAAAAAAAAAAAAAAmUEJAAAAAAAAAAAAAAAAyAxKAAAAAAAAAAAAAAAAQGZQAgAAAAAAAAAAAAAAADKDEgAAAAAAAAAAAAAAAJAZlAAAAAAAAAAAAAAAAIDMoAQAAAAAAAAAAAAAAABkBiUAAAAAAAAAAAAAAAAgMygBAAAAAAAAAAAAAAAAmUEJAAAAAAAAAAAAAAAAyAxKAAAAAAAAAAAAAAAAQGZQAgAAAAAAAAAAAAAAADKDEgAAAAAAAAAAAAAAAJAZlAAAAAAAAAAAAAAAAIDMoAQAAAAAAAAAAAAAAABkBiUAA |
'Deaf' Smith & The West Texas Blues Band | |
*C*a*r*a*v*a*n* *o*f* *M*u*g*h*a*m* *M*e*l*o*d*i*e*s* *-* *T*r*a*d*i*t*i*o*n*a*l* *M*u*s*i*c* *o*f* *A*z*e*r*b*a*i*j*a*n | |
*NSYNC | |
12 Rounds | |
2 Chainz | |
2AOrbit | |
2Lani The Warrior | |
2Mannzelt | |
3Phazegenerator & Quantic Spectroscopy | |
4 P.M. |
I hereby claim:
To claim this, I am signing this object:
package main | |
import ( | |
"bytes" | |
"context" | |
"flag" | |
"fmt" | |
"io" | |
"io/ioutil" | |
"log" |
#!/usr/bin/env bash | |
# Licensed to the Apache Software Foundation (ASF) under one or more | |
# contributor license agreements. See the NOTICE file distributed with | |
# this work for additional information regarding copyright ownership. | |
# The ASF licenses this file to You 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 | |
# |
while [ ! -f /tmp/deployed.txt ] | |
do | |
sleep 2 | |
done |