Skip to content

Instantly share code, notes, and snippets.

"""
my addons
author: Oren Zomer
"""
from Pymacs import lisp
import re
import os
from functools import wraps
"""
A simple test for ph; the philosophers problem solution - verify that
no adjacent philosophers are eating simultaneously.
"""
import subprocess
import signal
import sys
import re
# HG changeset patch
# User Aviram Cohen <aviram@adallom.com>
# Date 1381924204 -7200
# Node ID eb4a27153a24e4477d9074bd51ba56ce58be4177
# Parent 70c5cd3a61cb476c2afb3a61826e59c7cda0b7a7
Added remote end SSL certificate verification in the proxy module.
This patch adds the following directives to the proxy module:
- proxy_ssl_verify - whether or not to verify the remote end's
certificate. Default is off.
# HG changeset patch
# User Aviram Cohen <aviram@adallom.com>
# Date 1381334949 -7200
# Branch stable-1.4
# Node ID 9a6e20bf72f8cf4d17653e4fdfcbac48c4de03aa
# Parent 0702de638a4c51123d7b97801d393e8e25eb48de
Added remote end SSL certificate verification in the proxy module.
This patch adds the following directives to the proxy module:
- proxy_ssl_verify - whether or not to verify the remote end's certificate. Default is off.