Skip to content

Instantly share code, notes, and snippets.

'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.
url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAADSgAAAbICAYAAAAy/tvSAAAACXBIWXMAACxKAAAsSgF3enRNAAAgAElEQVR42uzbMQEAIADDMMC/5+GhdyKhf++2AwAAAAAAAAAAAAAAAFA8CQAAAAAAAAAAAAAAAIDKoAQAAAAAAAAAAAAAAABkBiUAAAAAAAAAAAAAAAAgMygBAAAAAAAAAAAAAAAAmUEJAAAAAAAAAAAAAAAAyAxKAAAAAAAAAAAAAAAAQGZQAgAAAAAAAAAAAAAAADKDEgAAAAAAAAAAAAAAAJAZlAAAAAAAAAAAAAAAAIDMoAQAAAAAAAAAAAAAAABkBiUAAAAAAAAAAAAAAAAgMygBAAAAAAAAAAAAAAAAmUEJAAAAAAAAAAAAAAAAyAxKAAAAAAAAAAAAAAAAQGZQAgAAAAAAAAAAAAAAADKDEgAAAAAAAAAAAAAAAJAZlAAAAAAAAAAAAAAAAIDMoAQAAAAAAAAAAAAAAABkBiUAAAAAAAAAAAAAAAAgMygBAAAAAAAAAAAAAAAAmUEJAAAAAAAAAAAAAAAAyAxKAAAAAAAAAAAAAAAAQGZQAgAAAAAAAAAAAAAAADKDEgAAAAAAAAAAAAAAAJAZlAAAAAAAAAAAAAAAAIDMoAQAAAAAAAAAAAAAAABkBiUAAAAAAAAAAAAAAAAgMygBAAAAAAAAAAAAAAAAmUEJAAAAAAAAAAAAAAAAyAxKAAAAAAAAAAAAAAAAQGZQAgAAAAAAAAAAAAAAADKDEgAAAAAAAAAAAAAAAJAZlAAAAAAAAAAAAAAAAIDMoAQAAAAAAAAAAAAAAABkBiUAAAAAAAAAAAAAAAAgMygBAAAAAAAAAAAAAAAAmUEJAAAAAAAAAAAAAAAAyAxKAAAAAAAAAAAAAAAAQGZQAgAAAAAAAAAAAAAAADKDEgAAAAAAAAAAAAAAAJAZlAAAAAAAAAAAAAAAAIDMoAQAAAAAAAAAAAAAAABkBiUAA
@elmobp
elmobp / gist:4df0834778bfa056846082f41c22f4a3
Created November 20, 2019 23:06
Ubuntu 19.10 Installer
#!/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"
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.
This file has been truncated, but you can view the full file.
#!/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;
}
#!/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