Skip to content

Instantly share code, notes, and snippets.

View theShadow89's full-sized avatar
💻
In Code I Trust

Stefano Castoldi theShadow89

💻
In Code I Trust
  • AgileLab
  • Gorgonzola,Milan,Italy
View GitHub Profile
@theShadow89
theShadow89 / 0_reuse_code.js
Created August 2, 2014 10:08
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
package com.example.anothersignintest;
import java.io.IOException;
import com.google.android.gms.auth.GoogleAuthException;
import com.google.android.gms.auth.GoogleAuthUtil;
import com.google.android.gms.auth.UserRecoverableAuthException;
import com.google.android.gms.common.Scopes;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesClient.ConnectionCallbacks;