Letter | Availability |
---|---|
A | Available |
B | Available |
C | Available |
D | Available |
E | Available |
F | Available |
G | Available |
H | Available |
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
# Firefox | |
firefox() { | |
# Set to local path to Firefox repo | |
local FIREFOX_HOME="$HOME/src/firefox-unified" | |
# Set directory to new tab (See Bug #1937151) | |
local FIREFOX_NEWTAB_PATH="browser/extensions/newtab" | |
# Ignore if no arguments are passed | |
if [ $# -gt 0 ]; then |
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 django.db import migrations, models | |
class Migration(migrations.Migration): | |
dependencies = [ | |
("phones", "0012_relaynumber"), | |
] | |
operations = [ |
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
// Run this script in your DevTools console | |
// Calculate how many times you'll need to scroll down the page. | |
var pageHeight = window.innerHeight; | |
var windowEl = document.querySelector(".Ac8dXc"); | |
var loopCount = Math.ceil(windowEl.offsetHeight / pageHeight) | |
// Running array of images (based on what is visible on the scren) | |
var videos = document.querySelectorAll("div[aria-label*='Video']"); | |
// Click the video thumbnail, only if it is not already clicked |
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
[ | |
{ | |
"NBI": "037400000000000", | |
"Div": "01", | |
"Co.": "Adair", | |
"FACILITY": "S.H. 100", | |
"FEATINT": "RUSSELL BRANCH CREEK", | |
"STRUCNAME": "0118 0450 X", | |
"LOCATION": "4.6 MI.E.JCT.US59", | |
"YEARBUILT": 1932, |
- We're moving ThunderPlains online this year! Details:
- Thursday, November 12th, 2020
- Single-track
- Working with Emily on tasks
- Revised 2020 website (Reskinned from last year) is trying to launch. (Demo site)
- CFPs are open. papercall.io/thunderplains
Excerpt from "Deciding with Consents" by Roman Bercot
The person proposing the idea frames the problem or opportunity and offers a proposed way to address it.
Participants ask clarifying questions that the proposer can answer.
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 mq-at-least($device-width) { | |
@media screen and (min-width: $device-width){ | |
@content; | |
} | |
} | |
.container { | |
width: 100%; | |
@include mq-at-least(768px){ | |
max-width: 50%; |
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
* {box-sizing: border-box} | |
[hidden] {display: none !important} | |
[disabled] {pointer-events:none; opacity: 0.3} | |
.horizontal {display: flex; flex-direction: row; justify-content: space-between} | |
.vertical {display: flex; flex-direction: column} | |
.center {justify-content: center; align-items: center} | |
.flex {flex: 1} | |
html { | |
--spacing-xs: 8px; | |
--spacing: 24px; |
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
{ | |
"id": 883, | |
"last_updated": "2019-11-28T04:32:58.623288Z", | |
"name": "DoH US Engagement Study V3", | |
"enabled": true, | |
"is_approved": true, | |
"revision_id": 2853, | |
"action": "branched-addon-study", | |
"arguments": { | |
"branches": [ |
NewerOlder