Pinned Repositories
crystal-consul
Crystal client for Consul (http://www.consul.io/)
crywiki
go-http-probe
Run HEAD request to several URLs to select the fastest
go-port-tester
Simple port tester to check connectivity between hosts using specified ports
go-zerolog-wrap
log.Logger wrapper using github.com/rs/zerolog and io.Pipe
mk-prescriptions
Make docx documents based on template, according to xlsx file with data (written in Go)
wget-go
wget, partially re-implemented in go
salt
Software to automate the management and configuration of any infrastructure or application at scale. Install Salt from the Salt package repositories here:
miihael's Repositories
miihael/go-http-probe
Run HEAD request to several URLs to select the fastest
miihael/crystal-consul
Crystal client for Consul (http://www.consul.io/)
miihael/go-port-tester
Simple port tester to check connectivity between hosts using specified ports
miihael/go-zerolog-wrap
log.Logger wrapper using github.com/rs/zerolog and io.Pipe
miihael/wget-go
wget, partially re-implemented in go
miihael/csshy
Improved ClusterSSH for modern terminals like Terminator and Tilix
miihael/dailyrotate
Go library for a file that rotates daily
miihael/docker-registry-proxy
An HTTPS Proxy for Docker providing centralized configuration and caching of any registry (quay.io, DockerHub, k8s.gcr.io)
miihael/elasticsearch-crystal
Crystal version of Ruby Elasticsearch Library
miihael/envy
Envy automatically exposes environment variables for all of your Go flags
miihael/fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
miihael/go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
miihael/go-collectd
Utilities for using collectd together with Golang.
miihael/go-random-files
create a random filesystem hierarchy
miihael/go-zip-debug
Clone of https://golang.org/pkg/archive/zip/ with debugging added
miihael/goconf
Configuration loader in Go
miihael/gomemcache
Go Memcached client library #golang
miihael/gopsutil
psutil for golang
miihael/goversioninfo
Golang Microsoft Windows File Properties/Version Info and Icon Resource Generator
miihael/hexcompare
hexcompare is a curses-based utility to compare and identify differences between two binary files. These differences are then represented visually with an interactive block diagram.
miihael/jl
Pretty Viewer for JSON logs
miihael/kingpin
CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser
miihael/netbox-client-ruby
A ruby client library for Netbox v2.
miihael/pandasticsearch
An Elasticsearch client exposing DataFrame API
miihael/pb
Console progress bar for Golang
miihael/rehttp
Package rehttp implements a Go HTTP transport that handles retries.
miihael/tga
Go package for decoding and encoding TARGA image format
miihael/tinylru
A fast little LRU cache for Go
miihael/trie
Fast, zero heap allocation Go Trie for runes or paths
miihael/tsv
TSV parser and struct mapping for Go