digitalfoo.net
digitalfoo.net :: Posts
http://digitalfoo.net/posts/tag/python
By Lyle Scott, III. Getting started with a Raspberry Pi and AWS IoT. To another article I started about putting Alpine Linux on a Raspberry Pi. Setup a Thing in AWS IoT. A Thing in AWS IoT talk represents an addressable device with various configurable state (properties). In this scnario, the Raspberry Pi is the device. Assuming you have an AWS account, head over to https:/ console.aws.amazon.com/iot/home. And click Get Started if you dont currently have any Things. Mkdir -p /awsiot/node cd /awsiot/node ...
digitalfoo.net
digitalfoo.net :: Posts
http://digitalfoo.net/posts/tag/google-maps
By Lyle Scott, III. US State Polygons with Events on a Google Map. For a weekend project I was messing with, I needed to have actionalable mouse events for each US state on a Google map. This is how I did it:. Since Google Maps API is in JavaScript, I really wanted the JSON representation of the XML file. not to mention it would be nice to trim the data that isn't needed. Created: 10.19.2014 modified: 08.31.2015. Page 1 of 1. 2016 Lyle Scott III.
digitalfoo.net
digitalfoo.net :: Posts
http://digitalfoo.net/posts/tag/mysql
By Lyle Scott, III. Get size and row count of MySQL databases and tables. List all databases with row count and size. SELECT table schema `DB`, SUM(table rows) `Row Count`, SUM(data length index length)/1024/1024 `Size (MB)` FROM information schema.tables GROUP BY table schema ORDER BY table schema;. Obviously, you can add a. WHERE table schema=`YOUR DATABASE NAME`. To filter on a database name. List all tables in database with row count and size. Created: 12.30.2013 modified: 02.06.2015. Mysql CREATE DA...
digitalfoo.net
digitalfoo.net :: Posts
http://digitalfoo.net/posts/tag/seo
By Lyle Scott, III. Getting Front-End Routed URLs with AJAX Content Indexed and Crawler Friendly. THIS DOCUMENT IS NOW OBSOLETE. It was half obsolete when I originally published it, but oh well. :). My scenario: Over at TideNugget.com. The remedy to this is popular for people that deal with SEO, but it took me a few reads over how google want you to do it. To get it right. An example link is http:/ tidenugget.com/ #. Because its dead simple and lightweight. A quick example ( CoffeeScript. Escaped fragmen...
digitalfoo.net
digitalfoo.net :: Posts
http://digitalfoo.net/posts/tag/misc
By Lyle Scott, III. Getting Front-End Routed URLs with AJAX Content Indexed and Crawler Friendly. THIS DOCUMENT IS NOW OBSOLETE. It was half obsolete when I originally published it, but oh well. :). My scenario: Over at TideNugget.com. The remedy to this is popular for people that deal with SEO, but it took me a few reads over how google want you to do it. To get it right. An example link is http:/ tidenugget.com/ #. Because its dead simple and lightweight. A quick example ( CoffeeScript. Escaped fragmen...
digitalfoo.net
digitalfoo.net :: Posts
http://digitalfoo.net/posts/tag/javascript
By Lyle Scott, III. US State Polygons with Events on a Google Map. For a weekend project I was messing with, I needed to have actionalable mouse events for each US state on a Google map. This is how I did it:. Since Google Maps API is in JavaScript, I really wanted the JSON representation of the XML file. not to mention it would be nice to trim the data that isn't needed. Created: 10.19.2014 modified: 08.31.2015. Page 1 of 1. 2016 Lyle Scott III.
digitalfoo.net
digitalfoo.net :: Posts
http://digitalfoo.net/posts/tag/web-programming
By Lyle Scott, III. US State Polygons with Events on a Google Map. For a weekend project I was messing with, I needed to have actionalable mouse events for each US state on a Google map. This is how I did it:. Since Google Maps API is in JavaScript, I really wanted the JSON representation of the XML file. not to mention it would be nice to trim the data that isn't needed. Created: 10.19.2014 modified: 08.31.2015. Page 1 of 1. 2016 Lyle Scott III.
digitalfoo.net
digitalfoo.net :: Posts
http://digitalfoo.net/posts/tag/linux
By Lyle Scott, III. Alpine Linux on Raspberry Pi2 notes. Ive been using Alpine Linux. For some weeks now in most of my Docker. Containers with great success. I recently bought a Raspberry Pi2. To hook up to AWS IoT. And thought Alpine Linux. Would make a great fit given the small foot print and emphasis on security. Download Raspberry Pi Alpline Linux image. Download an Alpine Linux archive for use with Raspberry Pi from https:/ alpinelinux.org/downloads/. If you were in Linux, youd. And answer the quest...
digitalfoo.net
digitalfoo.net :: Posts
http://digitalfoo.net/posts/tag/django
By Lyle Scott, III. Getting Front-End Routed URLs with AJAX Content Indexed and Crawler Friendly. THIS DOCUMENT IS NOW OBSOLETE. It was half obsolete when I originally published it, but oh well. :). My scenario: Over at TideNugget.com. The remedy to this is popular for people that deal with SEO, but it took me a few reads over how google want you to do it. To get it right. An example link is http:/ tidenugget.com/ #. Because its dead simple and lightweight. A quick example ( CoffeeScript. Escaped fragmen...
digitalfoo.net
digitalfoo.net :: Posts
http://digitalfoo.net/posts/tag/programming
By Lyle Scott, III. Getting started with a Raspberry Pi and AWS IoT. To another article I started about putting Alpine Linux on a Raspberry Pi. Setup a Thing in AWS IoT. A Thing in AWS IoT talk represents an addressable device with various configurable state (properties). In this scnario, the Raspberry Pi is the device. Assuming you have an AWS account, head over to https:/ console.aws.amazon.com/iot/home. And click Get Started if you dont currently have any Things. Mkdir -p /awsiot/node cd /awsiot/node ...