Generate Token
yc iam create-token
Convert MP3 to OPUS
// @ts-check | |
/** | |
* @typedef {Object} Geometry | |
* @property {number} w | |
* @property {number} h | |
* @property {number} wOffset | |
* @property {number} hOffset | |
*/ |
Install Terraform on Windows, Linux and Mac OS
$ brew install terraform
import validator from 'noname-validator-core' | |
import dsl from 'noname-validator-dsl' | |
const { describe, validate } = validator(dsl, __filename) |
# 1 | |
convert -resize 1200 <(montage /path/to/file1.jpg /path/to/file2.jpg miff:-) outFile.jpg | |
# 2 | |
montage /path/to/file1.jpg /path/to/file2.jpg miff:- > convert -resize 1200 - outFile.jpg |
// https://github.com/benjamingr/tmp-promise | |
import { file } from 'tmp-promise' | |
(async () => { | |
const {fd, path, cleanup} = await file({ postfix: '.bmp' }); | |
// work with file here in fd | |
cleanup(); | |
})(); |
{"lastUpload":"2019-07-28T15:33:58.290Z","extensionVersion":"v3.4.1"} |