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: | |
devicename: 'humanscanner' | |
upper_devicename: 'HumanScanner' | |
logger_level: 'INFO' | |
esphome: | |
min_version: 2025.5.0 | |
name: "${devicename}" | |
comment: 'https://esphome.io/components/seeed_mr60bha2.html' |
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 | |
""" | |
pdf2json - Convert PDF documents to structured JSON using Kreuzberg | |
Usage: pdf2json input.pdf [output.json] | |
""" | |
import sys | |
import os | |
import json | |
import asyncio |
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 | |
""" | |
pdf2json - Convert PDF documents to structured JSON | |
Usage: pdf2json input.pdf [output.json] | |
""" | |
import sys | |
import os | |
import json | |
import argparse |
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/sh | |
# 1. Save as .git/hooks/prepare-commit-msg in your repository | |
# 2. Make executable with chmod +x .git/hooks/prepare-commit-msg | |
# 3. Set required environment variables: | |
# export OPENWEBUI_API_URL="https://your-openwebui-instance.com" | |
# export OPENWEBUI_API_TOKEN="your_token_here" | |
# export OPENWEBUI_API_MODEL="claude-3-7-sonnet" # Optional | |
# 4. Stage your changes with git add and commit normally with git commit | |
# Get the commit message from the temporary file |
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
# Check for updates and mail admin if available | |
:local emailAddress "[email protected]" | |
# Set the update channel and check for updates | |
/system package update set channel=development | |
/system package update check-for-updates | |
# Get current version information | |
:local currver [/system package update get installed-version] | |
:local newver [/system package update get latest-version] |
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
# CM108 GPIO control utility for OpenBSD | |
PROG= cm108 | |
SRCS= cm108.c | |
MAN= # empty, no manpage yet | |
BINDIR= /usr/local/bin | |
BINOWN= root | |
BINGRP= bin | |
BINMODE= 555 |
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/sh | |
# Video File Date Adjustment Script | |
# | |
# This script traverses a directory (and its subdirectories) to process video files | |
# (mp4, avi, mkv, mov) and their containing directories. For each video file, it: | |
# | |
# 1. Extracts the creation date from the file's metadata, prioritizing: | |
# a) com.apple.quicktime.creationdate | |
# b) container metadata |
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
# This line includes all the standard macros. | |
[include klipper-macros/*.cfg] | |
# Uncomment to include features that require specific hardware support. | |
# LCD menu support for features like bed surface selection and pause next layer. | |
[include klipper-macros/optional/lcd_menus.cfg] | |
# Optimized bed leveling | |
[include klipper-macros/optional/bed_mesh.cfg] | |
[include macro.cfg] |
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
CONFIG_TARGET_x86=y | |
CONFIG_TARGET_x86_64=y | |
CONFIG_TARGET_x86_64_DEVICE_generic=y | |
CONFIG_DEVEL=y | |
CONFIG_TOOLCHAINOPTS=y | |
CONFIG_BUSYBOX_CUSTOM=y | |
CONFIG_ATH10K_LEDS=y | |
CONFIG_ATH10K_THERMAL=y | |
CONFIG_ATH9K_HWRNG=y | |
CONFIG_ATH9K_SUPPORT_PCOEM=y |
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: | |
devicename: 'picow' | |
upper_devicename: 'PicoWireless' | |
logger_level: 'INFO' | |
esphome: | |
name: ${devicename} | |
project: | |
name: "jitter.eu" |
NewerOlder