Skip to content

Instantly share code, notes, and snippets.

View sebastianst's full-sized avatar
🔴
OPtimistic

Sebastian Stammler sebastianst

🔴
OPtimistic
View GitHub Profile
@sebastianst
sebastianst / Dockerfile
Created August 15, 2018 16:31
Dockerfile for running the cv-tricks image classifier tensorflow tutorial
# 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 \
@sebastianst
sebastianst / git-latexdiff.PKGBUILD
Created July 6, 2017 10:16
PKGBUILD of git-latexdiff AUR Package
# 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')

Keybase proof

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:

@sebastianst
sebastianst / PKGBUILD
Created February 4, 2015 22:00
networkmanager-openswan-1.0.0 PKGBUILD
# 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
@sebastianst
sebastianst / PKGBUILD
Created October 30, 2012 23:36
PKGBUILD for ttf-google-webfonts from Arch Linux AUR to use git
# 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."