Skip to content

Instantly share code, notes, and snippets.

View matthewmichihara's full-sized avatar

Matthew Michihara matthewmichihara

View GitHub Profile
package com.fourpool.teleporter.app.data.google;
final class AutoParcel_DetailsResponse extends DetailsResponse {
private final String status;
private final Result result;
AutoParcel_DetailsResponse(
String status,
Result result) {
@matthewmichihara
matthewmichihara / gist:7454713
Created November 13, 2013 19:18
maven issues
2.0.0-p0 in flow/ on master
› mvn clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Flow (Parent)
[INFO] Flow
[INFO] Flow Sample
[INFO]
@matthewmichihara
matthewmichihara / gist:6846646
Created October 5, 2013 22:11
./gradlew build
:MyProject:compileLint
:MyProject:copyDebugLint UP-TO-DATE
:MyProject:mergeDebugProguardFiles UP-TO-DATE
:MyProject:packageDebugAidl UP-TO-DATE
:MyProject:preBuild UP-TO-DATE
:MyProject:preDebugBuild UP-TO-DATE
:MyProject:prepareDebugDependencies
:MyProject:compileDebugAidl UP-TO-DATE
:MyProject:compileDebugRenderscript UP-TO-DATE
:MyProject:generateDebugBuildConfig UP-TO-DATE
@matthewmichihara
matthewmichihara / gist:5544830
Created May 9, 2013 01:02
Retrofit interface
interface PhotoUpload {
@PUT("/api/v1/photos/{sha256}")
Object putPhoto(@Name("sha256") String sha256, @SingleEntity TypedFile photo);
}
http --headers http://www.reddit.com/
HTTP/1.1 200 OK
Connection: keep-alive
Content-Encoding: gzip
Content-Length: 17757
Content-Type: text/html; charset=UTF-8
Date: Thu, 21 Feb 2013 07:01:10 GMT
Server: '; DROP TABLE servertypes; --
Vary: Accept-Encoding