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
//Changes | |
//11/23/2021 by DW | |
//Updated to handle a subcategory of verbs, such as op.attributes. | |
//11/22/2021 by DW | |
//http://drummer.scripting.com/davewiner/verblist.opml | |
var theOutline = { | |
opml: { | |
head: { | |
title: "Drumkit verb list", | |
dateCreated: "Mon, 22 Nov 2021 21:49:22 GMT", |
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
{ | |
"watchFolder": "/Users/cluelessnewbie/publicFolder/", | |
"s3Folder": "/mybucket.com/publicfolder/", | |
"urlS3Folder": "http://mybucket.com/publicfolder/", | |
"flDeleteEnabled": false | |
} |
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 convertOpmlArchive () { | |
«Changes | |
«12/21/21; 3:25:01 PM by DW | |
«This script converts the archive from the form I found it in on scripting.com, to the form used in the GitHub-based archive. | |
«Input: One OPML file for each day. | |
«Output: One OPML file for each month, broken down by day inside the outline. | |
«All other files, indexes and sitemaps, garbage left around by crappy server software, were not passed through. | |
local (sourcefolder = "Macintosh HD:Users:davewiner:tmp:opmlArchive:"); | |
local (destfolder = "Macintosh HD:Users:davewiner:tmp:opmlArchive2:"); | |
fileloop (fyear in sourcefolder) { |
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
user { | |
prefs: { | |
dropboxfolder: "/users/davewiner/Dropbox/", | |
publicfolder: "/users/davewiner/publicFolder/" | |
} | |
} |
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
daytona.removeOutlineRefs ("http://drummer.scripting.com/davewiner/blog.opml") | |
daytona.ping ("https://raw.githubusercontent.com/scripting/Scripting-News/master/blog/opml/2021/12.opml") |
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
{ | |
"created_at": "Sun May 01 15:07:15 +0000 2022", | |
"id": 1520781905175662600, | |
"id_str": "1520781905175662594", | |
"full_text": "Wordle 316 5/6\n\n⬜⬜⬜⬜⬜\n⬜🟩⬜⬜⬜\n⬜⬜⬜🟨⬜\n⬜🟩🟩⬜⬜\n🟩🟩🟩🟩🟩", | |
"truncated": false, | |
"display_text_range": [ | |
0, | |
45 | |
], |
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> | |
<head> | |
<meta charset="UTF-8"> | |
<style> | |
body { | |
font-family: TwitterChirp, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif | |
} | |
</style> |
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
<item> | |
<description>This is an <b>example</b> of an item with a source:markdown element</description> | |
<pubDate>Sat, 28 May 2022 17:19:21 GMT</pubDate> | |
<guid isPermaLink="false">7305</guid> | |
<source:markdown>This is an **example** of an item with a source:markdown element.</source:markdown> | |
</item> |
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
seattle:scripting.com-code-electricdrummer davewiner$ npx electron-builder -m | |
Need to install the following packages: | |
electron-builder | |
Ok to proceed? (y) y | |
npm WARN deprecated [email protected]: Disk image license agreements are deprecated by Apple and will probably be removed in a future macOS release. Discussion at: https://github.com/argv-minus-one/dmg-license/issues/11 | |
• electron-builder version=23.0.3 os=20.5.0 | |
• loaded configuration file=/Users/davewiner/nodeEditor/scripting.com-code-electricdrummer/electron-builder.json | |
• writing effective config file=dist/builder-effective-config.yaml | |
• installing production dependencies platform=darwin arch=arm64 appDir=/Users/davewiner/nodeEditor/scripting.com-code-electricdrummer | |
⨯ /usr/local/bin/node process failed ERR_ELECTRON_BUILDER_CANNOT_EXECUTE |
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
{ | |
"feeds": [ | |
{ | |
"feedUrl": "https://rss.nytimes.com/services/xml/rss/nyt/World.xml", | |
"items": [ | |
{ | |
"feedUrl": "https://rss.nytimes.com/services/xml/rss/nyt/World.xml", | |
"guid": "https://www.nytimes.com/live/2022/08/03/world/ukraine-russia-news-war", | |
"title": "Live Updates: Even as It Mounts Its Own Offensive, Ukraine Braces for a Russian Attack in the South", | |
"link": "https://www.nytimes.com/live/2022/08/03/world/ukraine-russia-news-war", |