I hereby claim:
- I am bfritz on github.
- I am bradfritz (https://keybase.io/bradfritz) on keybase.
- I have a public key ASDhPmLT-4qLIh1eyY5h-KmDy9TWKnqFmOarh9ExhFzvcgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
package org.http4s | |
package bench | |
import org.http4s.util.StringWriter | |
import java.nio.ByteBuffer | |
import java.nio.charset.StandardCharsets | |
import java.util.concurrent.TimeUnit | |
import org.openjdk.jmh.annotations._ |
package com.bfritz | |
package specs2 | |
import scala.collection.JavaConverters._ | |
import org.specs2.concurrent.ExecutionEnv | |
import org.specs2.control.Debug._ | |
import org.specs2.execute.AsResult | |
import org.specs2.matcher._ | |
import org.specs2.mutable.{Around, Specification} | |
import org.specs2.specification.Scope |
#!/bin/sh | |
set -e | |
if [ ! -x /usr/bin/ruby ]; then | |
pacman -Sy --noconfirm ruby | |
mkdir -p /opt/chef/embedded/bin | |
ln -s /usr/bin/gem /opt/chef/embedded/bin/gem | |
fi |
# Generated by mksrcinfo v8 | |
# Sun Nov 20 09:43:00 UTC 2016 | |
pkgbase = kubernetes | |
pkgdesc = Container Cluster Manager for Docker | |
pkgver = 1.5.0_beta.2 | |
pkgrel = 1 | |
url = http://kubernetes.io/ | |
install = kubernetes.install | |
arch = x86_64 | |
arch = i686 |
territory_id | first_name | last_name | employee_id | ||
---|---|---|---|---|---|
XMOWSM54 | Peter | Alexander | [email protected] | E00QTOF | |
XMRNBM47 | Samuel | Lopez | [email protected] | E00UBFA | |
XMOWMF87 | Elizabeth | Stone | [email protected] | E00WDYK | |
XMZWPW22 | William | Carroll | [email protected] | E00VDYQ | |
XMOWRW46 | Carolyn | Little | [email protected] | E00HUPR | |
XMZNDX26 | Marilyn | Robinson | [email protected] | E00ZJGS | |
XMZNAI68 | Christopher | Rogers | [email protected] | E00DCHF | |
XMONCD74 | Anthony | Allen | [email protected] | E00ACEQ | |
XMRNMD81 | Martin | Baker | [email protected] | E00DKRZ |
# assumes unencrypted backup | |
# dump tarball to stdout | |
tail -n +5 backup.ab | openssl zlib -d | |
# show tarball TOC | |
tail -n +5 backup.ab | openssl zlib -d | tar tv | less |
#!/bin/sh | |
build_and_install() { | |
local PKG=$1 | |
curl -s https://aur.archlinux.org/cgit/aur.git/snapshot/$PKG.tar.gz | tar xz | |
cd $PKG | |
makepkg --syncdeps --install --noconfirm | |
cd .. | |
} |
$ /etc/init.d/opennms stop | |
$ grep password /etc/opennms/opennms-datasources.xml | |
$ psql -h localhost -U opennms | |
-- -- -- | |
\set AUTOCOMMIT off |