I hereby claim:
- I am smiller171 on github.
- I am smiller171 (https://keybase.io/smiller171) on keybase.
- I have a public key whose fingerprint is A4B0 55D0 4E7D 2704 E673 0CCB 8659 EE68 4CAD 0E9F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?xml version="1.1"?> | |
| <root> | |
| <item> | |
| <name>Code Keyboard media keys</name> | |
| <appendix>This will bind CODE/WASD the printed values on the media keys to their actual software function. | |
| * FN+Insert : Pause / Play | |
| * FN+Delete : Previous Song | |
| * FN+End : Next Song | |
| * FN+Pause : Mute Volume | |
| * FN+Page Up : Volume Up |
| go list -f '{{join .Deps "\n"}}' | xargs go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}' |
| package main | |
| import ( | |
| "fmt" | |
| "io" | |
| "log" | |
| "os/exec" | |
| "github.com/aws/aws-sdk-go/aws" | |
| "github.com/aws/aws-sdk-go/aws/session" |
| import boto3 | |
| import logging | |
| #setup simple logging for INFO | |
| logger = logging.getLogger() | |
| logger.setLevel(logging.INFO) | |
| #define the connection | |
| ec2 = boto3.resource('ec2') |
| 11:24:53 + docker info | |
| 11:24:55 Containers: 0 | |
| 11:24:55 Images: 29 | |
| 11:24:55 Server Version: 1.9.0 | |
| 11:24:55 Storage Driver: aufs | |
| 11:24:55 Root Dir: /var/lib/docker/aufs | |
| 11:24:55 Backing Filesystem: extfs | |
| 11:24:55 Dirs: 29 | |
| 11:24:55 Dirperm1 Supported: false | |
| 11:24:55 Execution Driver: native-0.2 |
| # Ansible EC2 external inventory script settings | |
| # | |
| [ec2] | |
| # AWS regions to make calls to. Set this to 'all' to make request to all regions | |
| # in AWS and merge the results together. Alternatively, set this to a comma | |
| # separated list of regions. E.g. 'us-east-1,us-west-1,us-west-2' | |
| regions = us-east-1 | |
| regions_exclude = us-gov-west-1,cn-north-1 |
| # config file for ansible -- http://ansible.com/ | |
| # ============================================== | |
| # nearly all parameters can be overridden in ansible-playbook | |
| # or with command line flags. ansible will read ANSIBLE_CONFIG, | |
| # ansible.cfg in the current working directory, .ansible.cfg in | |
| # the home directory or /etc/ansible/ansible.cfg, whichever it | |
| # finds first | |
| [defaults] |
| #!/usr/bin/env python2 | |
| # blackwidow_enable.py | |
| # | |
| # Enables the M1-5 and FN keys to send scancodes on the Razer BlackWidow | |
| # and BlackWidow Ultimate keyboards. | |
| # | |
| # You can use 'xev' and 'xbindkeys' to assign actions to the macro keys. | |
| # | |
| # Requires the PyUSB library. |
| <link rel="import" href="../components/polymer/polymer.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| #core_card { | |
| position: absolute; | |
| width: 300px; | |
| height: 300px; |