Skip to content

Instantly share code, notes, and snippets.

View RoyceMars's full-sized avatar
🚀
Shoot for the stars

Royce Mars RoyceMars

🚀
Shoot for the stars
View GitHub Profile
@Override
protected Map<String, String> getHeaders() {
final Map<String, String> headers = new HashMap<String, String>();
headers.put("Content-Type", "application/json; charset=utf-8");
return headers;
}
@RoyceMars
RoyceMars / 0_reuse_code.js
Created November 6, 2015 08:26
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