This file contains 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
app-dequeue | |
architecture | |
messaging-service-configuration | |
messaging-service-event-handler | |
messaging-service-send | |
number-pool-service | |
ratequeue | |
scala-service | |
sticky-sender-service | |
supernetwork-status-analyzer-csg |
This file contains 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
const ex: string = "x 2022-01-01 2022-10-04 say hello to mom category:family when i visit later"; | |
interface Todo { | |
done: boolean, | |
doneDate?: string, | |
startDate?: string, | |
body: string, | |
meta: { [name: string]: string} | |
} |
This file contains 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
# What to do given one XPath | |
def processXpath(path, doc): | |
try: | |
result = do_xpath(path, doc) | |
return result.text | |
except: | |
return "!!! Failed to scrape" | |
# you have some way of getting the document |
This file contains 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
openjdk version "1.8.0_265" | |
OpenJDK Runtime Environment (Zulu 8.48.0.53-CA-macosx) (build 1.8.0_265-b11) | |
OpenJDK 64-Bit Server VM (Zulu 8.48.0.53-CA-macosx) (build 25.265-b11, mixed mode) | |
Scala code runner version 2.13.3 -- Copyright 2002-2020, LAMP/EPFL and Lightbend, Inc. | |
Darwin C02DC5CBMD6M 19.6.0 Darwin Kernel Version 19.6.0: Thu May 6 00:48:39 PDT 2021; root:xnu-6153.141.33~1/RELEASE_X86_64 x86_64 | |
[info] welcome to sbt 1.5.4 (Azul Systems, Inc. Java 1.8.0_265) |
This file contains 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
nfunnell@3778 ~ | |
04:10 PM $ curl -sf https://www.getlektor.com/install.sh | sudo sh | |
Password: | |
Sorry, try again. | |
Password: | |
Welcome to Lektor | |
This script will install Lektor on your computer. |
This file contains 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
Traceback (most recent call last): | |
File "/usr/local/bin/lektor", line 11, in <module> | |
sys.exit(main()) | |
File "/usr/local/lib/lektor/lib/python2.7/site-packages/click/core.py", line 716, in __call__ | |
return self.main(*args, **kwargs) | |
File "/usr/local/lib/lektor/lib/python2.7/site-packages/click/core.py", line 696, in main | |
rv = self.invoke(ctx) | |
File "/usr/local/lib/lektor/lib/python2.7/site-packages/click/core.py", line 1060, in invoke | |
return _process_result(sub_ctx.command.invoke(sub_ctx)) | |
File "/usr/local/lib/lektor/lib/python2.7/site-packages/click/core.py", line 889, in invoke |
This file contains 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
{ | |
"relationship": "one", | |
"listRoute": "\/not-used", | |
"listRoute": "\/Voice\/Conversations\/<accountSid>/<id>", | |
"key": "resources", | |
"related": [ | |
{ | |
"relationship": "many", | |
"listRoute": "\/Voice\/Participants\/<id>", | |
"instanceRoute": "\/not-used", |
This file contains 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
[ | |
{ | |
"relationship": "many", | |
"listRoute": "\/Voice\/Conversations\/<accountSid>", | |
"instanceRoute": "\/not-used", | |
"key": "resources", | |
"primary": true, | |
"filtered": false, | |
"related": [], | |
"type": "UdEntityStorageApi" |
This file contains 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
[ | |
{ | |
"style": [ | |
"well", | |
"well-large", | |
"text-center" | |
], | |
"value": null, | |
"subComponents": [ | |
{ |
This file contains 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
12 TO THE MOON with short: DESIGN FOR DREAMING | |
AGENT FOR H.A.R.M. | |
ALIEN FROM L.A. | |
ANGELS' REVENGE | |
ATTACK OF THE GIANT LEECHES with short: UNDERSEA KINGDOM PT 1 | |
ATTACK OF THE THE EYE CREATURES | |
BEING FROM ANOTHER PLANET | |
BLOOD WATERS OF DR. Z | |
BLOODLUST with short: UNCLE JIM'S DAIRY FARM | |
BOGGY CREEK II |
NewerOlder