One Folder to rule them all
How to recursively copy files from a source directory to a destination directory. Useful when the folders you want to peruse are hidden under, say, thirty inner folders.
![]()
How to recursively copy files from a source directory to a destination directory. Useful when the folders you want to peruse are hidden under, say, thirty inner folders.
![]()
How to easily create new "T-typed objects" in your generic classes.
An Expression Engine plugin that creates a glossary of abbreviations and acronyms.
Highlighting the currently active section in the navigation with EE.
Today, I have a little tip on showing hidden files and folders in Finder. Maybe this is old news for other Mac users, but I only recently got a MacBook.

Blockwriter is a simple text editor that simulates a typewriter. Based on Khoi Vinh's excellent Blockwriter write-up.
Continue reading "Blockwriter, the greatest typewriter of all times"
A utility in C# that 1) allows you to generate all the prime numbers between 1 and the number you specify, and 2) tells you whether or not your a particular number is prime.
A checksum is a way of checking that a file hasn't changed. MD5 Verifier allows you to easily check an executable file against its checksum.