Common algorithms and functions

Matthias Ladkau c0eeb12f60 feat: Adding CLI arg quoting 2 лет назад
bitutil 80031ffe1d feat: Adding various common code fragments 4 лет назад
cryptutil cb63692f97 fix: Minor fixes and reformatting 4 лет назад
datautil cb63692f97 fix: Minor fixes and reformatting 4 лет назад
errorutil 51bc57083a fix: CompositeError should store error objects 3 лет назад
fileutil cb63692f97 fix: Minor fixes and reformatting 4 лет назад
flowutil d6510dd9cd fix: Remove ECAL parser and fix some race conditions 3 лет назад
httputil 5740c81f96 feat: Adding lexer for ECAL. 3 лет назад
imageutil 80031ffe1d feat: Adding various common code fragments 4 лет назад
lang d6510dd9cd fix: Remove ECAL parser and fix some race conditions 3 лет назад
lockutil b3c33c4a28 fix: Fix for race condition in lockfile implementation. 3 лет назад
logutil 80031ffe1d feat: Adding various common code fragments 4 лет назад
pools 6f33f4f03e fix: Threadpool has now thread Ids 3 лет назад
sortutil cb63692f97 fix: Minor fixes and reformatting 4 лет назад
stringutil c0eeb12f60 feat: Adding CLI arg quoting 2 лет назад
termutil cb63692f97 fix: Minor fixes and reformatting 4 лет назад
testutil 80031ffe1d feat: Adding various common code fragments 4 лет назад
timeutil cb63692f97 fix: Minor fixes and reformatting 4 лет назад
.gitignore cb63692f97 fix: Minor fixes and reformatting 4 лет назад
LICENSE 75d1200022 Initial commit 4 лет назад
README.md c66becd1bc doc: Remove defs in README 3 лет назад
go.mod 80031ffe1d feat: Adding various common code fragments 4 лет назад

README.md

Common

Common is a collection of common algorithms and functions. The code is public domain so feel free to use it as you like - attribution is not necessary but always appreciated :-)

Go Report Card Go Reference

Package Description
bitutil Byte processing helper functions.
cryptutil Processing certificates, uuids and encryption/decryption helpers.
datautil Datastructures and data storage helpers.
errorutil Helper functions around error processing.
fileutil File handling utilities.
flowutil Datastructures for flow control.
httputil Heplers for HTTP handling.
imageutil Image and pixel processing.
lang Lexer and parsers.
lockutil Utilities for locking.
logutil Simple logging infrastructure.
pools Pooling helpers.
sortutil Datastructures and utilities around sorting.
stringutil String processing helpers.
termutil Unix/Windows terminal helpers.
testutil Utilities for code testing.
timeutil Helpers for time processing.