Skip to content

Instantly share code, notes, and snippets.

@JTarasovic
JTarasovic / BI - CLA
Last active November 6, 2024 19:17
Batteries Included - CLA
## Batteries Included
Software Grant and Contributor License Agreement ("Agreement")
This document is based on the Apache Contributor License Agreements.
Thank you for your interest in open source software projects of Batteries Included (“Company”). In order to clarify the intellectual property license granted with Contributions from any person or entity, Company wishes to have a Contributor License Agreement (CLA) on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of Company and its users; it does not change your rights to use your own Contributions for any other purpose.
This version of the Agreement allows an entity or individual (the "Contributor") to submit Contributions to Company, to authorize Contributions submitted by its designated employees to Company, and to grant copyright and patent licenses thereto.
#!/bin/bash
models=(tpm-tis tpm-crb)
backends=(emulator passthrough)
versions=("1.2" "2.0")
__build_tpm_string() {
local model="$1"
local backend="$2"
local version="$3"

Keybase proof

I hereby claim:

  • I am jtarasovic on github.
  • I am jtarasovic (https://keybase.io/jtarasovic) on keybase.
  • I have a public key ASDRpxS6BxvKTd-mwHFZn55hgBvaKLk56zexwClFfLeeaAo

To claim this, I am signing this object:

@JTarasovic
JTarasovic / diff.txt
Created September 10, 2019 18:44
etcd 3.3 -> 3.4
type Etcd3_3 struct { | type Etcd3_4 struct {
Name *string `yaml:"name" cli:" Name *string `yaml:"name"
DataDir *string `yaml:"data_dir" cli:" DataDir *string `yaml:"data_dir"
WalDir *string `yaml:"wal_dir" cli:" WalDir *string `yaml:"wal_dir"
SnapshotCount *int `yaml:"snapshot_count" cli:" SnapshotCount *int `yaml:"snapshot_count"
HeartbeatInterval *int `yaml:"heartbeat_interval" cli:" HeartbeatInterval *int `yaml:"heartbeat_interval"
ElectionTimeout *int `yaml:"election_timeout"