I hereby claim:
- I am zyegfryed on github.
- I am zyegfryed (https://keybase.io/zyegfryed) on keybase.
- I have a public key whose fingerprint is CB7D F78F 241E EC07 3006 43B3 1CA6 8A36 B419 64A5
To claim this, I am signing this object:
| from oauth2 import Error | |
| from django.utils.translation import ugettext as _ | |
| from tastypie.authentication import Authentication | |
| from oauth_provider.utils import initialize_server_request, send_oauth_error, get_oauth_request | |
| from oauth_provider.consts import OAUTH_PARAMETERS_NAMES | |
| from oauth_provider.store import store, InvalidTokenError |
| # -*- coding: utf-8 -*- | |
| import codecs | |
| import subprocess | |
| from fdfgen import forge_fdf | |
| from django.template import Template, loader | |
| from django.template.loader import find_template, LoaderOrigin | |
| class PdfTemplateError(Exception): |
| #!/usr/bin/env python | |
| """ | |
| Use pip to get a list of local packages to check against one or more package | |
| indexes for updated versions. | |
| """ | |
| import sys | |
| import xmlrpclib | |
| import subprocess | |
| from distutils.version import StrictVersion, LooseVersion |
| from django.conf import settings | |
| from django.core.exceptions import ImproperlyConfigured | |
| # Python 2.7 has an importlib with import_module; for older Pythons, | |
| # Django's bundled copy provides it. | |
| try: # pragma: no cover | |
| from importlib import import_module # pragma: no cover | |
| except ImportError: # pragma: no cover | |
| from django.utils.importlib import import_module # pragma: no cover |
| PORT=8000 | |
| VENV_HOME=/usr/local/venv/develop | |
| PYTHONUNBUFFERED=true |
| apt-get install python-pip | |
| pip install pystatsd | |
| cat > /etc/default/statsd <<EOF | |
| STATSD_PORT=8125 # port to run on (default: 8125) | |
| PCT=90 # stats pct threshold (default: 90) | |
| GRAPHITE_HOST=localhost # host to connect to graphite on (default: localhost) | |
| GRAPHITE_PORT=2003 # port to connect to graphite on (default: 2003) | |
| USER=nobody # user to run statsd as |
| #!/bin/bash | |
| # | |
| # /etc/rc.d/init.d/tuqtng | |
| # | |
| # Start up the Couchbase Query Language service daemon | |
| # | |
| # chkconfig: 2345 20 80 | |
| # | |
| # processname: tuqtng | |
| # config: /etc/sysconfig/tuqtng |
| bind = "0.0.0.0:2005" | |
| workers = 4 | |
| user = "carbon" | |
| group = "carbon" |
I hereby claim:
To claim this, I am signing this object: