Pinned Repositories
base26
A base26 encoding in Go
gexec
Extra functionality for Go's os.exec
golang-tuple
A non-idiomatic, Python-esque tuple implementation for Go (golang).
gorderbook
A fast limit order book implementation in Go, inspired by voyager's winning 2011 QuantCup entry. (Also see kmanley/orderbook, the Python version).
gothere
A simple HTTP redirector for custom short URLs
orderbook
A fast limit order book implementation in Python, inspired by voyager's winning 2011 QuantCup entry. (Also see kmanley/gorderbook, the Go version)
portfolio_optimization
Basic portfolio optimization algorithm
redisql
Beginnings of an experimental SQL client for Redis
snappy-msvc
Project file and missing stdint.h header for building Google's snappy on Windows
zerorpc
A fast and scalable implementation of RPC over ZeroMQ, capable of over 10K RPC calls/sec.
kmanley's Repositories
kmanley/orderbook
A fast limit order book implementation in Python, inspired by voyager's winning 2011 QuantCup entry. (Also see kmanley/gorderbook, the Go version)
kmanley/gorderbook
A fast limit order book implementation in Go, inspired by voyager's winning 2011 QuantCup entry. (Also see kmanley/orderbook, the Python version).
kmanley/gothere
A simple HTTP redirector for custom short URLs
kmanley/JoyrideRidgefield
Code to support our indoor cycling studio
kmanley/autogcd
Chrome Automation Library using Google Chrome Remote Debugger API in Go
kmanley/cgm-remote-monitor
nightscout web monitor
kmanley/chromedp
Package chromedp is a faster, simpler way to drive browsers (Chrome, Edge, Safari, Android, etc) without external dependencies (ie, Selenium, PhantomJS, etc) using the Chrome Debugging Protocol.
kmanley/filetype
Small, dependency-free and blazing fast package to infer file types checking the magic numbers signature in Go
kmanley/gamut
Go package to generate and manage color palettes & schemes 🎨
kmanley/go-credit-card
Credit card validation with the Luhn algorithm for golang
kmanley/go-humanize
Go Humans! (formatters for units to human friendly sizes)
kmanley/go-saml
A just good enough SAML client library written in Go.
kmanley/go-webkit2
WebKit API bindings (WebKitGTK+ v2) for Go
kmanley/gocron
A Golang Job Scheduling Package.
kmanley/godate
Golang package for intelligently parsing date strings like javascript's Date.parse()
kmanley/gofreegeoipclient
Simple Golang Client for the Freegeoip.net (JSON) API
kmanley/golang-experiments
Experiments I ran while learning Go
kmanley/goliveagent
Go client for LiveAgent API
kmanley/httpauth
Go (lang) HTTP session authentication
kmanley/monty
A simple simulation that demonstrates the Monty Hall problem
kmanley/motto
Nodejs module environment in golang(based on otto)
kmanley/pgstore
A Postgres session store backend for gorilla/sessions
kmanley/qt
Qt binding for Go (Golang) which supports Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi
kmanley/resty
Simple HTTP and REST client library for Go
kmanley/resume
My resume
kmanley/rethinkdb
The open-source database for the realtime web.
kmanley/rethinkdb-go
Go language driver for RethinkDB
kmanley/slt
A TLS reverse proxy with SNI multiplexing in Go
kmanley/url2img
HTTP server with API for capturing screenshots of websites
kmanley/webloop
WebLoop: Scriptable, headless WebKit with a Go API. Like PhantomJS, but for Go.