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 xml.etree.ElementTree import Element, fromstring, tostring | |
| from xml.dom import minidom | |
| OUR_IDS = ['BMBOMB', 'FUKUSH', 'SYCLWR', 'HURSAN', 'COLSSD', | |
| 'PIRATE', 'EXXVAL', 'BFACTO', 'HAIEAR', 'AIDSHI', | |
| 'BOMBER', 'ABDALA', 'JOSHAZ', 'RENPRE', 'SYRIDE', | |
| 'BROBMA', 'POPEFR', | |
| 'THIOKL', 'GENELE', 'MARORG', 'NATOAA', 'TEPCOM', |
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
| # Django settings for crisis project. | |
| import sys | |
| import os | |
| from django.core.urlresolvers import reverse | |
| PROJECT_PATH = os.path.dirname(os.path.abspath(__file__)) | |
| DEBUG = True |
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
| *.html | |
| .jshintrc |
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
| mixin sel(value, options) | |
| select(data-bind='value: ' + value + ', options: ' + options) | |
| .foo | |
| +sel('data().query.type' |