I hereby claim:
- I am toricls on github.
- I am toricls (https://keybase.io/toricls) on keybase.
- I have a public key ASDocbYVSt6F09EnpYmENXRKhVmZ6qotzoPLqSZubEFZPAo
To claim this, I am signing this object:
| #!/bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: kibana | |
| # Required-Start: $local_fs $remote_fs $network | |
| # Should-Start: $time | |
| # Required-Stop: $local_fs $remote_fs $network | |
| # Default-Start: 3 5 | |
| # Default-Stop: 0 1 2 6 | |
| # Short-Description: Kibana 4 |
| # | |
| # Add code below at the bottom of your zshrc/bashrc. | |
| # You can use Docker Toolbox with simple commands like boot2docker. | |
| # Notice: This script can handle only `default` machine. | |
| # | |
| # e.g. | |
| # b2d start | |
| # b2d ssh | |
| # b2d stop | |
| # |
| # Description: | |
| # オフィスにいるっぽい人を知りたい、そんなあなた向けのスクリプト. | |
| # Using the Slack API and an IP address of your office. | |
| # | |
| # Dependencies: | |
| # "q": "1.4.1" | |
| # "slack-api-client": "0.0.2" | |
| # | |
| # Configuration: | |
| # HUBOT_SLACK_WEB_API_TOKEN - https://api.slack.com/web |
| START RequestId: 94a083a4-700a-11e6-bd2f-39c6f7b14de8 Version: $LATEST | |
| 2016-09-01T06:09:02.914Z 94a083a4-700a-11e6-bd2f-39c6f7b14de8 | |
| { | |
| "errorMessage": "fail" | |
| } | |
| END RequestId: 94a083a4-700a-11e6-bd2f-39c6f7b14de8 | |
| REPORT RequestId: 94a083a4-700a-11e6-bd2f-39c6f7b14de8 Duration: 0.73 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 16 MB | |
| START RequestId: 94a083a4-700a-11e6-bd2f-39c6f7b14de8 Version: $LATEST | |
| 2016-09-01T06:09:59.216Z 94a083a4-700a-11e6-bd2f-39c6f7b14de8 | |
| { |
| AWSTemplateFormatVersion : '2010-09-09' | |
| Transform: AWS::Serverless-2016-10-31 | |
| Description: A hello world application. | |
| Resources: | |
| # Lambda 関数を1つ定義して | |
| HelloWorldFunction: | |
| Type: AWS::Serverless::Function | |
| Properties: | |
| Handler: index.handler | |
| Runtime: nodejs6.10 |
| AWSTemplateFormatVersion: '2010-09-09' | |
| Description: A hello world application. | |
| Resources: | |
| HelloWorldFunctionRole: | |
| Type: 'AWS::IAM::Role' | |
| Properties: | |
| ManagedPolicyArns: | |
| - 'arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole' | |
| AssumeRolePolicyDocument: | |
| Version: 2012-10-17 |
| import Amplify, { Auth } from 'aws-amplify'; | |
| const types = { | |
| AUTHENTICATE: 'AUTHENTICATE', | |
| SIGNOUT: 'SIGNOUT', | |
| SET_ATTRIBUTES: 'SET_ATTRIBUTES', | |
| }; | |
| Amplify.configure({ | |
| Auth: { |
| var historyUrl = 'https://www.amazon.co.jp/gp/css/order-history?orderFilter=year-$year$&startIndex=$index$'; | |
| function beforeSendHook(xhr){ | |
| xhr.setRequestHeader('X-Requested-With' | |
| , { | |
| toString: function(){ | |
| return ''; | |
| } | |
| } | |
| ); |
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "time" | |
| "gobot.io/x/gobot" | |
| "gobot.io/x/gobot/platforms/dji/tello" | |
| ) | |
| func main() { |