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 | |
# Copyright (c) 2010-2013 Luis R. Rodriguez <[email protected]> | |
# Moved BIG FAT COPYRIGHT DOWN TO THE BOTTOM CAUSE WTF ITS A BASH SCRIPT AND | |
# IT WAS IN THE WAY.. BUT LUIS STAYS ON TOP, MY MAN | |
# Pretty colors up top cause they get used earlier now. | |
GREEN="\033[01;32m" | |
YELLOW="\033[01;33m" | |
NORMAL="\033[00m" |
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
{ | |
"input": { | |
"blocklist": [], | |
"compressor#0": { | |
"attack": 5.0, | |
"boost-amount": 6.0, | |
"boost-threshold": -72.0, | |
"bypass": false, | |
"dry": -100.0, | |
"hpf-frequency": 10.0, |
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 | |
Title Converter Office 2016 Retail to Volume | |
echo Press Enter to start VL-Conversion... | |
echo. | |
pause | |
echo. | |
for /f "tokens=6 delims=[]. " %%G in ('ver') do set win=%%G |