type: PIN
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
type: PIN
Consumer key: IQKbtAYlXLripLGPWd0HUA
[ | |
"cigar", | |
"rebut", | |
"sissy", | |
"humph", | |
"awake", | |
"blush", | |
"focal", | |
"evade", | |
"naval", |
export default GROUPS_DESCRIPTIONS = { | |
abortion: `People who strongly or somewhat agree that a woman should be able to have an abortion under any circumstances.`, | |
age: `Responses across seven different age brackets.`, | |
'alcohol consumption': `People who drink at least one or more drinks per week.`, | |
ancestry: `People were asked the ethnic or cultural origins of their ancestors and could select multiple responses, which were coded as either ‘white’ or ‘non-white’. A person who listed a ‘non-white’ ancestry was categorised as having non-white ancestry.`, | |
assimilation: `People who somewhat or strongly agreed with the statement ‘Most immigrants these days don’t try hard enough to fit into Australian society’.`, | |
'birth country': `People were categorised based on whether they were born in Australia or elsewhere.`, | |
'cannabis legalisation': `People who strongly or somewhat agreed with the statement ‘Marijuana should be legalised’.`, | |
'cannabis use': `People who ever use cannabis.`, | |
'Chinese Australian' |
/* | |
To support dynamic type in iOS, we need to set Apple's | |
system font and then define font-families and rem-based | |
font-sizes on descendant elements: | |
*/ | |
@supports (font: -apple-system-body) { | |
html { | |
font: -apple-system-body; | |
} | |
} |
minutesSincePublication | quotes | replies | retweets | quotesCumulative | repliesCumulative | retweetsCumulative | |
---|---|---|---|---|---|---|---|
1 | 0 | 0 | 0 | 0 | 0 | 0 | |
2 | 0 | 1 | 0 | 0 | 1 | 0 | |
3 | 0 | 2 | 1 | 0 | 3 | 1 | |
4 | 0 | 3 | 0 | 0 | 6 | 1 | |
5 | 0 | 3 | 1 | 0 | 9 | 2 | |
6 | 0 | 4 | 0 | 0 | 13 | 2 | |
7 | 0 | 1 | 2 | 0 | 14 | 4 | |
8 | 0 | 2 | 1 | 0 | 16 | 5 | |
9 | 0 | 3 | 0 | 0 | 19 | 5 |
const { h } = require('preact'); | |
const Button = require('../Button'); | |
const styles = require('./styles.css'); | |
/** | |
* CreditsNav | |
* | |
* @typedef Props | |
* @property {string} creditsHTML | |
* @property {boolean} isUnavailable |
body { | |
margin: 0; | |
} | |
.wrapper { | |
display: grid; | |
grid-template-columns: repeat(auto-fill, 50vw); | |
grid-template-rows: repeat(auto-fill, 50vw); | |
} |
{ | |
"editor.fontFamily": "Monofur, Menlo, Monaco, Consolas, 'Courier New', monospace", | |
"editor.fontSize": 15, | |
"editor.formatOnSave": true, | |
"editor.tabSize": 2, | |
"explorer.openEditors.visible": 0, | |
"files.insertFinalNewline": true, | |
"git.enableSmartCommit": true, | |
"git.confirmSync": false, | |
"prettier.jsxBracketSameLine": true, |
sudo /usr/local/McAfee/AntiMalware/VSControl stopoas | |
sudo killall VShieldService | |
sudo killall VShieldScanner |