I hereby claim:
- I am nonissue on github.
- I am andreww (https://keybase.io/andreww) on keybase.
- I have a public key whose fingerprint is 812F D47B 6707 8FD7 FFD2 FDCC C6B4 4805 6631 2BFB
To claim this, I am signing this object:
| finished: function(fileInfo, formFields) { | |
| var originalImage = fileInfo; | |
| var thumbnailPaths = []; | |
| var thumbnailSizes = Object.keys(this.imageVersions); | |
| _.each(thumbnailSizes, function(folder){ | |
| thumbnailPaths.push(fileInfo.subDirectory + "/" + folder + "/" + fileInfo.name); | |
| }) | |
| var newImage = _.extend(originalImage, { | 
I hereby claim:
To claim this, I am signing this object:
| <!doctype html> | |
| <html> | |
| <head> | |
| <!-- Basic Page Needs | |
| ββββββββββββββββββββββββββββββββββββββββββββββββββ --> | |
| <meta name="description" content="home of andy williams"> | |
| <meta name="author" content="andy williams"> | |
| <meta charset="utf-8" /> | 
| line = getInput() | |
| sentence_count = 0 | |
| while (line != EOF): | |
| sentence_count = sentence_count + 1 | |
| print("Sentence #%d: %s" %(sentence_count,line)) | |
| line = getInput() | |