I hereby claim:
- I am vessenes on github.
- I am vessenes00 (https://keybase.io/vessenes00) on keybase.
- I have a public key ASDDq9EK0DenaJJ7_AUYhN5zvdUWBR1jVh4IWXk-9N0jGgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am vessenes on github. | |
| * I am vessenes00 (https://keybase.io/vessenes00) on keybase. | |
| * I have a public key ASDDq9EK0DenaJJ7_AUYhN5zvdUWBR1jVh4IWXk-9N0jGgo | |
| To claim this, I am signing this object: |
| """ | |
| Support for the google speech service. | |
| For more details about this component, please refer to the documentation at | |
| https://home-assistant.io/components/tts.google/ | |
| Note - this is a hack. It makes no attempt to update tests. It does not have all wavenet voices listed. | |
| It attempts to respect language requests from hass but this has not been tested. | |
| Google cloud gives the first 1 million characters of wavenet generation for free per month, if you exceed |
| option "operating_currency" "USD" | |
| plugin "beancount.plugins.book_conversions" "Assets:Inventory:AU,Income:AU" | |
| plugin "beancount.plugins.unrealized" | |
| 2016-01-08 open Assets:Cash | |
| 2016-01-08 open Assets:Inventory:AU | |
| 2016-01-08 open Income:USD | |
| 2016-01-08 open Income:AU | |
| 2016-01-08 open Expenses:USD | |
| 2016-01-08 open Liabilities:Payroll |
| import glob | |
| import sqlite3 | |
| import shlex | |
| import sys | |
| import io | |
| conn = sqlite3.connect('transaction.db') | |
| c = conn.cursor() | |
| all = glob.glob("transactions/*") |
| ./configure Calculator ios verbose; make -j8 | |
| ==> configured to build Calculator for ios in normal verbose mode | |
| == using source in /Users/admin/src/lambdanative/apps/Calculator | |
| === using profile your profile name here [/Users/admin/src/lambdanative/PROFILE].. | |
| === configured to build Calculator version 1.0 for ios on macosx in normal mode | |
| ==> checking for required tools.. | |
| => grep.. ok | |
| => wget.. ok | |
| => zip.. ok |
| package main | |
| import "fmt" | |
| import "sync" | |
| import "time" | |
| func main() { | |
| var wg sync.WaitGroup | |
| wg.Add(2) |
| package main | |
| import ( | |
| "errors" | |
| "flag" | |
| "log" | |
| "os" | |
| "runtime" | |
| "strconv" | |
| "sync" |