short url: caseywatts.com/selfpublish
my book is out! an applied psychology / self-help book targeted at developers: Debugging Your Brain
Markdown --> PDF (as a booklet!)
Markdown --> EPUB and MOBI
short url: caseywatts.com/selfpublish
my book is out! an applied psychology / self-help book targeted at developers: Debugging Your Brain
Markdown --> PDF (as a booklet!)
Markdown --> EPUB and MOBI
| { | |
| "schema": { | |
| "type": "struct", | |
| "fields": [{ | |
| "type": "int32", | |
| "optional": false, | |
| "field": "id" | |
| }, { | |
| "type": "struct", | |
| "name": "data", |
| # | |
| # Some constants | |
| # | |
| aws_profile = "your_profile" | |
| aws_region = "your_region" | |
| s3_bucket = "your_bucket" | |
| # | |
| # Reading environment variables from aws credential file | |
| # |
| `android update sdk --no-ui --filter build-tools-24.0.0,android-24,extra-android-m2repository` | |
| ``` | |
| sudo apt-get install -y lib32gcc1 libc6-i386 lib32z1 lib32stdc++6 | |
| sudo apt-get install -y lib32ncurses5 lib32gomp1 lib32z1-dev | |
| cordova build --platform android | |
| cordova build --platform android --release | |
| ``` |
| * DataFlow example : https://github.com/GoogleCloudPlatform/dataflow-opinion-analysis | |
| * scientific labs : https://codelabs.developers.google.com/cloud-quest-scientific-data | |
| * BigQuery + AirFlow : https://cloud.google.com/blog/big-data/2017/07/how-to-aggregate-data-for-bigquery-using-apache-airflow | |
| * |
| license: WTFPL |