Pinned Repositories
bayesian
Naive Bayesian Classification for Go.
fmtless
A toolkit for replacing fmt's output funcs, plus fmt-free stdlib replacements
go-expect
an expect-like Go library to automate control of terminal or console based programs.
go-tarfs
Go tar http.FileSystem
gostrftime
strftime for Go
koblitz
A library for ECDSA using Koblitz curves, such as secp256k1
onetime
An one-time password generation library written in Go, implementing HOTP (RFC-4226) and TOTP (RFC-6238).
pxl
Display images in the terminal
svgo
Go Language Library for SVG generation
dchapes's Repositories
dchapes/onetime
An one-time password generation library written in Go, implementing HOTP (RFC-4226) and TOTP (RFC-6238).
dchapes/koblitz
A library for ECDSA using Koblitz curves, such as secp256k1
dchapes/pxl
Display images in the terminal
dchapes/svgo
Go Language Library for SVG generation
dchapes/bayesian
Naive Bayesian Classification for Go.
dchapes/fmtless
A toolkit for replacing fmt's output funcs, plus fmt-free stdlib replacements
dchapes/go-expect
an expect-like Go library to automate control of terminal or console based programs.
dchapes/go-tarfs
Go tar http.FileSystem
dchapes/gostrftime
strftime for Go
dchapes/levenshtein
This is the Go implementation to calculate Levenshtein Distance.
dchapes/survey
A golang library for building interactive prompts with full support for windows and posix terminals.
dchapes/tmpl
tmpl - templated output of environment variables
dchapes/uniseg
Unicode Text Segmentation for Go (or: How to Count Characters in a String)
dchapes/vt10x
Package vt10x is a vt10x terminal emulation backend.