How to use Pelican on GitHub Pages 
Author: Josef Jezek
sudo apt-get install python-setuptools
#include <iostream> | |
#include <functional> | |
#include <queue> | |
// These includes are for later experimentation | |
#include <thread> | |
#include <atomic> | |
std::queue<std::function<void()>> funcs; | |
Author: Josef Jezek
sudo apt-get install python-setuptools
# _______ __ __ _______ ______ _______ _______ _______ ______ # | |
#| || | | || || | | _ || || || | # | |
#| _ || | | ||_ _|| _ || |_| ||_ _|| ___|| _ |# | |
#| | | || |_| | | | | | | || | | | | |___ | | | |# | |
#| |_| || | | | | |_| || | | | | ___|| |_| |# | |
#| || | | | | || _ | | | | |___ | |# | |
#|_______||_______| |___| |______| |__| |__| |___| |_______||______| # | |
# # | |
# Modern CMake practices and importing the QT scripts by adding it to # | |
# your module path makes things a lot better than it used to be # |
This is a set up for projects which want to check in only their source files, but have their gh-pages branch automatically updated with some compiled output every time they push.
A file below this one contains the steps for doing this with Travis CI. However, these days I recommend GitHub Actions, for the following reasons:
varying lowp vec2 vUV; | |
uniform sampler2D compositeTexture; | |
uniform highp vec2 screenSize; | |
uniform highp vec2 halfScreenSize; | |
uniform highp vec2 doubleScreenSize; | |
uniform highp vec2 invScreenSize; | |
uniform highp vec3 numYUVPixels; |
★ 代表个人推荐度————海外人士首选,来自huarenTV—————— | |
★★★★★★CCTV5 http://lcok.net/live/tao.m3u8 | |
★★★★★★CCTV5 http://lcok.net/live/tao2.m3u8 | |
★★★★★★CCTV 5+http://lcok.net/live/jia.m3u8 | |
★★★★★★CCTV 5+http://lcok.net/live/jia2.m3u8 | |
———————只能用播放器,如遇无法打开,依次继续用下面的链接,6月29日更新:下面链接随时会挂,不定时恢复——————————— | |
★★★★★★CCTV5 蓝光 (四川电信,延迟10秒,所有浏览器✘,海外党√,Windows 用 potplayer,Mac和安卓用 MPV) | |
rtsp://118.123.56.56:554/PLTV/88888893/224/3221227219/10000100000000060000000001366244_0.smil | |
rtsp://118.123.56.55:554/PLTV/88888893/224/3221227219/10000100000000060000000001366244_0.smil | |
rtsp://118.123.56.54:554/PLTV/88888893/224/3221227219/10000100000000060000000001366244_0.smil |
With its built-in Bluetooth capabilities, the ESP32 can act as a Bluetooth keyboard. The below code is a minimal example of how to achieve it. It will generate the key strokes for a message whenever a button attached to the ESP32 is pressed.
For the example setup, a momentary button should be connected to pin 2 and to ground. Pin 2 will be configured as an input with pull-up.
In order to receive the message, add the ESP32 as a Bluetooth keyboard of your computer or mobile phone: