Add this in your ini file:
[alembic:exclude]
tables = spatial_ref_sys
In env.py:
import re
| # http://www.ansibleworks.com/docs/modules.html#digital-ocean | |
| # Create a new Droplet | |
| # Will return the droplet details including the droplet id (used for idempotence) | |
| - name: launch DO droplet | |
| hosts: local | |
| gather_facts: False | |
| tasks: | |
| - name: pwd |
| --- | |
| # This has been tested with ansible 1.3 with these commands: | |
| # ansible-playbook -i hosts ansible_conditionals_examples.yaml --extra-vars="hosts=myhosts isFirstRun=false" | |
| # ansible-playbook -i hosts ansible_conditionals_examples.yaml --extra-vars="hosts=myhosts isFirstRun=true" | |
| # ansible-playbook -i hosts ansible_conditionals_examples.yaml --extra-vars="hosts=myhosts" | |
| # NB: The type of the variable is crucial! | |
| - name: Ansible Conditionals Examples | |
| hosts: $hosts | |
| vars_files: |
| bit = require "bit" | |
| ev = require "ev" | |
| ltn12 = require "ltn12" | |
| socket = require "socket" | |
| -- make protect and newtry coroutine friendly | |
| socket.protect = (fn) -> fn | |
| socket.newtry = (finalizer) -> | |
| (...) -> |
| I now use google-drive-ocamlfuse (https://github.com/astrada/google-drive-ocamlfuse). | |
| For installation instructions see - http://www.webupd8.org/2013/09/mount-google-drive-in-linux-with-google.html | |
| If you want my grive-sync inotifywait script, see the previous revision of this gist. |
| #!/usr/bin/env python | |
| # -*- mode: python, coding: utf-8 -*- | |
| # | |
| # This incredible piece of code makes git a bit Polish, a bit Western Ukrainian, | |
| # пше прошу пана | |
| # Joke is based on fact that 'git' is 'пше' in qwerty/йцукен layouts | |
| # | |
| # (c) 2013 Alexander Solovyov under terms of WTFPL | |
| import sys |
| // Just before switching jobs: | |
| // Add one of these. | |
| // Preferably into the same commit where you do a large merge. | |
| // | |
| // This started as a tweet with a joke of "C++ pro-tip: #define private public", | |
| // and then it quickly escalated into more and more evil suggestions. | |
| // I've tried to capture interesting suggestions here. | |
| // | |
| // Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_, | |
| // @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant, |
Add this in your ini file:
[alembic:exclude]
tables = spatial_ref_sys
In env.py:
import re
| @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700); | |
| #bugzilla-body * { | |
| font-family: 'Open Sans', sans-serif; | |
| font-size: 14px; | |
| } | |
| #bugzilla-body table { | |
| border-spacing: 5px 0px; | |
| } |
| SUBSYSTEM=="usb", ATTR{idVendor}=="0502", MODE="0666", GROUP="plugdev" #Acer | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", MODE="0666", GROUP="plugdev" #ASUS | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="413c", MODE="0666", GROUP="plugdev" #Dell | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="0489", MODE="0666", GROUP="plugdev" #Foxconn | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="04c5", MODE="0666", GROUP="plugdev" #Fujitsu | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="04c5", MODE="0666", GROUP="plugdev" #Fujitsu Toshiba | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="091e", MODE="0666", GROUP="plugdev" #Garmin-Asus | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0666", GROUP="plugdev" #Google | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="201E", MODE="0666", GROUP="plugdev" #Haier | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="109b", MODE="0666", GROUP="plugdev" #Hisense |
git add HISTORY.md
git commit -m "Changelog for upcoming release 0.1.1."
bumpversion patch