Pinned Repositories
config
Yet another configuration module for Go, because why not? It's a little less configurable than some alternatives, but seemed to match what I wanted for projects more than others.
dot
Simple get/set on arbitrary data for Go, with additional utilities for type coercion. Enables "path-based" addressability into data.
gocv-ops
Some common operations performed with OpenCV and Go
nibbler
An extension-oriented app-building module designed to take a lot of the boilerplate out of making a top-notch Go web server or service worker. Nibble off only what you need (or create your own extensions) and get started on solving problems
node-mongo-backup-manager
quickform
Golang library for quickly making a simple form UI that runs as a multi-platform desktop app. It's perfect if you just need to grab some parameters from a user and start a task.
simple-daemon
A super simple daemon wrapper for Go to allow for creation of services with minimal code
tastyworks
Tastyworks (unofficial) API bindings for Go
wink-api
work
A worker pool and batch processing library written in Go. Ships with a few utilities for common use-cases (e.g. XML processing, splitting inputs, ensuring a single writer at a time for file output).
markdicksonjr's Repositories
markdicksonjr/dot
Simple get/set on arbitrary data for Go, with additional utilities for type coercion. Enables "path-based" addressability into data.
markdicksonjr/nibbler
An extension-oriented app-building module designed to take a lot of the boilerplate out of making a top-notch Go web server or service worker. Nibble off only what you need (or create your own extensions) and get started on solving problems
markdicksonjr/tastyworks
Tastyworks (unofficial) API bindings for Go
markdicksonjr/config
Yet another configuration module for Go, because why not? It's a little less configurable than some alternatives, but seemed to match what I wanted for projects more than others.
markdicksonjr/simple-daemon
A super simple daemon wrapper for Go to allow for creation of services with minimal code
markdicksonjr/work
A worker pool and batch processing library written in Go. Ships with a few utilities for common use-cases (e.g. XML processing, splitting inputs, ensuring a single writer at a time for file output).
markdicksonjr/ConcurrentSortedDictionary
ConcurrentSortedDictionary implementation in (c#, .NET 7) . It is implemented using a concurrent B+Tree
markdicksonjr/CSharp-NT8-OrderFlowKit
Hi I'm Gabriel Zenobi, this is a toolkit that I developed for investment funds, banks and traders of all kinds.
markdicksonjr/elastic-helpers
markdicksonjr/elogrus
Logrus Hook for ElasticSearch
markdicksonjr/esbuild
An extremely fast JavaScript bundler and minifier
markdicksonjr/go-tdameritrade
go client for the tdameritrade api
markdicksonjr/goro
A High-level Machine Learning Library for Go
markdicksonjr/ml-stable-diffusion
Stable Diffusion with Core ML on Apple Silicon
markdicksonjr/nibbler-auth0
Auth0 module integration for nibbler
markdicksonjr/nibbler-oauth2
markdicksonjr/nibbler-redis
markdicksonjr/nibbler-sample
A sample/starter web service and front-end that uses the nibbler framework
markdicksonjr/nibbler-sql
markdicksonjr/nibbler-storage
markdicksonjr/NinjaTrader-indicators-strategies
Indicators and strategies for NinjaTrader
markdicksonjr/nrdtocsv
NinjaTrader 8 AddOn to convert NRD (*.nrd) market replay files to CSV (*.csv)
markdicksonjr/react-datetime
A lightweight but complete datetime picker react component.
markdicksonjr/rosedb
🚀 A high performance NoSQL database based on bitcask, supports string, list, hash, set, and sorted set.
markdicksonjr/simple-stock-game
Dumb little HTML game
markdicksonjr/stable-diffusion-webui
Stable Diffusion web UI
markdicksonjr/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
markdicksonjr/tastyworks_api
An unofficial, reverse-engineered Python API for tastyworks.
markdicksonjr/time-series-forecasting-tensorflowjs
Pull stock prices from online API and perform predictions using Long Short Term Memory (LSTM) with TensorFlow.js framework
markdicksonjr/xml2map
XML to MAP converter written Golang