Skip to content

Instantly share code, notes, and snippets.

@torstenek
torstenek / planned-duration-float.json
Last active August 17, 2020 09:31
Sample xAPI json featuring the planned-duration-float context extension
{
"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"
},
@torstenek
torstenek / com.torstenek.brew.update.plist
Created October 31, 2020 10:48
scheduled brew update macos
<?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>
@torstenek
torstenek / com.torstenek.brew.upgrade.plist
Created October 31, 2020 10:50
scheduled brew upgrade macos
<?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>
[
{
"name": "Solana",
"ring": "2-4 years",
"quadrant": "infrastructure",
"isNew": "TRUE",
"description": "More cost effective than Ethereum for running dApps ..."
},
{
"name": "Combient Twin",
# 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