It's dangerous to go alone! Take this.
TL:DR;
#!/usr/bin/env bash
mkdir your-project
cd your-project
openapi: 3.0.0 | |
info: | |
title: "OpenTripPlanner" | |
version: "2.0.0-SNAPSHOT" | |
description: "<h1>OpenTripPlanner</h1><p>The OpenTripPlanner multimodal journey planning system</p>" | |
license: | |
name: "GNU Lesser General Public License" | |
url: "https://www.gnu.org/licenses/lgpl-3.0.txt" | |
servers: [] | |
paths: |
openapi: 3.0.0 | |
info: | |
title: "OpenTripPlanner" | |
version: "1.5.0-SNAPSHOT" | |
description: "<h1>OpenTripPlanner</h1><p>The OpenTripPlanner multimodal journey planning system</p>" | |
license: | |
name: "GNU Lesser General Public License" | |
url: "https://www.gnu.org/licenses/lgpl-3.0.txt" | |
servers: [] | |
paths: |
#! /usr/bin/env bash | |
# copied from https://help.republicwireless.com/hc/en-us/articles/115009437747-How-to-Install-Republic-Anywhere-on-Linux | |
# written here in pastable form | |
function install_republic_anywhere() { | |
sudo sh -c 'echo "deb [arch=amd64] https://s3.amazonaws.com/files.republicwireless.com/public/apps/anywhere/debian main main" > /etc/apt/sources.list.d/republicanywhere.list' && | |
wget -O - https://s3.amazonaws.com/files.republicwireless.com/public/apps/anywhere/debian/key/public | sudo apt-key add - && | |
sudo apt-get update && | |
sudo apt-get install republicanywhere | |
} |
dependent | dependency | label | notes | citation | |
---|---|---|---|---|---|
access function | method | handler_function | https://www.postgresql.org/docs/current/sql-create-access-method.html | ||
aggregate | function | https://www.postgresql.org/docs/current/sql-createaggregate.html | |||
aggregate | operator | https://www.postgresql.org/docs/current/sql-createaggregate.html | |||
aggregate | schema | https://www.postgresql.org/docs/current/sql-createaggregate.html | |||
aggregate | type | arg_data_type | An input data type on which this aggregate function operates. | https://www.postgresql.org/docs/current/sql-createaggregate.html | |
aggregate | type | base_type | https://www.postgresql.org/docs/current/sql-createaggregate.html | ||
aggregate | type | state_data_type | https://www.postgresql.org/docs/current/sql-createaggregate.html | ||
cast | function | https://www.postgresql.org/docs/current/sql-createcast.html | |||
cast | type | {source,target}_type | https://www.postgresql.org/docs/current/sql-createcast.html |
2022-08-25T11:49:22.394-0400 [INFO] provider: configuring client automatic mTLS | |
2022-08-25T11:49:22.405-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.27.0/darwin_arm64/terraform-provider-aws_v4.27.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/4.27.0/darwin_arm64/terraform-provider-aws_v4.27.0_x5] | |
2022-08-25T11:49:22.413-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.27.0/darwin_arm64/terraform-provider-aws_v4.27.0_x5 pid=21697 | |
2022-08-25T11:49:22.413-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.27.0/darwin_arm64/terraform-provider-aws_v4.27.0_x5 | |
2022-08-25T11:49:22.547-0400 [INFO] provider.terraform-provider-aws_v4.27.0_x5: configuring server automatic mTLS: timestamp=2022-08-25T11:49:22.546-0400 | |
2022-08-25T11:49:22.556-0400 [DEBUG] provider.terraform-provider-aws_v4.27.0_x5: plugin address: address=/var/fol |