Skip to content

Instantly share code, notes, and snippets.

View braghome's full-sized avatar
🎯
Focusing

Manav Brar braghome

🎯
Focusing
  • Carita Revolution
  • Dublin, Ca
View GitHub Profile
@nutanc
nutanc / GmailHelper.java
Created July 14, 2014 04:27
Helper class for Gmail API to send and receive mails
import com.google.api.client.auth.oauth2.Credential;
import com.google.api.client.auth.oauth2.TokenResponse;
import com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow;
import com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl;
import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
import com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse;
import com.google.api.client.http.GenericUrl;
import com.google.api.client.http.HttpRequest;
import com.google.api.client.http.HttpRequestFactory;
import com.google.api.client.http.HttpTransport;
@Jonahss
Jonahss / test.js
Created July 3, 2014 01:39
click-and-type-with-appium
var wd = require('wd')
var safari =
{
"appium-version": '1.1',
"platformName": "iOS",
"platformVersion": "7.0",
"deviceName": "iPhone Simulator",
@wsargent
wsargent / docker_cheat.md
Last active August 31, 2023 12:10
Docker cheat sheet