Tag Archives: snippet

Regex Escapees

Sometimes when one writes regexes, Its hard to know what needs to be escaped and what doesn’t. But I’ve solved that problem while I was writing a program that generated my regexes for me. Now I have a snippet that … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment

Making Color From Alpha, Hue, Saturation and Brightness

I find myself wanting to do this sometimes, so here’s a bit of code (I’m sure I stole this code from somewhere else);

Posted in Graphics | Tagged , , , , , , , , | Leave a comment