I hereby claim:
- I am tmehlinger on github.
- I am maber (https://keybase.io/maber) on keybase.
- I have a public key ASAdqbIJx2SnFlxrDjGO0__WoD-1s4hJ9betGx9xf_oCMAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # tested on Ubuntu 16.04 | |
| apt-get install -y \ | |
| gstreamer1.0-libav \ | |
| gstreamer1.0-plugins-bad \ | |
| gstreamer1.0-plugins-base \ | |
| gstreamer1.0-plugins-good \ | |
| gstreamer1.0-tools |
| import pytest | |
| suffixes = { | |
| '1': 'st', | |
| '2': 'nd', | |
| '3': 'rd', | |
| } | |