※画像内の文字が見にくい場合はクリックして拡大してください。
既存のファイル(拡張子.ShaderGraph)をダブルクリックするとエディタが開きます。
| """ | |
| Convert YouTube subtitles(vtt) to human readable text. | |
| Download only subtitles from YouTube with youtube-dl: | |
| youtube-dl --skip-download --convert-subs vtt <video_url> | |
| Note that default subtitle format provided by YouTube is ass, which is hard | |
| to process with simple regex. Luckily youtube-dl can convert ass to vtt, which | |
| is easier to process. |
| // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD | |
| // | |
| // Licensed under the Apache License, Version 2.0 (the "License"); | |
| // you may not use this file except in compliance with the License. | |
| // You may obtain a copy of the License at | |
| // http://www.apache.org/licenses/LICENSE-2.0 | |
| // | |
| // Unless required by applicable law or agreed to in writing, software | |
| // distributed under the License is distributed on an "AS IS" BASIS, |
| function exportSpreadsheet() { | |
| //All requests must include id in the path and a format parameter | |
| //https://docs.google.com/spreadsheets/d/{SpreadsheetId}/export | |
| //FORMATS WITH NO ADDITIONAL OPTIONS | |
| //format=xlsx //excel | |
| //format=ods //Open Document Spreadsheet | |
| //format=zip //html zipped | |
| 更新: | 2017-05-09 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 3.14 |
| URL: | http://voluntas.github.io/ |
MQTT をググって調べた人向け
| diff --git a/firmware/RCS620S/RCS620S.h b/firmware/RCS620S/RCS620S.h | |
| index 9792859..f2a17c0 100644 | |
| --- a/firmware/RCS620S/RCS620S.h | |
| +++ b/firmware/RCS620S/RCS620S.h | |
| @@ -16,6 +16,15 @@ | |
| #define RCS620S_MAX_CARD_RESPONSE_LEN 254 | |
| #define RCS620S_MAX_RW_RESPONSE_LEN 265 | |
| + | |
| +/* |