I am a Senior Software Engineer and a Tech Lead at Kaltura, developing exciting video-related products.
If it's really important, I'm sure you can find my email in commits 🤔 🧠 🤫
I am a Senior Software Engineer and a Tech Lead at Kaltura, developing exciting video-related products.
If it's really important, I'm sure you can find my email in commits 🤔 🧠 🤫
#!/bin/bash
<< ////
The script creates 'licenses' under '$ANDROID_HOME' and creates a file which proves
that the SDK license was accepted by the user.
- Help page: https://support.google.com/googleplay/answer/1727131?hl=en
- Spreadsheet: https://docs.google.com/spreadsheets/d/16gXm7mGsXY_wQjTsRJYQVKkIjR8c3v-MAliAiRs0E3c/pub
- PDF: https://docs.google.com/spreadsheets/d/16gXm7mGsXY_wQjTsRJYQVKkIjR8c3v-MAliAiRs0E3c/pub?gid=0&single=true&output=pdf
- CSV: http://storage.googleapis.com/play_public/supported_devices.csv
# Convert mp4 files to mp3 (extract audio from mp4)
Assuming a simple mp4 with one video stream and one audio stream.
```sh
# How to use PlantUML with Markdown
[PlantUML](http://plantuml.com/) is a really awesome way to create diagrams by writing code instead of drawing and dragging visual elements. Markdown is a really nice documentation tool.
Here's how I combine the two, to create docs with embedded diagrams.