Vimium – The Hacker’s Browser

Vimium is a browser extension that provides keyboard-based navigation and control of the web in the spirit of the Vim editor. Installation instructions: Install via the Chrome web store or the Firefox Addons …

golang: size of builded binaries

1. normal build Size of my binary: 20MB 2. ldflags You can build app with additional parameters -ldflags=“-s -w“ Size of my binary: 16MB 3. FINALY: upx You can use …

GOSSH

gossh: A small Go utility package to handle easier SSH operations such as different kinds of SSH connections (user/pass, private key or signed certificate), command execution, file transfer with SCP …

netrw.vim

Network oriented reading, writing, and browsing. Netrw supports reading and writing files across networks.  One may use urls for filenames or one may use netrw’s Nread and Nwrite commands. Netrw as …

themer

themer takes a set of colors and generates editor themes, terminal themes, themes for other apps, and desktop/device wallpapers. https://themer.dev/

Gocyclo

Gocyclo calculates cyclomatic complexities of functions in Go source code. Installation Usage

Gonum Numerical Packages

Gonum is a set of packages designed to make writing numerical and scientific algorithms productive, performant, and scalable. Gonum contains libraries for matrices and linear algebra; statistics, probability distributions, and sampling; tools for function differentiation, integration, and optimization; network creation …