Skip to content

Instantly share code, notes, and snippets.

View clockworkant's full-sized avatar

Alec Holmes clockworkant

View GitHub Profile

Keybase proof

I hereby claim:

  • I am clockworkant on github.
  • I am alecholmes_sbg (https://keybase.io/alecholmes_sbg) on keybase.
  • I have a public key ASBB8QeJzAUw_ndwzbjX-Va5LOxvgl45qxVFZSsTyfKNFwo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am clockworkant on github.
  • I am alecholmes (https://keybase.io/alecholmes) on keybase.
  • I have a public key whose fingerprint is 4D37 A867 2117 769B 735B B793 5180 F992 6535 51ED

To claim this, I am signing this object:

public void onBuyButtonClicked(){
if (isNameValid()){
doPayment();
} else {
doValidation();
}
}
@clockworkant
clockworkant / 0_reuse_code.js
Last active August 29, 2015 14: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