This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://habr.com/ru/post/482820/#comment_21096120 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.resize-animation-stopper * { | |
animation: none !important; | |
transition: none !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Robo India Tutorial | |
// Digital Input and Output on LED | |
// Hardware: NodeMCU | |
// scanner. Scanning ... | |
// 23:13:22.263 -> Found address: 39 (0x27) | |
// Done. | |
// 23:13:22.298 -> Found 1 device(s). | |
// Ref- Nick Gammon http://www.gammon.com.au/forum/?id=10896 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************************************************** | |
* WebSocketClient SocketIO | |
* TinyGSM Getting Started guide: | |
* http://tiny.cc/tiny-gsm-readme | |
* | |
**************************************************************/ | |
// Select your modem: | |
#define TINY_GSM_MODEM_SIM800 | |
// #define TINY_GSM_MODEM_SIM808 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT TOP 10 | |
CONVERT(UNIQUEIDENTIFIER, CONVERT(BINARY(16), Fld)) AS guid | |
FROM [DATABASE]..[Info] | |
ORDER BY _Period DESC; |