Note
The instructions below haven't been checked. Please check them and make any necessary corrections. Thanks.
#!/usr/bin/env python3 | |
# also compatible with Python 2.7 | |
# and Python 2.6 (requires argparse) | |
""" | |
Warms up a web server by sending requests until the maximum or average response | |
duration falls below a given threshold. | |
""" |
Out of the box, Django e-mail fields for both database models and forms only
accept plain e-mail addresses. For example, [email protected]
is accepted.
On the other hand, full e-mail addresses which include a human-readable name, for example the following address fails validation in Django:
Download makedict from http://sourceforge.net/projects/xdxf/files/Converter_%20many%20to%20many/makedict-0.4.1-beta1-Source.tar.gz/download
Compile and install:
sudo apt-get install -y cmake libglib2.0-dev libexpat1-dev cd /tmp tar xvf ~/Downloads/makedict-0.4.1-beta1-Source.tar.gz
*.pyc | |
/bin | |
/include | |
/lib |
/bin | |
/include | |
/lib |
*.pyc | |
/bin | |
/include | |
/lib | |
/quasilxml.egg-info |
# virtualenv | |
/bin | |
/include | |
/lib | |
/share | |
# python | |
*.pyc |
This Trac plugin integrates tickets from an external RT | |
(RequestTracker) into the timeline. | |
This plugin requires the RT LogSearch extension from | |
https://gist.github.com/737979 installed on the RT side. |
This extension adds a date and queue based search to the REST API. | |
Copyright 2010 Antti Kaihola | |
This software is distributed under the New BSD license. | |
Source repository for the extension: | |
https://gist.github.com/737979 | |