Ícone de "Mute Mic" para keycap.
URL curta para a imagem: https://t.ly/Mi9GM
#!/usr/bin/env bash | |
set -euo pipefail | |
TARBALL_URL="https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-linux64-gpl.tar.xz" | |
RELEASE_URL="https://github.com/yt-dlp/FFmpeg-Builds/releases/tag/latest" | |
TEMP_DIR="$(mktemp -d)" | |
TARBALL_NAME="ffmpeg.tar.xz" | |
PACKAGE_BASE="yt-dlp-ffmpeg" | |
ARCH="amd64" | |
MAINTAINER="Gustavo Moraes <gustavomdsantos@pm.me>" |
// ==UserScript== | |
// @name Redmine Custom Font | |
// @namespace https://github.com/gustavomdsantos | |
// @version 1.0 | |
// @description Changes Redmine interface font to "Lato". Useful when "Helvetica" font (not suitable for screens) is installed on PC. | |
// @author Gustavo Moraes (gustavomdsantos@pm.me) | |
// @match https://sistemas.agricultura.gov.br/redmine/* | |
// @icon https://www.redmine.org/favicon.ico | |
// @grant none | |
// @run-at document-start |
#!/bin/bash | |
#=========================================== | |
# LUFS to Volume Relative (VR) Converter | |
# Simple implementation based on formula: | |
# VR = 9.09 * LUFS + 154.54 | |
#=========================================== | |
script_name="${SCRIPT_ALIAS:-$(basename "$0")}" |
function set-title() { | |
if [[ -z "$ORIG" ]]; then | |
ORIG=$PS1 | |
fi | |
TITLE="\[\e]2;$*\a\]" | |
PS1=${ORIG}${TITLE} | |
} | |
set-title "Terminal - $PWD" |
/* | |
Workarounds for a better user experience in Windows. | |
Ruindows = Ruim + Windows | |
*/ | |
#SingleInstance Force | |
;================= VARIABLES =================== | |
ScriptName := "Ruindows Workarounds" |
Ícone de "Mute Mic" para keycap.
URL curta para a imagem: https://t.ly/Mi9GM
Agro.gov.br - Logotipo de 2023-2026 do Ministério da Agricultura e Pecuária.