UTC: 2024-11-03 16:31 michidk/choco
This file is automatically generated by the update_all.ps1 script using the Chocolatey-AU module.
use std::borrow::BorrowMut; | |
use std::collections::HashMap; | |
use std::hash::Hash; | |
use std::sync::Arc; | |
use async_trait::async_trait; | |
use log::debug; | |
use ratatui::backend::CrosstermBackend; | |
use ratatui::layout::Rect; |
party: | |
module: party | |
class: Party | |
trigger_input: "input_boolean.party" | |
brightness_input: "input_number.party_brightness" | |
interval: 0.5 | |
light_group: "light.party_lights" | |
restore_state_delay: 2 |
# utiliy for opening devcontainers | |
vs() { | |
if [ -z "$1" ]; then | |
if [ -d ".devcontainer" ]; then | |
echo "Found devcontainer" | |
devcontainer open . | |
else | |
echo "No devcontainer found" | |
code . | |
fi |
UTC: 2024-11-03 16:31 michidk/choco
This file is automatically generated by the update_all.ps1 script using the Chocolatey-AU module.
1 0 0 2 | |
0 1 0 0 | |
0 0 1 0 | |
0 0 0 1 |
use portaudio as pa; | |
use anyhow::Result; | |
fn main() -> Result<()> { | |
let pa = pa::PortAudio::new()?; | |
let mut settings = pa.default_output_stream_settings(1, 44_100.0, 64u32)?; | |
settings.flags = pa::stream_flags::CLIP_OFF; | |
let mut phase = 0.0; |
name: Deploy LaTeX document | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build_resume: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Setup SSH |
stages: | |
- build | |
- deploy | |
build: | |
stage: build | |
image: node:11 | |
before_script: | |
- npm install --progress=false --unsafe-perm | |
script: | |
- npm run build |
<?xml version="1.0"?> | |
<project version="2"> | |
<pipeline> | |
<pass name="BRDF" type="shader" active="true" patchverts="1"> | |
<shader type="vs" path="shaders\vertex.vk" entry="main" /> | |
<shader type="ps" path="shaders\fragment.vk" entry="main" /> | |
<inputlayout> | |
<item value="Position" semantic="POSITION" /> | |
<item value="Normal" semantic="NORMAL" /> | |
<item value="Texcoord" semantic="TEXCOORD0" /> |
# version | |
# Betaflight / STM32F411 (S411) 4.2.0 Jun 14 2020 / 03:04:43 (8f2d21460) MSP API: 1.43 | |
# config: manufacturer_id: MTKS, board_name: MATEKF411, version: be0c9205, date: 2020-01-15T19:44:32Z | |
# start the command batch | |
batch start | |
board_name MATEKF411 | |
manufacturer_id MTKS |