Pinned Repositories
ADE-Sourcecode
Progress OpenEdge ADE Sourcecode as available on community.progress.com
afero-s3
angular-pdfjs-viewer
PDF.js viewer directive for AngularJS
ansible-playbooks
ansible playbooks for GC3
au-packages
Template repository for Chocolatey Automatic Package Updater Module
aws-lambda-go
Libraries, samples and tools to help Go developers develop AWS Lambda functions.
bow
Bow - Minimal embedded database powered by Badger
ProjectSend
ProjectSend is a free, clients-oriented, file sharing web application. Every client has a unique username and password and can access only the files assigned to his account (or clients groups where he belongs).
prometheus-windows-exporter.install
Chocolatey package for Prometheus WMI Exporter (https://github.com/martinlindhe/wmi_exporter)
wmi_exporter
Prometheus exporter for Windows machines using WMI
andrewmostello's Repositories
andrewmostello/prometheus-windows-exporter.install
Chocolatey package for Prometheus WMI Exporter (https://github.com/martinlindhe/wmi_exporter)
andrewmostello/ADE-Sourcecode
Progress OpenEdge ADE Sourcecode as available on community.progress.com
andrewmostello/afero-s3
andrewmostello/angular-pdfjs-viewer
PDF.js viewer directive for AngularJS
andrewmostello/aws-lambda-go
Libraries, samples and tools to help Go developers develop AWS Lambda functions.
andrewmostello/bow
Bow - Minimal embedded database powered by Badger
andrewmostello/chocolatey-test-environment
A testing setup related to how the Chocolatey Package Verifier runs testing. Used for manual testing or prior to submission
andrewmostello/cobra-prompt
Connect cobra and go-prompt
andrewmostello/copier
Copier for golang, copy value from struct to struct and more
andrewmostello/csvutil
csvutil provides fast and idiomatic mapping between CSV and Go (golang) values.
andrewmostello/deep
Golang deep variable equality test that returns human-readable differences
andrewmostello/fsnotify
Cross-platform file system notifications for Go.
andrewmostello/go-bindata
Hard fork of jteeuwen/go-bindata because it disappeared, Please refer to issues#5 for details.
andrewmostello/go-tus
A pure Go client for the tus resumable upload protocol
andrewmostello/goArgonPass
goArgonPass is a Argon2 Password utility package for Go using the crypto library package Argon2. Argon2 was the winner of the most recent Password Hashing Competition. This is designed for use anywhere password hashing and verification might be needed and is intended to replace implementations using bcrypt or Scrypt.
andrewmostello/gocsv
The GoCSV package aims to provide easy CSV serialization and deserialization to the golang programming language
andrewmostello/graphql
Simple low-level GraphQL HTTP client for Go
andrewmostello/http-swagger
Default net/http wrapper to automatically generate RESTful API documentation with Swagger 2.0.
andrewmostello/javabind
javabind
andrewmostello/jnigi
Golang Java JNI library
andrewmostello/log4oe
Logging framework for OpenEdge ABL based on log4j
andrewmostello/Marlin
Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
andrewmostello/metar-ws2811
Control a strip of ws2811 LEDs with flight conditions based on METAR reports.
andrewmostello/msgp
A Go code generator for MessagePack / msgpack.org[Go]
andrewmostello/oauth1
Go OAuth1
andrewmostello/oauth2
OAuth 2.0 server library for the Go programming language.
andrewmostello/orderedmap
orderedmap is a golang map where the keys keep the order that they're added. It can be de/serialized from/to JSON. It's based closely on the python collections.OrderedDict.
andrewmostello/sprig
Useful template functions for Go templates.
andrewmostello/tusd
Reference server implementation in Go of tus: the open protocol for resumable file uploads
andrewmostello/vfsgen
Takes an input http.FileSystem (likely at go generate time) and generates Go code that statically implements it.