Skip to content

Instantly share code, notes, and snippets.

View avarabyeu's full-sized avatar

Andrei Varabyeu avarabyeu

View GitHub Profile
@avarabyeu
avarabyeu / 0_reuse_code.js
Created August 14, 2014 08:18
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
@avarabyeu
avarabyeu / gist:a823dd8460da18460557
Created July 24, 2014 17:20
[smarttested] Email Interface
public class Email {
private String from;
private String to;
private String subject;
private String body;
}