I hereby claim:
- I am readywater on github.
- I am andrewlb (https://keybase.io/andrewlb) on keybase.
- I have a public key whose fingerprint is 3BA0 44C6 D3F4 AF64 6A42 1013 2A84 27DC C797 BFF4
To claim this, I am signing this object:
| { | |
| "name" : "theProject" | |
| ,"preferGlobal": true | |
| , "author":"Relay Studio" | |
| , "client":"theClient" | |
| , "version": "0.0.1" | |
| , "private": true | |
| , "dependencies": { | |
| "express": "3.0" | |
| , "jade" : ">= 0.0.1" |
| #include "LPD8806.h" | |
| #include "SPI.h" | |
| // Constants | |
| const int NUMLIGHTS = 6; // Number of lights per arm | |
| const int NUMARMS = 3; // Number of arms per light | |
| const int LEDPERARM = 20; // Number of lights | |
| const int serialPin = 52; | |
| const int testPin = 53; | |
| bool connected; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Simple Example</title> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> | |
| <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false" type="text/javascript"></script> | |
| <script src="js/canvas-toBlob.js"></script> | |
| <script src="js/FileSaver.js"></script> | |
| <script src="js/three.min.js"></script> |
| $(this.el).find('.imagebuffer').each(function(key,val) { | |
| // console.log($(val)); | |
| var r = function() { return $(val)[0].getBoundingClientRect(); | |
| }; | |
| var i = $(val).attr('src'); | |
| _this.sections.push({ | |
| rect: r, | |
| img: i | |
| }); |
I hereby claim:
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', '2', '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) { |
We are exploring our options for "Terms of use" and "Privacy policy" generation
| {"version":1,"resource":"file:///Users/albkeel/src/blog/2021-08-08_peripherals.md","entries":[{"id":"QNjG.md","source":"searchReplace.source","timestamp":1669600334646},{"id":"RQJu.md","source":"searchReplace.source","timestamp":1669642932664}]} |
| # So this is a somewhat manual but not nearly as manual as it could be process. | |
| # First, follow the instructions here: https://www.themodernnomad.com/audible-statistics-extractor/ | |
| # Depending on how many pages, copy and paste the results into Excel | |
| # (it will auto format, though you will need to remove the header) | |
| # Before running | |
| # Install the required libraries: pandas and isbntools | |
| # Modify the read_excel argument to point at your file. | |
| # Then point the to_csv argument to wherever you want to export to. |
I'll be adding you as a tester on both Instagram (sync photos) and Facebook (login option, though not required).
If you use Facebook, you can accept the facebook tester invite: https://developers.facebook.com/requests/
If you aren't using facebook, login using the Email method instead.