Skip to content

Instantly share code, notes, and snippets.

View artificialexit's full-sized avatar

Nathan Mudie artificialexit

  • Melbourne, VIC, Australia
  • 17:21 (UTC +10:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am artificialexit on github.
  • I am artificialexit (https://keybase.io/artificialexit) on keybase.
  • I have a public key whose fingerprint is 137B 41D1 39B0 9972 DC68 0670 2772 DDB9 9823 217B

To claim this, I am signing this object:

#!/usr/bin/env python2.7
import sys
sys.path.insert(1, '/xray/progs/Python/libraries')
from threading import Thread
from dcss import Server
from beamline import variables
from beamline import redis
@artificialexit
artificialexit / PKGFILE
Last active December 16, 2015 05:08
haproxy-dev18 PKGFILE
_pkgname=haproxy
pkgname=$_pkgname-devel
pkgver=1.5
pkgverdev=dev18
pkgrel=3
pkgdesc="The Reliable, High Performance TCP/HTTP Load Balancer (development branch)"
arch=('i686' 'x86_64')
url="http://haproxy.1wt.eu"
license=('GPL')
depends=('pcre' 'openssl' 'zlib')