Skip to content

Instantly share code, notes, and snippets.

View antoineco's full-sized avatar
📝
1 %a "[No Name]"

Antoine Cotten antoineco

📝
1 %a "[No Name]"
View GitHub Profile
@antoineco
antoineco / tmux
Last active September 19, 2018 07:14
tmux terminfo (ncurses 6.1)
# Reconstructed via infocmp from file: /usr/local/opt/ncurses/share/terminfo/74/tmux
tmux|tmux terminal multiplexer,
am, hs, km, mir, msgr, xenl,
colors#8, cols#80, it#8, lines#24, pairs#64,
acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l,
clear=\E[H\E[J, cnorm=\E[34h\E[?25h, cr=\r,
csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
cud=\E[%p1%dB, cud1=\n, cuf=\E[%p1%dC, cuf1=\E[C,
cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM,
@antoineco
antoineco / Gopkg.toml
Last active October 11, 2018 17:40
Delve issue #1368
[prune]
unused-packages = true
go-tests = true
non-go = true
[[constraint]]
name = "k8s.io/client-go"
branch = "release-7.0"
[[constraint]]
@antoineco
antoineco / go.mod
Last active November 18, 2020 11:24
Go issue #42696
module cegen
go 1.15
require (
github.com/mailru/easyjson v0.7.6
github.com/rogpeppe/fastuuid v1.2.0
github.com/sethvargo/go-signalcontext v0.1.0
github.com/tsenart/vegeta/v12 v12.8.4
)