This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface PhotoUpload { | |
@PUT("/api/v1/photos/{sha256}") | |
Object putPhoto(@Name("sha256") String sha256, @SingleEntity TypedFile photo); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hello |