- Memory Cues: cannot be set on the fly and are always sequential. Requires the track to be paused and to mark it with the Cue button. Can be saved with an active loop (rekordbox). Useful when the exit in a song is very short, you could set a Memory Cue with an active loop and keep the track looping.
- Hot Cues: can be set on the fly and in any order (non sequential). They allow to keep the song playing after jumping to them (depending on the configuration)
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/bash | |
# Nome do Script: cambio.sh | |
# Descrição: Este script exibe o valor atual do dolar e converte de USD para BRL | |
# com base na cotação fornecida pelo Banco Central do Brasil | |
# https://www.bcb.gov.br/estabilidadefinanceira/cotacoestodas | |
# | |
# Autor: Reginaldo Nunes <[email protected]> | |
# Versão: 1.0 | |
# Data: 2025-01-06 | |
# Licença: MIT |
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
<# | |
.SYNOPSIS | |
Simple Get Domain Expires Date | |
.DESCRIPTION | |
Performs a domain name lookup and returns expiration date | |
.PARAMETER file | |
After set -f add a string argument to specifies the file name with a list of domains |