I hereby claim:
- I am deangiberson on github.
- I am deangiberson (https://keybase.io/deangiberson) on keybase.
- I have a public key whose fingerprint is 4F80 5302 A2DD DD30 A069 514C A5A4 694F 153D 0C6F
To claim this, I am signing this object:
| /* | |
| After purchasing a humble book bundle, go to your download page for that bundle. | |
| Open a console window for the page and paste in the below javascript | |
| */ | |
| function getTitle() { | |
| var re = /^Humble.*Bundle\:\ (.*)\ \(/g; | |
| return re.exec(document.title)[1]; | |
| } |
| dynamodb.deleteTable({ | |
| TableName: 'record' | |
| }) | |
| dynamodb.createTable({ | |
| TableName: 'record', | |
| AttributeDefinitions: [ | |
| { AttributeName: 'name', AttributeType: 'S' }, | |
| { AttributeName: 'part', AttributeType: 'N' } |
| dynamodb.deleteTable({ | |
| TableName: 'record' | |
| }) | |
| dynamodb.createTable({ | |
| TableName: 'record', | |
| AttributeDefinitions: [ | |
| { AttributeName: 'name', AttributeType: 'S' }, | |
| { AttributeName: 'part', AttributeType: 'N' } |
| aws --endpoint-url=http://localhost:4569 dynamodb create-table \ | |
| --table-name MusicCollection \ | |
| --attribute-definitions \ | |
| AttributeName=Artist,AttributeType=S AttributeName=SongTitle,AttributeType=S \ | |
| --key-schema AttributeName=Artist,KeyType=HASH AttributeName=SongTitle,KeyType=RANGE \ | |
| --provisioned-throughput ReadCapacityUnits=1,WriteCapacityUnits=1 \ | |
| --stream-specification StreamEnabled=true,StreamViewType=NEW_IMAGE | |
| { |
| # Monitoring on interface eth0 | |
| tcpdump -i eth0 -n port 67 and port 68 |
| From Geoff Anders, of Leverage Research (http://www.leverageresearch.org/) | |
| For people doing goal factoring - or for people making any sort of box-and-arrow diagram - I recommended the program yEd. It is available here: http://www.yworks.com/en/products_yed_about.html | |
| After you install it, I highly recommend setting up the defaults in the following way: | |
| 1. Open yEd. | |
| 2. Create a new document. | |
| 3. Click the white background; a small yellow square should appear on the canvas. | |
| 4. Click the small yellow square so as to select it. |
| #!/bin/bash | |
| # | |
| # Written by Corey Haines | |
| # Scriptified by Gary Bernhardt | |
| # | |
| # Put this anywhere on your $PATH (~/bin is recommended). Then git will see it | |
| # and you'll be able to do `git churn`. | |
| # | |
| # Show churn for whole repo: | |
| # $ git churn |
I hereby claim:
To claim this, I am signing this object: