I hereby claim:
- I am sebastianst on github.
- I am sebas (https://keybase.io/sebas) on keybase.
- I have a public key whose fingerprint is CF5C 4F68 342B DDEE 307F B80D AB2D C5A2 D861 FDEC
To claim this, I am signing this object:
| # Dockerfile for running the cv-tricks image classifier tensorflow tutorial from | |
| # http://cv-tricks.com/tensorflow-tutorial/training-convolutional-neural-network-for-image-classification/ | |
| FROM tensorflow/tensorflow:latest-gpu-py3 | |
| # or just tensorflow/tensorflow:latest-py3 for CPU version | |
| LABEL maintainer="Sebastian Stammler <base64 -d<<<aWFtQGRlY2VudHIuYWwK>" | |
| RUN apt-get update && \ | |
| apt-get install -y --no-install-recommends \ |
| # Maintainer: Benjamin Chrétien <chretien at lirmm dot fr> | |
| # Contributor: Sebastian Stammler <base64 -d<<<c2ViQGhkZG4uc3BhY2UK> | |
| pkgname=git-latexdiff | |
| pkgver=1.2.0 | |
| pkgrel=1 | |
| pkgdesc="Simple but very convenient wrapper around Git and latexdiff" | |
| arch=('any') | |
| url="https://gitlab.com/git-latexdiff/git-latexdiff" | |
| license=('BSD') | |
| depends=('texlive-core' 'texlive-bin' 'git') |
I hereby claim:
To claim this, I am signing this object:
| # Contributor (Arch): Marti Raudsepp <[email protected]> | |
| # Maintainer: fauno <[email protected]> | |
| pkgname=networkmanager-openswan | |
| _pkgname=NetworkManager-openswan | |
| pkgver=1.0.0 | |
| pkgrel=1 | |
| pkgdesc="NetworkManager plugin for IPSec VPN tunnels" | |
| arch=('i686' 'x86_64') | |
| url="http://ftp.acc.umu.se/pub/GNOME/sources/NetworkManager-openswan/" |
| #!/usr/bin/python2 | |
| import gtk | |
| import simplejson | |
| import urllib2 | |
| import subprocess | |
| import datetime | |
| import string | |
| import random | |
| import time | |
| from os.path import expanduser |
| # Maintainer: Sarkasper <echo a2FzcGVyLm1lbnRlbkBnbXguY29tCg== | base64 -d> | |
| # Contributor: Daniel Micay <[email protected]> | |
| # Contributor: Michalis Georgiou <[email protected]> | |
| # Contributor: Alexander De Sousa <[email protected]> | |
| # Contributor(git version): Sebastian Stammler <[email protected]> | |
| pkgname=ttf-google-webfonts | |
| #pkgver=121021 | |
| pkgrel=1 | |
| pkgdesc="Google Web Fonts catalogue. Git version." |