Software
Here is some of the software and libraries I've put together. These are pretty much just side projects which I work on (or have worked on) in addition to my full time work. Some of these are things which I use in my everyday work or where I've needed a library or tool which either doesn't exist or doesn't quite hit the spot.
Windows Apps
- Colour Chooser
Windows desktop application for picking colours and working with colour palettes.
Libraries
These are a few of the libraries I've written over time. Not all of these are maintained as actively as I would like due to time constraints but at the very least I always try to keep them in a state where they're useable and don't contain any severe bugs. Contributions are always welcome.
- MarkEmbling.Utilities (GitHub, NuGet)
A collection of common extension methods, helpers and other frequently used code commonly re-used across projects.
.NET, MIT license - MarkEmbling.PostcodesIO (GitHub, NuGet)
Library for interacting with the excellent Postcodes.io service.
.NET, BSD license - jquery-charactercounter-plugin (GitHub, npm)
A jQuery plugin for counting and displaying the available number of characters for a textarea.
JavaScript, MIT license - jquery-gpopover-plugin (GitHub, npm, Demo)
A jQuery plugin for creating popover elements (similar to Google's apps launcher/switcher).
JavaScript, BSD license - Storelet (GitHub, PyPI, Blog)
A small, simple and easy to use Python framework for writing backup scripts.
Python, BSD license
You can find more on GitHub and the latest published versions of packages on the appropriate platforms: NuGet, PyPI, npm.