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
| on run {input, parameters} | |
| set highlightHome to "/opt/homebrew/bin/highlight" | |
| set syntaxType to "css" | |
| set themeName to "navy" | |
| set command to "PATH_TO_SCRIPT/keynote-highlight -h " & highlightHome & " -s " & syntaxType & " -t " & themeName | |
| do shell script "/bin/bash -c 'pbpaste | " & command & " | pbcopy'" | |
| delay 0.1 | |
| tell application "System Events" to keystroke "v" using command down | |
| end run |
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
| #! /bin/bash | |
| set -e | |
| while getopts 'h:o:i:s:t:' OPTION; do | |
| case "$OPTION" in | |
| h) | |
| highlighthome="$OPTARG" | |
| ;; | |
| o) | |
| outputrtf="$OPTARG" | |
| ;; |
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
| if ($debug) { | |
| error_reporting(E_ALL); | |
| ini_set('display_errors', '1'); | |
| $json = load_file("testdata_darksky/forecast_20170131.json"); | |
| $html = load_file("testdata_closings/wjw_schools-20170131.html"); | |
| } else { | |
| $json = get_closings("https://api.darksky.net/forecast/%%%%%%%%%%/%%%%%%%%%%%"); | |
| $html = get_closings("http://s3.amazonaws.com/wjwclosings/wjw_schools.html"); | |
| } |
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
| [detached HEAD 29d63f4] Resolved conflicts | |
| 2 files changed, 7 insertions(+), 7 deletions(-) | |
| ~/sites/igalia/wpewebkit.org ((no branch, rebasing issue-61))> git push | |
| fatal: You are not currently on a branch. | |
| To push the history leading to the current (detached HEAD) | |
| state now, use | |
| git push origin HEAD:<name-of-remote-branch> | |
| ~/sites/igalia/wpewebkit.org ((no branch, rebasing issue-61))> git rebase --continue |
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
| // !!!!! the next two functions do NOT break release.md !!!!! | |
| eleventyConfig.addCollection("tagList", collection => { | |
| const tagsSet = new Set(); | |
| collection.getAll().forEach(item => { | |
| if (!item.data.tags) return; | |
| item.data.tags | |
| .filter(tag => !['post', 'all'].includes(tag)) | |
| .forEach(tag => tagsSet.add(tag)); | |
| }); |
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
| .status-future td.date {font-weight: bold;} | |
| .status-future td.date abbr {font-style: italic;} | |
| .status-future {background-color: #BEB;} | |
| .status-pending {background-color: #EBB;} | |
| .status-draft {background-color: #EEB;} | |
| .status-future, .status-pending, .status-draft { | |
| background-image: repeating-linear-gradient(-45deg, transparent, rgba(255,255,255,0) 9px, rgba(255,255,255,.25) 10px, rgba(255,255,255,.25) 19px, rgba(255,255,255,0) 20px); | |
| } | |
| #future-posts li, #published-posts li { | |
| display: grid; |
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
| /* styles for collapsing media in tweets and showing an arrow to indicate their existence | |
| but only at the top level */ | |
| li.stream-item .has-content .AdaptiveMedia, | |
| li.stream-item .has-cards .card2 { | |
| display: none; | |
| } | |
| li.stream-item .has-content:after, | |
| li.stream-item .has-cards:after, |
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
| GAME | |
| { | |
| version = 1.1.2 | |
| Title = Fred Kerssidy (SANDBOX) | |
| Description = No description available. | |
| linkURL = | |
| linkCaption = | |
| Mode = SANDBOX | |
| Status = 1 | |
| scene = 5 |
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
| ship = kOSprobe 002 | |
| version = 1.0.5 | |
| description = | |
| type = VAB | |
| size = 4.582137,13.75932,4.582137 | |
| PART | |
| { | |
| part = probeCoreOcto_4293521210 | |
| partName = Part | |
| pos = -0.1120743,10.59506,0.4055918 |
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
| @namespace url(http://www.w3.org/1999/xhtml); | |
| @-moz-document domain("twitter.com") { | |
| /* styles for collapsing media in tweets and showing an arrow to indicate their existence | |
| but only at the top level */ | |
| ol.stream-items > .expanding-stream-item:not(.open) .OldMedia, | |
| ol.stream-items > .expanding-stream-item:not(.open) .AdaptiveMedia { | |
| display: none; | |
| } | |
NewerOlder