Skip to content

Instantly share code, notes, and snippets.

@ftao
ftao / gist:833555
Created February 18, 2011 11:22 — forked from anonymous/gist:156623
"""
This fabric file makes setting up and deploying a django application much
easier, but it does make a few assumptions. Namely that you're using Git,
Apache and mod_wsgi and your using Debian or Ubuntu. Also you should have
Django installed on your local machine and SSH installed on both the local
machine and any servers you want to deploy to.
_note that I've used the name project_name throughout this example. Replace
this with whatever your project is called._
# python ep2011_video.py | tee ep2011_video.txt
import httplib2
import urlparse
from BeautifulSoup import BeautifulSoup
BASE_URL = 'http://ep2011.europython.eu/'
SCHEDULE_URL = 'http://ep2011.europython.eu/p3/schedule/ep2011/'
headers = {
--- strongswan-5.2.1/debian/rules 2014-10-27 14:36:53.659872404 +0300
+++ strongswan-5.2.1/debian/rules 2014-10-27 15:10:07.003054721 +0300
@@ -15,7 +15,7 @@
--enable-ha \
--enable-led --enable-gcrypt \
--enable-test-vectors \
- --enable-xauth-eap --enable-xauth-pam \
+ --enable-xauth-eap --enable-xauth-pam --enable-xauth-noauth \
--enable-cmd \
--enable-certexpire \
@ftao
ftao / introrx-cn.md
Last active February 19, 2016 09:14 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing