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 Python script is a tag conversion utility that transforms text-based tag files into XMP (Extensible Metadata Platform) | |
# sidecar files for image management, specifically formatted for digiKam photo management software. | |
# txt tag sample - 1girl looking_at_viewer split yoga_pose | |
import os | |
import glob | |
# Function to convert tags string to XMP format | |
def tags_to_xmp(tags_string): | |
# Normalize tags string by replacing commas with spaces and splitting |
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
@echo off | |
setlocal enabledelayedexpansion | |
:: Check for command-line arguments | |
if not "%~1"=="" goto PROCESS_ARG | |
:: Initial menu without admin rights | |
:MENU | |
cls | |
echo Select action: |
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
// ==UserScript== | |
// @name Yandex Video - Smart YouTube Filter | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Автоматически исключает YouTube с на страницах яндекс видео | |
// @author NN | |
// @match https://yandex.ru/video/* | |
// @match https://ya.ru/video/* | |
// @match https://yandex.com/video/* | |
// @grant none |
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
@echo off | |
setlocal enabledelayedexpansion | |
rem Run bcdedit and save the output to a temporary file | |
echo Running bcdedit to enumerate firmware... | |
bcdedit /enum firmware > temp.txt | |
echo Output saved to temp.txt. | |
rem Initialize variables | |
set "target_description=bazzite" |
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
#toggleKey = Pause | |
depthCapture = off | |
reshadeTexturePath = "/home/love/.config/vkBasalt/reshade/Textures/" | |
reshadeIncludePath = "/home/love/.config/vkBasalt/reshade/Shaders/" | |
effects=tonemap:dls | |
dlsSharpness = 0.5 | |
dlsDenoise = 0.6 | |
tonemap=/home/love/.config/vkBasalt/reshade/Shaders/Tonemap.fx | |
Gamma = 0.690 |
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
kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance' | |
kernel: pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref] | |
systemd[1]: /usr/lib/systemd/system/plymouth-start.service:15: Unit uses KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update the service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. | |
kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. | |
kernel: nvme nvme0: missing or invalid SUBNQN field. | |
55-scsi-sg3_id.rules[485]: WARNING: SCSI device nvme0n1 has no device ID, consider changing .SCSI_ID_SERIAL_SRC in 00-scsi-sg3_config.rules | |
kernel: usb: port power management may be unreliable | |
systemd-vconsole-setup[552]: KD_FONT_OP_GET failed while trying to get the font metadata: Invalid argument | |
systemd- |
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
Computer Information: | |
Manufacturer: ASRock | |
Model: B660M-ITX/ac | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: 12th Gen Intel(R) Core(TM) i5-12400 | |
CPU Family: 0x6 |