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
### Keybase proof | |
I hereby claim: | |
* I am plaes on github. | |
* I am paf_plaes (https://keybase.io/paf_plaes) on keybase. | |
* I have a public key ASBEWn5w8BVm9aU5eFFXwrRN7VXsUNZxMybNHkDhTvVyPAo | |
To claim this, I am signing this object: |
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
cat basebackup.py | |
import io, os | |
import psycopg2 | |
import tarfile | |
from contextlib import closing | |
from datetime import date | |
from time import time | |
def add_file(archive, filename, data): | |
with closing(io.BytesIO(data.encode())) as f: |
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
#! /usr/bin/env python3 | |
import random | |
import argparse | |
import gi | |
import logging | |
gi.require_version("GLib", "2.0") | |
gi.require_version("Gst", "1.0") | |
elements = "agingtv,videoflip,vertigotv,gaussianblur,shagadelictv,edgetv,identity,exclusion,navigationtest".split( |
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
use embassy_nrf::gpio::{AnyPin, Flex, OutputDrive, Pull}; | |
use embedded_hal::digital::OutputPin; | |
use embassy_futures::select::{select, Either}; | |
use embedded_hal_async::{delay::DelayUs, digital::Wait}; | |
use lora_phy::mod_params::RadioError; | |
use lora_phy::mod_traits::InterfaceVariant; | |
pub struct LoRaInterfaceVariant<'d, WAIT> { |
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
apiVersion: helm.toolkit.fluxcd.io/v2 | |
kind: HelmRelease | |
metadata: | |
name: partdb | |
spec: | |
interval: 30m | |
chart: | |
spec: | |
chart: app-template | |
version: 3.4.0 |
OlderNewer