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
| QRL,QRM,QRN,QRQ,QRS,QRZ,QTH,QSB,QSY,qrp,R,TU,rtu,thx,name,rst,cq,agn,ant,dx,es,fb,gm,ga,ge,hi,hr,hw,nr,om,pse,pwr,wx,73,=,+,SK,(,BK,sota,/m,/p,op,88,44,cpy,gl,cu,tks,ref,cfm,5nn,55n,599,DR |
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
| Testing Gist for thegrid |
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
| h3. Background | |
| h3. Narrative | |
| As a ..., I want ..., so that ... | |
| h3. Acceptance Criteria | |
| h3. Notes |
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
| Ref: CL.C0011.CM.11.07.14 | |
| Dear Graeme, | |
| Thank you for getting in touch. As you know, I am wholly opposed to the | |
| Government's proposals to require communications service providers to continue | |
| the blanket retention of our data. | |
| It's worrying enough that this has been going on at all, and deeply disturbing | |
| that the Government wants to continue despite the practice having been ruled in |
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
| Ref: CL.C0011.CM.11.07.14 | |
| Dear Graeme, | |
| Thank you for getting in touch. As you know, I am wholly opposed to the Government's proposals to require communications service providers to continue the blanket retention of our data. | |
| It's worrying enough that this has been going on at all, and deeply disturbing that the Government wants to continue despite the practice having been ruled in breach of our fundamental human rights. Please be assured I will be voting against the Data Retention and Investigation Powers Bill on Tuesday, and also working with the small group of other MPs who share my position to try to amend it. There is cross party support for the legislation from the Coalition and the official opposition, so any amendments will probably be focussed on timescales and securing an earlier expiry date than is currently proposed. | |
| If I get the opportunity to speak during the debate I will set out my objection to the Bill and the blanket retention of data. In particular I will highlight the fact that the Home |
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
| app.factory('playText', | |
| ['$timeout', | |
| function($timeout) { | |
| return function(play, onDone) { | |
| var | |
| config = { | |
| 'letterMs': 100, | |
| 'wordMs': 150 }, | |
| baseText = play.content, | |
| timeoutId; |
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
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; |
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
| """ | |
| Github wsgi post-receive hook | |
| """ | |
| import os | |
| import sys | |
| import json | |
| import subprocess | |
| from urlparse import parse_qs |
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 __future__ import with_statement | |
| from optparse import OptionParser | |
| from kombu import BrokerConnection | |
| def process_args(): | |
| parser = OptionParser() | |
| parser.add_option("-l", "--listen", dest="listen", | |
| action="store_true", help="listen and print messages", default=False) | |
| (options, args) = parser.parse_args() |
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
| # bash shell | |
| export ARCHFLAGS='-arch i386 -arch x86_64' | |
| # Python deployment snippet -- useful in bootstrap scripts | |
| # For PIL install | |
| # OS / X latest gcc has no ppc support, so need to prevent ppc compiles | |
| #if os.uname()[0] == 'Darwin': | |
| # os.environ['ARCHFLAGS'] = '-arch i386 -arch x86_64' |
NewerOlder