Deleting hidden Subversion files before zipping

Subversion holds various information in .svn directories placed in all directories and sub-directories under version control. Sometimes it is desireable to clean out these files, for example, prior to emailing a zip of the files. I use the awesome tool Total Commander for the job.

Podcast list

When washing dishes, mowing the lawn or during commute I enjoy listening to podcasts. The following is a list of my favorite podcasts. I link to their homepage, but you can most likely also find them via iTunes or whatever podcast software you happen to use.

Windows Utilities

The following is a list of the programs and tools that I install when I get a new computer or reinstall it.

My iPad Apps

The iPad app-store is not the best with respect to search and comparison of the overwhelming number of available apps.

Project Euler 35

To create the rotations I make a “detour” by converting the number into a string and then performing the rotations on the string.