Skip to content

Instantly share code, notes, and snippets.

View alexgutjahr's full-sized avatar

Alex Gutjahr alexgutjahr

View GitHub Profile
@alexgutjahr
alexgutjahr / keybase.md
Created February 14, 2019 13:31
Keybase Proof

Keybase proof

I hereby claim:

  • I am alexgutjahr on github.
  • I am alexgutjahr (https://keybase.io/alexgutjahr) on keybase.
  • I have a public key ASAeaNHegeJB75BT2MBt8Il7mPho7ODa-Ov6GtnojcJSZwo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am alexhanschke on github.
  • I am alexhanschke (https://keybase.io/alexhanschke) on keybase.
  • I have a public key ASAlQ3KwAfpOkmnzrChFpc7TkXic1lAzjq4fhS48Xh9HEgo

To claim this, I am signing this object:

@alexgutjahr
alexgutjahr / S3Resource.java
Created June 8, 2012 18:53
Using Amazon Web Services S3 in Play Framework Model class
package models;
import play.db.ebean.Model;
import java.io.File;
import java.util.UUID;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;