Canvas is an awesome HTML tag that we can use through Javascript to make charts, graphs, games, and almost anything you can dream of.
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
| $ ffmpeg -framerate 60 -pattern_type glob -i 'output/*.jpg' out.mp4 |
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
| ## ------------------------------------------------------------------------------------------------ | |
| # Schema published automatically on the website. This allows TOML language | |
| # servers to autocomplete and show documentation for the entries below. | |
| # | |
| # I use the prerelease version as my builds on my machines are often from trunk. | |
| "$schema" = "https://jj-vcs.github.io/jj/prerelease/config-schema.json" | |
| ## ------------------------------------------------------------------------------------------------ | |
| ## ---- Basic settings |
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
| esphome: | |
| name: dentv-exlink | |
| friendly_name: dentv-exlink | |
| esp32: | |
| board: wemos_d1_mini32 | |
| framework: | |
| type: arduino | |
| # Enable logging but disable logging via UART |
This script exists to compute the 'monoversion' of the repo. The monoversion is designed to represent in a somewhat human readable format what commit was released and roughly what repository state that represents.
This script is intended for use under Bazel as a --workspace_status_command,
so that we can build artifacts out of Bazel which include a somewhat meaningful
version numbers.