Skip to content

Instantly share code, notes, and snippets.

View Jthomas54's full-sized avatar

Justin Thomas Jthomas54

  • Tonal
  • United States
View GitHub Profile
@Jthomas54
Jthomas54 / build.gradle
Last active June 9, 2017 16:40
Tasks for doclava and jars
android {
configurations {
//Used to hold the doclava dependency configuration
doclava
//Used to hold the other dependency configuration
classpaths
}
dependencies {
@Jthomas54
Jthomas54 / ElasticTranscoder.cs
Created May 27, 2016 16:28
Simple Elastic Transcoder Fluent Interface
using System;
using System.Collections.Generic;
using System.Linq;
using Amazon.ElasticTranscoder.Model;
namespace AmazonHelpers
{
public sealed class ElasticTranscoder
{
import android.app.Activity;
import android.content.Context;
import android.util.Log;
import com.google.android.gms.common.api.GoogleApiClient;
import com.google.android.gms.common.api.ResultCallback;
import com.google.android.gms.common.api.Status;
import com.google.android.gms.drive.Drive;
import com.google.android.gms.drive.DriveApi;
import com.google.android.gms.drive.DriveContents;