Posts
Search
Contact
Cookies
About
RSS


Checking password hashes with glibc
Like many people developing on the web, I've had cause to use password hashes as part of an authorisation system …

Progress with C-Script
My for edutainment purposes Apache module, mod_cscript is slowly taking shape as I find the odd bit of free time …

C-Script, C scripting on the web
C-Script I've previously experimented with creating a module for Apache, this time I've added scripting support to it, as the …

Mouse Selection using shader buffers
For this technique to work you need at least OpenGL 4.3, but that said even quite long in the tooth …

ODE vehicles with Raylib (update)
https://www.youtube.com/watch?v=LjsKEO105Dw Just a quick update of my example of using Raylib with the Open Dynamics Engine. I never really spent …

Excel XLOOKUP on multiple columns
It’s an often-overlooked fact that XLOOKUP needn’t work with just a single lookup value or even a single search column.  …