This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
</head> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from opencnam import Phone | |
PHONE_NUMBERS_START = 2024561111 | |
PHONE_NUMBERS_STOP = 2024561171 | |
for num in xrange(PHONE_NUMBERS_START, PHONE_NUMBERS_STOP): | |
phone = Phone(num) | |
print phone.number, phone.cnam |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Django==1.3.1 | |
docutils==0.8.1 | |
psycopg2==2.4.4 | |
Fabric==1.3.2 | |
South==0.7.3 | |
gunicorn==0.13.4 | |
newrelic==1.1.0.192 | |
django-celery==2.4.2 | |
django-dajaxice==0.2 | |
django-kombu==0.9.4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ cnam 2024561111 | |
DIST OF COLUMBI | |
➜ ~ cnam 8182179229 | |
DEGGAS,RANDALL | |
➜ ~ cnam 8182822422 | |
HUMANA INC | |
➜ ~ cnam 818-555-4444 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -g prefix C-a | |
unbind % | |
bind \ split-window -h | |
bind - split-window -v | |
bind-key k select-pane -U | |
bind-key j select-pane -D | |
bind-key h select-pane -L | |
bind-key l select-pane -R |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Django==1.3.1 | |
docutils==0.8.1 | |
psycopg2==2.4.2 | |
Fabric==1.3.2 | |
South==0.7.3 | |
gunicorn==0.13.4 | |
newrelic==1.0.5.156 | |
django-celery==2.4.2 | |
django-kombu==0.9.4 | |
django-storages==1.1.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web: python project/manage.py run_gunicorn -b "0.0.0.0:$PORT" -w 3 | |
--max-requests 1000 --log-level info --settings=settings.prod | |
scheduler: python project/manage.py celeryd -B -E --maxtasksperchild=1000 | |
--settings=settings.prod | |
worker: python project/manage.py celeryd -E --maxtasksperchild=1000 | |
--settings=settings.prod |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web: python project/manage.py run_gunicorn -b "0.0.0.0:$PORT" -w 3 --log-level info --settings=settings.prod | |
scheduler: python project/manage.py celeryd -B -E --settings=settings.prod | |
worker: python project/manage.py celeryd -E --settings=settings.prod |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Production settings and globals.""" | |
from os import environ | |
from sys import exc_info | |
from urlparse import urlparse, uses_netloc | |
from S3 import CallingFormat | |
from common import * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST --data "FNAME=0&IP=192.168.100.159&username=holiday&password=july" http://login.nomadix.com:1111/usg/process |