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 <marti@juffo.org> | |
# Maintainer: fauno <fauno@parabola.nu> | |
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 <danielmicay@gmail.com> | |
# Contributor: Michalis Georgiou <mechmg93@gmail.comr> | |
# Contributor: Alexander De Sousa <archaur.xandy21@spamgourmet.com> | |
# Contributor(git version): Sebastian Stammler <stammler.s@gmail.com> | |
pkgname=ttf-google-webfonts | |
#pkgver=121021 | |
pkgrel=1 | |
pkgdesc="Google Web Fonts catalogue. Git version." |