Skip to content
View paulfdunn's full-sized avatar
Block or Report

Block or report paulfdunn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. rest-app rest-app Public

    This is the framework for a GO (GOLANG) based ReST API. This can be used as the basis for a GO based app, needing JWT user authentication, with logging and key/value store (KVS).

    Go

  2. authjwt authjwt Public

    This package is a GO (GOLANG) package that provides JWT authentication. This package is used by github.com/paulfdunn/rest-app, see that project for example usage.

    Go

  3. go-parser go-parser Public

    Go-parser was written to support parsing of log files that were written for human consumption and are generally difficult to parse.

    Go

  4. go-quantstudio go-quantstudio Public

    go-quantstudio is a GO (GOLANG) application for quantitative analysis using GO. There are two primary pieces of go-quantstudio: the downloader, and the quantitative analysis features.

    Go

  5. external-sort external-sort Public

    A very large input text file(s) is broken down into small "chunks", sorted in memory (concurrently), saved to individual files, then merged (concurrently) into larger files, using a min-heap. Thus …

    Go

  6. go-helper go-helper Public

    go-helper is a GO (GOLANG) workspace with packages containing helper functions commonly used by the author.

    Go