Downloads

Apps

CookMe (Android)

My first React Native app, published for Android on Google Play Store. CookMe is designed to simplify the process of planning and executing meal preparation when cooking meals with many steps or ingredients.
Download

KProcView (Windows)

This program tries to enumerate all running processes using the kernel-side NT API ZwQuerySystemInformation. This is useful for trying to detect rootkits which patch the user-side Win32 APIs for detecting processes. It also enumerates lots of other information about those processes, such as loaded modules, thread information, window information and more! It also provides other additional functionality, including a technique for killing protected system processes.
Download

Code

CDSA - GitHub

CDSA is the name given to my home-grown legacy tiered architecture, written in C#. It uses CodeSmith templates to generate 4 C# projects (BLL, DDL, DML, SQLDAL) for a given database to enable rapid development in a tiered fashion.
Download

ChunkingRedisClient - GitHub

A C# library which implements various wrappers around the StackExchange.Redis client, specifically using Newtonsoft.Json serialisation; Such as streamed reading/writing and sliding expiration.
Download

CwCodeLib - GitHub

CwCodeLib is a growing collection of useful C# utility classes organised as a Visual Studio Shared Project.
Download

DotNetMap - GitHub

.NET class library for dealing with mapping/geospatial data
Download

Subspawn - GitHub

An npm library for spawning (and killing) synchronous and asynchronous sub processes from node.
Download

TestDataDefinitionFramework - GitHub

C# framework to abstract test data definition from the backing store so that the same set of tests can be run in memory and against a real data resource.
Download

Development

CodeMaid Settings

My preferred settings for the CodeMaid Visual Studio AddOn
Download

VS Font and Colour Settings

Import this settings file into Microsoft Visual Studio for a nice colour scheme.
Download

Utilities

AddHostEntry

A batch file which automates the addition of an entry into the Windows hosts file.
Download