
Announcing Credential Broker
tl;dr: The utility is open-source, you can download, contribute or learn more on github here. A credential broker service stores all sensitive …

tl;dr: The utility is open-source, you can download, contribute or learn more on github here. A credential broker service stores all sensitive …

Kepler452b is available for Windows, Linux & MacOS. Enjoy a roguelike with one of 8 classes, 5 unique worlds, beautiful graphics by Oryx, music by …
It’s possible to intercept, adjust and otherwise tamper with a XHR request with javascript in the browser. The most common way of doing this is …

August 4th, 2020 Update: v1.0.0 Release Official release page is here. You can submit bugs or request features here. Downloads & Links Windows …

At numerous times I’ve created demos trying to figure out how to merge a traditional roguelike into a FPS without sacrificing it’s roots. …
This summer I’ve worked on a behavior and trait mapper in C++ that establishes entirely dynamic AI routines, allowing actors to propagate and …
Introduction Pipeline patterns are most commonly used for simple data workflows like general functional composition or user registration processes. …
Creating synchronously chained functions is straight forward. Codepen. const UserCollectionSync = { find(id=''){ …

The meander algorithm is a combination of using mazes to allow a meandering with bresenhams line. Below you can see the actual algorithm in …

I recently did some work in generating rivers in a 2d game. Revisiting this work to create an exhumed river channel, I decided it might be fun to …