Skip to content

Instantly share code, notes, and snippets.

View eval-exec's full-sized avatar
🚀
Passionate Software Engineer and Lifelong Learner. 🚀

Eval Exec eval-exec

🚀
Passionate Software Engineer and Lifelong Learner. 🚀
View GitHub Profile
{
"input": {
"blocklist": [],
"compressor#0": {
"attack": 5.0,
"boost-amount": 6.0,
"boost-threshold": -72.0,
"bypass": false,
"dry": -100.0,
"hpf-frequency": 10.0,
@eval-exec
eval-exec / starttmux.sh
Created March 3, 2024 15:40 — forked from todgru/starttmux.sh
Start up tmux with custom windows, panes and applications running
#!/bin/sh
#
# Setup a work space called `work` with two windows
# first window has 3 panes.
# The first pane set at 65%, split horizontally, set to api root and running vim
# pane 2 is split at 25% and running redis-server
# pane 3 is set to api root and bash prompt.
# note: `api` aliased to `cd ~/path/to/work`
#
session="work"