Updated March 2020: Updated dependency list, use latest boost library, remove bjam references, prefer bundled SDL, add Pi 4 instructions, update omni-bot binary.
[Read More]
Dereference a double pointer in C#
Before I started developing MMALSharp I had never needed to deal with low level memory access or unmanaged resources in C#; I had done some C programming whilst at university, but those days were mainly over and my daily programming at work is done in a managed environment. But, as...
[Read More]
VSTS REST API - Send user defined variables when queuing build
Whilst developing an ASP.NET Core app for building and releasing Xamarin projects via the VSTS REST API, I came across a problem when trying to pass variables to the build server. For reference, I was trying to call the v4.1 API, and specifically the Queue build API which can be...
[Read More]
Generic HttpClient GET and POST requests
Updated: March 2019:
[Read More]
Making of the SwitchCam
Introduction
[Read More]