I hereby claim:
- I am figassis on github.
- I am assis (https://keybase.io/assis) on keybase.
- I have a public key ASD7lGyGan-zOz8NFC0566YEQ6FenyIyDfOjt9g20UBaMAo
To claim this, I am signing this object:
| Prefix | Description | Notes | |
|---|---|---|---|
| ac_ | Platform Client ID | Identifier for an auth code/client id. | |
| acct_ | Account ID | Identifier for an Account object. | |
| ba_ | Bank Account ID | Identifier for a Bank Account object. | |
| card_ | Card ID | Identifier for a Card object. | |
| cbtxn_ | Customer Balance Transaction ID | Identifier for a Customer Balance Transaction object. | |
| ch_ | Charge ID | Identifier for a Charge object. | |
| cn_ | Credit Note ID | Identifier for a Credit Note object. | |
| cs_live_ | Live Checkout Session ID | Identifier for a checkout Session object in live mode. | |
| cs_test_ | Test Checkout Session ID | Identifier for a checkout Session object in test mode. |
I hereby claim:
To claim this, I am signing this object:
| [options] | |
| # | |
| # WARNING: | |
| # If you use the Odoo Database utility to change the master password be aware | |
| # that the formatting of this file WILL be LOST! A copy of this file named | |
| # /etc/odoo/openerp-server.conf.template has been made in case this happens | |
| # Note that the copy does not have any first boot changes | |
| #----------------------------------------------------------------------------- | |
| # Odoo Server Config File - TurnKey Linux |
| #!/bin/bash | |
| if [[ "$1" != "" ]]; then | |
| S3BUCKETNAME="$1" | |
| else | |
| echo ERROR: Failed to supply S3 bucket name | |
| exit 1 | |
| fi | |
| aws s3 sync build s3://$S3BUCKETNAME --delete --cache-control max-age=31536000,public |
Also see: AWS CLI Setup
Information From: https://developers.google.com/protocol-buffers/docs/proto3
Declaring Message In Protocol Buffer:
As you can see, each field in the message definition has a unique number.
Field numbers identify fields in message binary format. Should not be changed once message is in use
| #!/bin/bash | |
| mkdir -p $HOME/go | |
| curl -LO https://get.golang.org/$(uname)/go_installer && chmod +x go_installer && ./go_installer && rm go_installer | |
| . ~/.bash_profile | |
| echo "Go is installed and your GOPATH is '$HOME/go'" | |
| echo "Please reload this shell or enter the command '. ~/.bash_profile'" |
| package main | |
| import "fmt" | |
| func main() { | |
| slice := make([]int, 159) | |
| // Split the slice into batches of 20 items. | |
| batch := 20 |
| Afghanistan | |
| Akrotiri | |
| Albania | |
| Algeria | |
| American Samoa | |
| Andorra | |
| Angola | |
| Anguilla | |
| Antarctica | |
| Antigua and Barbuda |