Welcome to my code library, everything you find here is released freely under the Attribution Share Alike (by-sa) under Creative Commons license.
I recently got a Pink Floyd audio set called Have You Got It Yet? (HYGIY), all the files were in SHN format. SHN is another lossless audio format, called Shorten. I prefer saving all of my files in high variable bit rate MP3, because my ears aren't good enough to hear the difference.
Most of the existing articles on installing MySQL on macports are out of date, due to a change in the ports. Thankfully installing MySQL is still pretty easy.
This article describes some of the issues I had in installing FFmpeg and how to successfully install it.
This function mimics PHP's date() function, which is a lot easier to use than the standard functions that came with JavaScript.
Here's a quick snippet to make a text box only able to contain numbers.
The Federal Firearms License 03 (FFL03)/C&R License allows you to become a licensed collector of Curio & Relic (C&R) firearms. This includes pretty much any firearm older than 50 years as well as certain special configuration and certain "oddity" weapons.
This allows you to disallow user from selecting text, kind of annoying when you apply it to an entire site, but good for buttons and such, which are styled.
I had some issues building metapixel under 10.5, initially I couldn't get it to compile at all, here's how I fixed the issues.
Like the insertBefore method, this inserts a node after the specified one.