Ícone de "Mute Mic" para keycap.
URL curta para a imagem: https://t.ly/Mi9GM
#Requires AutoHotkey v2.0 | |
#SingleInstance Force | |
; --- Keyboard shortcut to toggle panic mode --- | |
^#b::TogglePanic() | |
; Array to store the black windows for each monitor | |
global panicWindows := [] | |
; Variable to track the panic mode state |
#!/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 <[email protected]>" |
// ==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 ([email protected]) | |
// @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