I hereby claim:
- I am sserrato on github.
 - I am pablockchain (https://keybase.io/pablockchain) on keybase.
 - I have a public key ASA5YBoNSW7BCgZ0EcS3CwcwRgZQCNjtnrd76GTFoTrobAo
 
To claim this, I am signing this object:
| // The following data should be run in the console while viewing the page https://read.amazon.com/ | |
| // It will export a CSV file called "download" which can (and should) be renamed with a .csv extension | |
| var db = openDatabase('K4W', '3', 'thedatabase', 1024 * 1024); | |
| getAmazonCsv = function() { | |
| // Set header for CSV export line - change this if you change the fields used | |
| var csvData = "ASIN,Title,Authors,PurchaseDate\n"; | |
| db.transaction(function(tx) { | 
I hereby claim:
To claim this, I am signing this object:
| class Node | |
| attr_reader :value | |
| attr_accessor :left, :right | |
| def initialize(value=nil) | |
| @value = value | |
| left = nil; | |
| right = nil; | |
| end | |
| end |