placed in box by elector
sent to aec processing locations
- each batch is seperated into
- formal
- divided into groups
- formal
- added to batch abl group counts
| data = { | |
| 'room_id1': [ | |
| { | |
| 'abstract': '', | |
| 'end': '2013-07-06 09:00:00+11:00', | |
| 'start': '1970-01-01 10:00:00+10:00', | |
| 'title': 'Not Yet Started'}, | |
| { | |
| 'abstract': '', | |
| 'conf_url': '1386831022.76', |
| // ==UserScript== | |
| // @name ABC election count with aec data auto fill | |
| // @namespace ? | |
| // @description Auto fills the candidates. | |
| // @include http://www2b.abc.net.au/Elections/View/SenateCalculator.aspx?e=34&ca=wa | |
| // @version 1 | |
| // @grant GM_xmlhttpRequest | |
| // @require http://code.jquery.com/jquery-1.11.0.min.js | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Better table formatting for AEC's Virtual Tally Room | |
| // @namespace ? | |
| // @description Makes the table easier to read and adds sort. | |
| // @include http://vtr.aec.gov.au/Default.htm | |
| // @version 1 | |
| // @grant none | |
| // @require http://code.jquery.com/jquery-1.11.0.min.js | |
| // ==/UserScript== |
| Dear AEO, | |
| On Thursday I made a complaint to the AEC Officer in charge at the | |
| Central Scrutiny Station in Northbridge that scrutineers were being | |
| denied access to a significant proportion of the scrutiny process. | |
| During the first days of the scrutiny, at the Belmont Scrutiny | |
| Station, I verbally requested access to oversee how certain parts of | |
| the central scrutiny system was being conducted. Principally I wanted | |
| to inspect parts of what is referred to by the AEC as "EasyCount" to |
| var express = require('express'); | |
| var router = express.Router(); | |
| router.get('/', function(req, res, next) { | |
| res.jsonp({title: 'API'}); | |
| }); | |
| module.exports = router; |
| layout | title | group |
|---|---|---|
docs |
View all |
components |
I hereby claim:
To claim this, I am signing this object:
This is a simplified version of the Code Styleguide used at Seven West Media where we use Glamorous for styles on https://thewest.com.au and http://www.perthnow.com.au
All styled items should have a separate file in the componets folder named according to the component name e.g. heading.styled.tsx
Sub-components should exist in a separate folder with the components folder called component
If there is more than one component, components should be put into their own files