Skip to content

Instantly share code, notes, and snippets.

View treywelsh's full-sized avatar
🧶

Pierre Lafievre treywelsh

🧶
View GitHub Profile
@treywelsh
treywelsh / balancer.go
Last active March 14, 2019 13:59 — forked from angeldm/balancer.go
Rob Pike balancer for go
package main
import (
"container/heap"
"fmt"
"math/rand"
"time"
)
const nRequester = 100
@treywelsh
treywelsh / detach running process from bash
Last active April 23, 2018 20:38 — forked from zaius/background.sh
How to redirect a running process output to a file and log out
ctrl-z
bg
./fdredir.bash
# shell
disown