I hereby claim:
- I am kelvinmo on github.
- I am kelvinmo (https://keybase.io/kelvinmo) on keybase.
- I have a public key whose fingerprint is 51E6 DA30 DAAB 8830 1D56 CB63 3698 8A58 3138 B972
To claim this, I am signing this object:
blueprint: | |
name: IKEA Somrig (zigbee2mqtt) | |
description: Automate Ikea Somrig remote | |
source_url: https://gist.github.com/kelvinmo/a182de0703ca17bb2259c754db9afe88 | |
domain: automation | |
input: | |
remote: | |
name: Remote | |
description: The remote to use | |
selector: |
{ | |
"manufacturer": "Midea", | |
"supportedModels": [ | |
"FS40-10DR" | |
], | |
"supportedController": "Broadlink", | |
"commandsEncoding": "Base64", | |
"speed": [ | |
"on", "quiet", "normal" | |
], |
% \iffalse meta-comment -*- latex -*- | |
% | |
% actuarial.dtx. Provides for symbols and other notation for actuarial, | |
% financial and statistical uses. | |
% | |
%% Copyright (C) Kelvin Mo 1999, 2000 | |
%% | |
%% | |
% Reference: Bowers L et al, Actuarial Mathematics, Appendix 4 | |
% \fi |
% \iffalse -*- latex -*- | |
%% Portions Copyright (C) Kelvin Mo 2000 | |
%% This work is based on: | |
%% - ADFATHESIS.CLS Stephen Harker, School of Physics, ADFA 1994 (public | |
%% domain) | |
%% - MONTHESIS.STY Tony McGrath, Dept of Physics, Monash University 1987 | |
%% - REPORT.CLS LaTeX3 Project Copyright (C) LaTeX3 Project 1993, 1994, | |
%% 1995, 1996, 1997 | |
% \fi | |
%% |
//! The loose-tight text format (lttxt) | |
//! | |
//! Contains helpers to parse and write to files using this format. | |
// | |
//! # Overview | |
//! | |
//! The *loose-tight text format* is a loose, semi-structured text file format | |
//! for simple uses such as configuration files. The format is defined in the | |
//! [specification](#specification) below. | |
//! |
I hereby claim:
To claim this, I am signing this object:
<?php | |
/** | |
* Returns a pre-signed URL to access a restricted AWS S3 object. | |
* | |
* @param string $access_key the AWS access key | |
* @param string $secret_key the AWS secret key associated with the access key | |
* @param string $bucket the S3 bucket | |
* @param string $canonical_uri the object in the S3 bucket expressed as a canonical URI. | |
* This should begin with the / character, and should not be URL-encoded | |
* @param int $expires the time that the pre-signed URL will expire, in seconds |