Category: Uncategorized

  • MS Access: VBA CRC32 Function

    Here’s a CRC32 function based on the work at: cCRC32. The main difference is that this is a function, and the crc32 table is not recalculated each time. If there’s a way to do constant arrays, I’d like to know. I haven’t found anything online.

  • Make Meme/LOLCats Text with the GIMP

    This tutorial explains how to make the “LOLCats” or “Meme” font so popular with the kids today. You can see a lot of these on the 4Chan /b/ channel, but don’t go there if you have any illusions that our society isn’t full of degenerates. The meme font is Impact Condensed, but to get the…

  • Magic Folder to Convert DOC and OpenOffice to PDF

    Most of the information in this post is derived from http://www.tech-faq.com/convert-word-to-pdf.html. The code’s reposted here as a service, because the code there needs some editing. Also, a useful thread about executing OOo macros is at http://www.oooforum.org/forum/viewtopic.phtml?t=2619. Here’s the code to automate the opening and saving of a file as PDF, using Open Office. Paste this…