An overview of a simple Markdig extension for adding support for kbd tags.
Blog Articles and information on C# and .NET development topics
The Cyotek Development Blog has moved - please find it at https://devblog.cyotek.com.
Although these pages remain accessible, some content may not display correctly in future as the new blog evolves.
My thoughts on the Cooler Master Pi Case 40 that I received today.
A brief overview on getting started with the Windows Image Acquisition (WIA) library in C#
A sample application demonstrating chemotaxis, in a very simplified fashion.
A new version of our BMFont parsing library has been released.
Thoughts and observations using the Adafruit I2S 3W Stereo Speaker Bonnet for Raspberry Pi over the last week and a half.
How to specify custom committer and author dates when committing to a git repository via the command line, helpful when setting up repositories for historical code.
An article describing how you could add JavaScript script support to your .NET applications via the Jint package.
In a prior post, I described id's WAD format used by classic games such as DOOM and how to read them. This post covers how to write them. As with my first post, this only covers the original WAD format, not the enhanced ones which followed.
In my previous post, I described id's WAD format used by
classic games such as DOOM and how to read them. While
researching the format though, I wasn't 100% sure that I was
extracting lumps properly - the only readable file I'd
discovered was DMXGUS in DOOM1.WAD, and also LICENSE in
DARKWAR.WAD... hardly conclusive.
Armed with the specification from the DOOM FAQ I decided to take a brief segue into decoding the pictures to verify the lumps I was extracting were valid.