Pinned Repositories
blondie
CLI tool and package that waits for TCP and HTTP endpoints to become available
Bootstrap4NHibernate
A framework for defining relational data in code and populating a target database using NHibernate
DCouple.IO
Facilitates unit testing of IO bound code by providing a IO abstraction interface. Currently provides a file system abstraction layer only. Future versions may extend this to provide IFileSystem implementations for FTP, WebDAV and compressed archives. May also be extended to cover more IO scenarios other than disk access.
DCouple.Mongo
Enables unit testing of applications that use the official MongoDB driver via additional interfaces to enable mocking
go-monitor
Simple process monitoring in Go
go-rest-api
Code to accompany this blog post: {tbc}
intro-golang-microservices
Contains slides and code for this series of presentations
loglight
A super lightweight logging package for Go based on Dave Cheney's post on logging http://dave.cheney.net/2015/11/05/lets-talk-about-logging
procwrap
a process wrapper that proxies stdout/err and a rolling log file and (optionally) restarts the child process
sendmailserviceproxy
A scalable, fail fast high throughput service that proxies for two underlying email services and fails over between them
myles-mcdonnell's Repositories
myles-mcdonnell/DCouple.Mongo
Enables unit testing of applications that use the official MongoDB driver via additional interfaces to enable mocking
myles-mcdonnell/MPM.PDAG
A component library for building directed acyclic graphs and executing the vertices concurrently
myles-mcdonnell/Bootstrap4NHibernate
A framework for defining relational data in code and populating a target database using NHibernate
myles-mcdonnell/com.mylesmcdonnell.pdag
Library for the concurrent execution of vertices in a directed acyclic graph
myles-mcdonnell/CorrugatedIron
A .NET client for Basho's Riak database
myles-mcdonnell/eper
Erlang performance and debugging tools
myles-mcdonnell/erlyberly
erlang tracing for the masses
myles-mcdonnell/GoogleMaps.LocationServices
A simple library (including Nuget Package) for Google Maps geolocation and reverse geolocation
myles-mcdonnell/Instrumentation
An AOP instrumentation reference implementation
myles-mcdonnell/noiplogin
myles-mcdonnell/SourceMeld
A command line tool that amalgamates multiple C# source files into a single compilable file by putting all of the using statements at the top of the file and removing duplicates.
myles-mcdonnell/WebEcho
An ASP.NET 4 app that echos HTTP request info; headers, cookies, form values, request dependent server state etc.
myles-mcdonnell/websocket-sharp
A C# implementation of the WebSocket protocol client and server
myles-mcdonnell/XFFHandlerHttpModule
ASP.NET HttpModule that takes the first address in an X-Forwarded-For HTTP Header and populates Request.ServiceVariables["REMOTE_ADDR"] with the value