# Check your existing configuration
gcloud config configurations list
# Activete or Create an empty one
gcloud config configurations activate $CONFIG_NAME
gcloud config configurations create $CONFIG_NAME
# Set the project
gcloud config set project $PROJECT
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
[ | |
{ | |
"name": "Solana", | |
"ring": "2-4 years", | |
"quadrant": "infrastructure", | |
"isNew": "TRUE", | |
"description": "More cost effective than Ethereum for running dApps ..." | |
}, | |
{ | |
"name": "Combient Twin", |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>com.torstenek.brew.upgrade</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/usr/local/bin/brew</string> | |
<string>upgrade</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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>com.torstenek.brew.update</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/usr/local/bin/brew</string> | |
<string>update</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
{ | |
"version": "1.0.0", | |
"id": "f91a40ad-5034-5ce2-be8d-ea0a30374640", | |
"actor": { | |
"objectType": "Agent", | |
"mbox": "mailto:[email protected]" | |
}, | |
"verb": { | |
"id": "http://adlnet.gov/expapi/verbs/progressed" | |
}, |
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
/* | |
Install this script as a pre-request Script on your Postman collection. | |
Define Auth_Url, and Basic_Auth as local variables on the collection. | |
Define OAuth_Token, OAuth_Timestamp, ExpiresInTime, OAUTH_USERNAME, OAUTH_PASSWORD and OAUTH_REFRESH_TOKEN | |
in the associated Postman environment. | |
*/ | |
var tokenDate = new Date(2010, 1, 1); | |
var tokenTimestamp = pm.environment.get("OAuth_Timestamp"); | |
if (tokenTimestamp) { | |
tokenDate = Date.parse(tokenTimestamp); |
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
Future<String> fetchUserOrder() => | |
// Imagine that this function is | |
// more complex and slow. | |
Future.delayed( | |
Duration(seconds: 2), | |
() => 'Large Latte', | |
); | |
void main() async { |
I hereby claim:
- I am torstenek on github.
- I am torstenek (https://keybase.io/torstenek) on keybase.
- I have a public key ASBvmb4BgUFLzw423YbpIfDVuRx6xfoCjCiLW5nuxun-1Qo
To claim this, I am signing this object:
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
Verifying I am +torstenek on my passcard. https://onename.com/torstenek |
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
ubuntu@camunda-engine:~$ sudo /opt/shipyard-agent -url http://192.168.1.193:8000 -register | |
2014/03/17 16:08:04 Using 10.0.1.25 for the Docker Host IP for Shipyard | |
2014/03/17 16:08:04 If this is not correct or you want to use a different IP, please update the host in Shipyard | |
2014/03/17 16:08:04 Registering at http://192.168.1.193:8000 | |
2014/03/17 16:08:04 Agent Key: 95b62c466ecb488c8afbf1b4738f313a | |
ubuntu@camunda-engine:~$ sudo /opt/shipyard-agent -url http://192.168.1.193:8000 -key 95b62c466ecb488c8afbf1b4738f313a | |
2014/03/17 16:08:43 Shipyard Agent (http://192.168.1.193:8000) | |
2014/03/17 16:08:43 Listening on :4500 | |
2014/03/17 16:08:48 Error requesting images from Docker: Get http://127.0.0.1:4243/images/json?all=0: dial tcp 127.0.0.1:4243: connection refused |
NewerOlder