CLIDataAllocator

This is a C++/CLI implementation that bridges the CDataAllocator to be utilized within a C# codebase. The generic implementation exposes a particular node…

builds.py

This utility enables listing and downloading of client and server builds from AWS S3. Listing: Uses a predefined search prefix and bucket ID…

ILeaderboard.GetAroundPlayer

This is the GetAroundPlayer function within an ILeaderboard module. The purpose of this function is to obtain leaderboard ranking information within a range,…

CDataAllocator

This weekend I thought I would brush up a little bit on some C++, I thought back to some of the more challenging…

CAsyncTask

This is a c++ asynchronous task object I wrote a while back that allows for executing tasks asynchronously, with a given task priority.…

CallbackEventHandler

This C# CallbackEventHandler enables the registration and dispatching of event categories and specific events across multiple submodules. Within a different submodule, you can…

Subatomic

Subatomic is a networked game project revolving around the utilization of REST, NodeJs, MongoDB, UDP, Qt, Google Protobuf, Python and Unity. The project…