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
'float_time' | |
'many2manyattendee' | |
'many2many_tags' | |
'one2many' | |
'email' | |
'mail_followers' | |
'mail_thread' | |
'many2many_tags_avatar' | |
'pad' | |
'statinfo' |
- Open Telegram application then search for
@BotFather
- Click Start
- Click Menu -> /newbot or type
/newbot
and hit Send - Follow the instruction until we get message like so
Done! Congratulations on your new bot. You will find it at t.me/new_bot.
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
/* | |
* See documentation at https://nRF24.github.io/RF24 | |
* See License information at root directory of this library | |
* Author: Brendan Doherty (2bndy5), Tom Clement (tjclement) | |
*/ | |
/** | |
* A modified example from the NRF24 library, that cycles through brightness levels of Neewer NL660-2.4 light panels. | |
*/ | |
#include <SPI.h> |
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
substitutions: | |
inverter_id: inverter | |
updates: 5s | |
api_key: xxx | |
ota_password: xxx | |
esphome: | |
name: inverter-monitor | |
comment: "Inverter monitor" |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>КЗК</title> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" integrity="sha384-QYIZto+st3yW+o8+5OHfT6S482Zsvz2WfOzpFSXMF9zqeLcFV0/wlZpMtyFcZALm" crossorigin="anonymous"> | |
<link rel="stylesheet" href="<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">"> | |
<link rel="stylesheet" href="css/lib/bulma-carousel.min.css"> | |
<link rel="stylesheet" href="css/lib/bulma-divider.min.css"> |
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
#!/bin/bash | |
set -e | |
declare packages="git alpine-sdk cargo" | |
declare project_name="rustdesk-server" | |
echo "Installing build packages..." | |
sudo apk add $packages |
Данный документ является вольным пересказом видео с канала AnikFPV: https://youtu.be/slEaRzkmDy4
-
Flysky i6 https://anikfpv.page.link/8bo7
- Самая простая и дешевая аппа
-
BetaFPV Literadio 2 https://anikfpv.page.link/4WUb
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
//Configuration code for HTML widget// | |
<div class='card'> | |
<div class='content'> | |
<div class='column'> | |
<h1>Current entity</h1> | |
<div class='value'> | |
${entityName} | |
</div> | |
</div> |
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
fun addDecoration() { | |
recyclerView.addItemDecoration( | |
StickyHeaderItemDecoration( | |
epoxyController, | |
listOf( | |
TitleBindingModel_().id("title 3").id(), // steal the conversion from the ID constructors to its long value | |
TitleBindingModel_().id("title 20").id() | |
) | |
) | |
) |
NewerOlder