Pinned Repositories
libharu
libharu - free PDF library
mxlib
MX Common Libraries
mxlib_helpers
Helper routines using the MXLIB library
SecurityDescriptorConverter
Converts between human readable and binary security descriptors/sids
shamir
Shamir's Secret Sharing in Golang
mxmauro's Repositories
mxmauro/shamir
Shamir's Secret Sharing in Golang
mxmauro/boltdb
Simple wrapper around BoltDB
mxmauro/mxlib
MX Common Libraries
mxmauro/mxlib_helpers
Helper routines using the MXLIB library
mxmauro/channelcontext
Wraps an input channel into a Golang context.Context object.
mxmauro/configreader
Simple configuration reader and validator that accepts a variety of sources
mxmauro/FastGlobbing
Partial port of the Dr. Robert van Engelen's FastGlobbing library to Go.
mxmauro/go
idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
mxmauro/go-loadbalancer
Round-robin load balancer manager
mxmauro/go-lz4
mxmauro/go-mimalloc
A Golang wrapper of the mimalloc general-purpose allocator library.
mxmauro/go-postgres
A library that simplifies access to PostgreSQL databases.
mxmauro/go-rundownprotection
Golang implementation of a rundown protection for accessing a shared object
mxmauro/go-systray
A cross-platform library to support system trays
mxmauro/go-toast
Cross-platform library for sending desktop notifications
mxmauro/go-webserver
HTTP web server library for Go based on FastHttp
mxmauro/gofile-parser
This library parses .go files and returns an object containing definitions found on it.
mxmauro/jemalloc-custom
mxmauro/libjpeg-turbo
Main libjpeg-turbo repository
mxmauro/logger
Yet another simple Go logger.
mxmauro/mergecontext
Combines a set of Golang context.Context objects into one.
mxmauro/resetevent
Manual and automatic reset synchronization event objects
mxmauro/simplehttp
A simple HTTP client in Go with support for automatic retry on server errors and network failures and simplified response body handling.
mxmauro/ugorji_codec_test
mxmauro/unmanagedgen
A tool to generate non-GC versions of Golang structs
mxmauro/validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
mxmauro/vault
A tool for secrets management, encryption as a service, and privileged access management
mxmauro/workerpool
Yet another simple Go worker pool.
mxmauro/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
mxmauro/xgboost-custom