Motif No. 1, copyright © 2010 Douglas Cuthbertson
Glob Patterns
Some time in 2016 or 2017, I needed a way to match file paths with glob patterns. The trick was that it had to work in a filter driver running in the Windows kernel. There weren’t a lot of ready-to-use libraries that were kernel-ready. In fact I couldn’t find any, so I wrote my own.
A Quick Note on Python
I saw an amusing Python tutorial.